Lines Matching refs:cpr8
355 #define cpr8(reg) readb(cp->regs + (reg)) macro
595 status, cpr8(Cmd), cpr16(CpCmd)); in cp_interrupt()
980 if (!(cpr8(Cmd) & CmdReset)) in cp_reset_hw()
1048 cpw8(Config1, cpr8(Config1) | DriverLoaded | PMEnable); in cp_init_hw()
1053 cpw8(Config5, cpr8(Config5) & PMEStatus); in cp_init_hw()
1247 cpr8(Cmd), cpr16(CpCmd), in cp_tx_timeout()
1337 options = cpr8 (Config3) & ~(LinkUp | MagicPacket); in netdev_set_wol()
1349 options = cpr8 (Config5) & ~(UWF | MWF | BWF); in netdev_set_wol()
1376 options = cpr8 (Config3); in netdev_get_wol()
1381 options = cpr8 (Config5); in netdev_get_wol()
2075 cpw8 (Cmd, cpr8 (Cmd) & (~RxOn | ~TxOn)); in cp_suspend()