Searched refs:cpw16 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 357 #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() 971 cpw16(IntrStatus, ~(cpr16(IntrStatus))); in cp_stop_hw() 1003 cpw16(CpCmd, cp->cpcmd); in cp_start_hw() 1065 cpw16(MultiIntr, 0); in cp_init_hw() 1320 cpw16(BasicModeCtrl, value); in mdio_write() 1323 cpw16(mii_2_8139_map[location], value); in mdio_write() 2059 cpw16 (IntrMask, 0); in cp_suspend()
|