Lines Matching refs:cpw8
358 #define cpw8(reg,val) writeb((val), cp->regs + (reg)) macro
878 cpw8(TxPoll, NormalTxPoll); in cp_start_xmit()
963 cpw8(Cmd, 0); in cp_stop_hw()
977 cpw8(Cmd, CmdReset); in cp_reset_hw()
1020 cpw8(Cmd, RxOn | TxOn); in cp_start_hw()
1043 cpw8(TxThresh, 0x06); /* XXX convert magic num to a constant */ in cp_init_hw()
1048 cpw8(Config1, cpr8(Config1) | DriverLoaded | PMEnable); in cp_init_hw()
1050 cpw8(Config3, PARMEnable); in cp_init_hw()
1053 cpw8(Config5, cpr8(Config5) & PMEStatus); in cp_init_hw()
1324 cpw8(Cfg9346, Cfg9346_Unlock); in mdio_write()
1326 cpw8(Cfg9346, Cfg9346_Lock); in mdio_write()
1344 cpw8 (Cfg9346, Cfg9346_Unlock); in netdev_set_wol()
1345 cpw8 (Config3, options); in netdev_set_wol()
1346 cpw8 (Cfg9346, Cfg9346_Lock); in netdev_set_wol()
1357 cpw8 (Config5, options); in netdev_set_wol()
2075 cpw8 (Cmd, cpr8 (Cmd) & (~RxOn | ~TxOn)); in cp_suspend()