Home
last modified time | relevance | path

Searched refs:LSBONLY (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/
Dsynclink.c333 #define LSBONLY 0x40 macro
1452 usc_OutReg( info, RICR+LSBONLY, (u16)(usc_InReg(info, RICR+LSBONLY) & ~BIT3 )); in mgsl_isr_receive_data()
1460 outw( (inw(info->io_base + CCAR) & 0x0780) | (RDR+LSBONLY), in mgsl_isr_receive_data()
5731 outw( (inw( info->io_base + CCAR) & 0x0780) | (TDR+LSBONLY), in usc_load_txfifo()