Searched refs:cpw8 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 358 #define cpw8(reg,val) writeb((val), cp->regs + (reg)) macro 876 cpw8(TxPoll, NormalTxPoll); in cp_start_xmit() 961 cpw8(Cmd, 0); in cp_stop_hw() 975 cpw8(Cmd, CmdReset); in cp_reset_hw() 1018 cpw8(Cmd, RxOn | TxOn); in cp_start_hw() 1041 cpw8(TxThresh, 0x06); /* XXX convert magic num to a constant */ in cp_init_hw() 1046 cpw8(Config1, cpr8(Config1) | DriverLoaded | PMEnable); in cp_init_hw() 1048 cpw8(Config3, PARMEnable); in cp_init_hw() 1051 cpw8(Config5, cpr8(Config5) & PMEStatus); in cp_init_hw() 1318 cpw8(Cfg9346, Cfg9346_Unlock); in mdio_write() [all …]
|