Searched refs:cpw16 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 359 #define cpw16(reg,val) writew((val), cp->regs + (reg)) macro 472 cpw16(IntrStatus, cp_rx_intr_mask); in cp_rx_poll() 597 cpw16(IntrStatus, status & ~cp_rx_intr_mask); in cp_interrupt() 601 cpw16(IntrMask, 0); in cp_interrupt() 961 cpw16(IntrStatus, ~(cpr16(IntrStatus))); in cp_stop_hw() 993 cpw16(CpCmd, cp->cpcmd); in cp_start_hw() 1055 cpw16(MultiIntr, 0); in cp_init_hw() 1325 cpw16(BasicModeCtrl, value); in mdio_write() 1328 cpw16(mii_2_8139_map[location], value); in mdio_write() 2074 cpw16 (IntrMask, 0); in cp_suspend()
|