Searched refs:cpw16 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/realtek/ |
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 (IntrMask, 0); in cp_suspend()
|