Searched refs:cpw16 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/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() 590 cpw16(IntrStatus, status & ~cp_rx_intr_mask); in cp_interrupt() 594 cpw16(IntrMask, 0); in cp_interrupt() 954 cpw16(IntrStatus, ~(cpr16(IntrStatus))); in cp_stop_hw() 986 cpw16(CpCmd, cp->cpcmd); in cp_start_hw() 1048 cpw16(MultiIntr, 0); in cp_init_hw() 1314 cpw16(BasicModeCtrl, value); in mdio_write() 1317 cpw16(mii_2_8139_map[location], value); in mdio_write() 2068 cpw16 (IntrMask, 0); in cp_suspend()
|