Home
last modified time | relevance | path

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

/drivers/tty/
Dsynclinkmp.c385 #define RXDMA 0x00 macro
2351 unsigned char status = read_reg(info,RXDMA + DSR) & 0xc0; in isr_rxdmaok()
2354 write_reg(info, RXDMA + DSR, (unsigned char)(status | 1)); in isr_rxdmaok()
2368 unsigned char status = read_reg(info,RXDMA + DSR) & 0x30; in isr_rxdmaerror()
2371 write_reg(info, RXDMA + DSR, (unsigned char)(status | 1)); in isr_rxdmaerror()
4137 write_reg(info, RXDMA + DSR, 0); /* disable Rx DMA */ in rx_stop()
4138 write_reg(info, RXDMA + DCMD, SWABORT); /* reset/init Rx DMA */ in rx_stop()
4139 write_reg(info, RXDMA + DIR, 0); /* disable Rx DMA interrupts */ in rx_stop()
4163 write_reg(info, RXDMA + DSR, 0); /* disable Rx DMA */ in rx_start()
4164 write_reg(info, RXDMA + DCMD, SWABORT); /* reset/init Rx DMA */ in rx_start()
[all …]
/drivers/net/wireless/rtlwifi/rtl8192se/
Dreg.h122 #define RXDMA 0x00BD macro
Dhw.c820 rtl_write_byte(rtlpriv, RXDMA, rtl_read_byte(rtlpriv, RXDMA) | BIT(6)); in _rtl92se_macconfig_after_fwdownload()