asc_in 180 drivers/tty/serial/st-asc.c u32 intenable = asc_in(port, ASC_INTEN) & ~ASC_INTEN_THE; asc_in 182 drivers/tty/serial/st-asc.c (void)asc_in(port, ASC_INTEN); /* Defeat bus write posting */ asc_in 187 drivers/tty/serial/st-asc.c u32 intenable = asc_in(port, ASC_INTEN) | ASC_INTEN_THE; asc_in 193 drivers/tty/serial/st-asc.c u32 intenable = asc_in(port, ASC_INTEN) & ~ASC_INTEN_RBE; asc_in 195 drivers/tty/serial/st-asc.c (void)asc_in(port, ASC_INTEN); /* Defeat bus write posting */ asc_in 200 drivers/tty/serial/st-asc.c u32 intenable = asc_in(port, ASC_INTEN) | ASC_INTEN_RBE; asc_in 206 drivers/tty/serial/st-asc.c return asc_in(port, ASC_STA) & ASC_STA_TE; asc_in 211 drivers/tty/serial/st-asc.c return asc_in(port, ASC_STA) & ASC_STA_THE; asc_in 228 drivers/tty/serial/st-asc.c u32 status = asc_in(port, ASC_STA); asc_in 304 drivers/tty/serial/st-asc.c mode = asc_in(port, ASC_CTL) & ASC_CTL_MODE_MSK; asc_in 311 drivers/tty/serial/st-asc.c while ((status = asc_in(port, ASC_STA)) & ASC_STA_RBF) { asc_in 312 drivers/tty/serial/st-asc.c c = asc_in(port, ASC_RXBUF) | ASC_RXBUF_DUMMY_RX; asc_in 367 drivers/tty/serial/st-asc.c status = asc_in(port, ASC_STA); asc_in 375 drivers/tty/serial/st-asc.c (asc_in(port, ASC_INTEN) & ASC_INTEN_THE)) { asc_in 415 drivers/tty/serial/st-asc.c if (asc_in(port, ASC_CTL) & ASC_CTL_CTSENABLE) asc_in 499 drivers/tty/serial/st-asc.c ctl = asc_in(port, ASC_CTL) & ~ASC_CTL_RUN; asc_in 530 drivers/tty/serial/st-asc.c ctrl_val = asc_in(port, ASC_CTL); asc_in 680 drivers/tty/serial/st-asc.c if (!(asc_in(port, ASC_STA) & ASC_STA_RBF)) asc_in 683 drivers/tty/serial/st-asc.c return asc_in(port, ASC_RXBUF); asc_in 897 drivers/tty/serial/st-asc.c intenable = asc_in(port, ASC_INTEN); asc_in 899 drivers/tty/serial/st-asc.c (void)asc_in(port, ASC_INTEN); /* Defeat bus write posting */