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

/linux-4.1.27/drivers/net/ethernet/realtek/
H A D8139too.c668 #define RTL_W8_F(reg, val8) do { iowrite8 ((val8), ioaddr + (reg)); ioread8 (ioaddr + (reg)); } while (0) macro
1401 RTL_W8_F (Cfg9346, Cfg9346_Unlock); rtl8139_hw_start()
1873 RTL_W8_F (ChipCmd, CmdTxEnb); rtl8139_rx_err()
1886 RTL_W8_F (ChipCmd, CmdRxEnb | CmdTxEnb); rtl8139_rx_err()
1896 RTL_W8_F (Cfg9346, Cfg9346_Unlock); rtl8139_rx_err()
2251 RTL_W8_F(Cfg9346, Cfg9346_Unlock); rtl8139_set_mac_address()
2254 RTL_W8_F(Cfg9346, Cfg9346_Lock); rtl8139_set_mac_address()

Completed in 61 milliseconds