Searched refs:TXx927_SIDISR_RDIS (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jmr3927/rbhma3100/
H A Dkgdb_io.c99 tx3927_sioptr(0)->disr &= ~TXx927_SIDISR_RDIS;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jmr3927/common/
H A Dputs.c88 tx3927_sioptr(1)->disr &= ~TXx927_SIDISR_RDIS;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/jmr3927/
H A Dtxx927.h121 #define TXx927_SIDISR_RDIS 0x00000080 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/jmr3927/
H A Dtxx927.h121 #define TXx927_SIDISR_RDIS 0x00000080 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/jmr3927/
H A Dtxx927.h121 #define TXx927_SIDISR_RDIS 0x00000080 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/jmr3927/
H A Dtxx927.h121 #define TXx927_SIDISR_RDIS 0x00000080 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dserial_txx927.c484 if (!(status & (TXx927_SIDISR_TDIS | TXx927_SIDISR_RDIS | TXx927_SIDISR_TOUT)))
487 if (status & TXx927_SIDISR_RDIS)
493 sio_reg(info)->disr &= ~(TXx927_SIDISR_TDIS | TXx927_SIDISR_RDIS | TXx927_SIDISR_TOUT);
913 TXx927_SIDISR_TDIS | TXx927_SIDISR_RDIS;
938 info->ignore_status_mask |= TXx927_SIDISR_RDIS;
1444 info->read_status_mask &= ~TXx927_SIDISR_RDIS;

Completed in 106 milliseconds