Searched refs:cpr16 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 356 #define cpr16(reg) readw(cp->regs + (reg)) macro 582 mask = cpr16(IntrMask); in cp_interrupt() 586 status = cpr16(IntrStatus); in cp_interrupt() 593 status, cpr8(Cmd), cpr16(CpCmd)); in cp_interrupt() 959 cpw16(IntrStatus, ~(cpr16(IntrStatus))); in cp_stop_hw() 963 cpw16_f(IntrStatus, ~(cpr16(IntrStatus))); in cp_stop_hw() 1245 cpr8(Cmd), cpr16(CpCmd), in cp_tx_timeout() 1246 cpr16(IntrStatus), cpr16(IntrMask)); in cp_tx_timeout() 1251 cp->tx_head, cp->tx_tail, cpr16(TxDmaOkLowDes in cp_tx_timeout() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 356 #define cpr16(reg) readw(cp->regs + (reg)) macro 582 mask = cpr16(IntrMask); in cp_interrupt() 586 status = cpr16(IntrStatus); in cp_interrupt() 593 status, cpr8(Cmd), cpr16(CpCmd)); in cp_interrupt() 959 cpw16(IntrStatus, ~(cpr16(IntrStatus))); in cp_stop_hw() 963 cpw16_f(IntrStatus, ~(cpr16(IntrStatus))); in cp_stop_hw() 1245 cpr8(Cmd), cpr16(CpCmd), in cp_tx_timeout() 1246 cpr16(IntrStatus), cpr16(IntrMask)); in cp_tx_timeout() 1251 cp->tx_head, cp->tx_tail, cpr16(TxDmaOkLowDes in cp_tx_timeout() [all...] |
Completed in 6 milliseconds