Searched refs:RXDMA (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/tty/ |
D | synclinkmp.c | 385 #define RXDMA 0x00 macro 2352 unsigned char status = read_reg(info,RXDMA + DSR) & 0xc0; in isr_rxdmaok() 2355 write_reg(info, RXDMA + DSR, (unsigned char)(status | 1)); in isr_rxdmaok() 2369 unsigned char status = read_reg(info,RXDMA + DSR) & 0x30; in isr_rxdmaerror() 2372 write_reg(info, RXDMA + DSR, (unsigned char)(status | 1)); in isr_rxdmaerror() 4133 write_reg(info, RXDMA + DSR, 0); /* disable Rx DMA */ in rx_stop() 4134 write_reg(info, RXDMA + DCMD, SWABORT); /* reset/init Rx DMA */ in rx_stop() 4135 write_reg(info, RXDMA + DIR, 0); /* disable Rx DMA interrupts */ in rx_stop() 4159 write_reg(info, RXDMA + DSR, 0); /* disable Rx DMA */ in rx_start() 4160 write_reg(info, RXDMA + DCMD, SWABORT); /* reset/init Rx DMA */ in rx_start() [all …]
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/ |
D | reg.h | 122 #define RXDMA 0x00BD macro
|
D | hw.c | 818 rtl_write_byte(rtlpriv, RXDMA, rtl_read_byte(rtlpriv, RXDMA) | BIT(6)); in _rtl92se_macconfig_after_fwdownload()
|