Searched refs:RTL_W8_F (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D8139too.c653 #define RTL_W8_F(reg, val8) do { iowrite8 ((val8), ioaddr + (reg)); ioread8 (ioaddr + (reg)); } while (0) macro
1370 RTL_W8_F (Cfg9346, Cfg9346_Unlock);
1834 RTL_W8_F (ChipCmd, CmdTxEnb);
1847 RTL_W8_F (ChipCmd, CmdRxEnb | CmdTxEnb);
1857 RTL_W8_F (Cfg9346, Cfg9346_Unlock);
2187 RTL_W8_F(Cfg9346, Cfg9346_Unlock);
2190 RTL_W8_F(Cfg9346, Cfg9346_Lock);

Completed in 112 milliseconds