Searched refs:TAT_EXTHI (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | raw3270.h | 34 #define TAT_EXTHI 0x41 macro
|
/openbmc/linux/drivers/s390/char/ |
H A D | con3270.c | 261 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_REVER); in tty3270_add_status() 263 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_RESET); in tty3270_add_status() 265 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_REVER); in tty3270_add_status() 267 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_RESET); in tty3270_add_status() 269 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_REVER); in tty3270_add_status() 271 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_RESET); in tty3270_add_status() 357 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_RESET); in tty3270_add_reset_attributes() 426 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, highlights[attr->highlight]); in tty3270_add_attributes()
|