Home
last modified time | relevance | path

Searched refs:cpr8 (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/realtek/
D8139cp.c355 #define cpr8(reg) readb(cp->regs + (reg)) macro
593 status, cpr8(Cmd), cpr16(CpCmd)); in cp_interrupt()
978 if (!(cpr8(Cmd) & CmdReset)) in cp_reset_hw()
1046 cpw8(Config1, cpr8(Config1) | DriverLoaded | PMEnable); in cp_init_hw()
1051 cpw8(Config5, cpr8(Config5) & PMEStatus); in cp_init_hw()
1245 cpr8(Cmd), cpr16(CpCmd), in cp_tx_timeout()
1331 options = cpr8 (Config3) & ~(LinkUp | MagicPacket); in netdev_set_wol()
1343 options = cpr8 (Config5) & ~(UWF | MWF | BWF); in netdev_set_wol()
1370 options = cpr8 (Config3); in netdev_get_wol()
1375 options = cpr8 (Config5); in netdev_get_wol()
[all …]