Searched refs:cpw16 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 359 #define cpw16(reg,val) writew((val), cp->regs + (reg)) macro 470 cpw16(IntrStatus, cp_rx_intr_mask); in cp_rx_poll() 595 cpw16(IntrStatus, status & ~cp_rx_intr_mask); in cp_interrupt() 599 cpw16(IntrMask, 0); in cp_interrupt() 959 cpw16(IntrStatus, ~(cpr16(IntrStatus))); in cp_stop_hw() 991 cpw16(CpCmd, cp->cpcmd); in cp_start_hw() 1053 cpw16(MultiIntr, 0); in cp_init_hw() 1319 cpw16(BasicModeCtrl, value); in mdio_write() 1322 cpw16(mii_2_8139_map[location], value); in mdio_write() 2072 cpw16 (IntrMas in cp_suspend() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 359 #define cpw16(reg,val) writew((val), cp->regs + (reg)) macro 470 cpw16(IntrStatus, cp_rx_intr_mask); in cp_rx_poll() 595 cpw16(IntrStatus, status & ~cp_rx_intr_mask); in cp_interrupt() 599 cpw16(IntrMask, 0); in cp_interrupt() 959 cpw16(IntrStatus, ~(cpr16(IntrStatus))); in cp_stop_hw() 991 cpw16(CpCmd, cp->cpcmd); in cp_start_hw() 1053 cpw16(MultiIntr, 0); in cp_init_hw() 1319 cpw16(BasicModeCtrl, value); in mdio_write() 1322 cpw16(mii_2_8139_map[location], value); in mdio_write() 2068 cpw16 (IntrMas in cp_suspend() [all...] |
Completed in 6 milliseconds