ASC_INTEN         180 drivers/tty/serial/st-asc.c 	u32 intenable = asc_in(port, ASC_INTEN) & ~ASC_INTEN_THE;
ASC_INTEN         181 drivers/tty/serial/st-asc.c 	asc_out(port, ASC_INTEN, intenable);
ASC_INTEN         182 drivers/tty/serial/st-asc.c 	(void)asc_in(port, ASC_INTEN);	/* Defeat bus write posting */
ASC_INTEN         187 drivers/tty/serial/st-asc.c 	u32 intenable = asc_in(port, ASC_INTEN) | ASC_INTEN_THE;
ASC_INTEN         188 drivers/tty/serial/st-asc.c 	asc_out(port, ASC_INTEN, intenable);
ASC_INTEN         193 drivers/tty/serial/st-asc.c 	u32 intenable = asc_in(port, ASC_INTEN) & ~ASC_INTEN_RBE;
ASC_INTEN         194 drivers/tty/serial/st-asc.c 	asc_out(port, ASC_INTEN, intenable);
ASC_INTEN         195 drivers/tty/serial/st-asc.c 	(void)asc_in(port, ASC_INTEN);	/* Defeat bus write posting */
ASC_INTEN         200 drivers/tty/serial/st-asc.c 	u32 intenable = asc_in(port, ASC_INTEN) | ASC_INTEN_RBE;
ASC_INTEN         201 drivers/tty/serial/st-asc.c 	asc_out(port, ASC_INTEN, intenable);
ASC_INTEN         375 drivers/tty/serial/st-asc.c 	    (asc_in(port, ASC_INTEN) & ASC_INTEN_THE)) {
ASC_INTEN         897 drivers/tty/serial/st-asc.c 	intenable = asc_in(port, ASC_INTEN);
ASC_INTEN         898 drivers/tty/serial/st-asc.c 	asc_out(port, ASC_INTEN, 0);
ASC_INTEN         899 drivers/tty/serial/st-asc.c 	(void)asc_in(port, ASC_INTEN);	/* Defeat bus write posting */
ASC_INTEN         906 drivers/tty/serial/st-asc.c 	asc_out(port, ASC_INTEN, intenable);