Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/realtek/
D8139too.c309 Cfg9346 = 0x50, enumerator
870 RTL_W8 (Cfg9346, Cfg9346_Unlock); in rtl8139_init_board()
872 RTL_W8 (Cfg9346, Cfg9346_Lock); in rtl8139_init_board()
877 RTL_W8 (Cfg9346, Cfg9346_Unlock); in rtl8139_init_board()
879 RTL_W8 (Cfg9346, Cfg9346_Lock); in rtl8139_init_board()
1152 #define eeprom_delay() (void)RTL_R8(Cfg9346)
1165 RTL_W8 (Cfg9346, EE_ENB & ~EE_CS); in read_eeprom()
1166 RTL_W8 (Cfg9346, EE_ENB); in read_eeprom()
1172 RTL_W8 (Cfg9346, EE_ENB | dataval); in read_eeprom()
1174 RTL_W8 (Cfg9346, EE_ENB | dataval | EE_SHIFT_CLK); in read_eeprom()
[all …]
D8139cp.c150 Cfg9346 = 0x50, /* EEPROM select/control; Cfg reg [un]lock */ enumerator
1046 cpw8_f (Cfg9346, Cfg9346_Unlock); in cp_init_hw()
1067 cpw8_f(Cfg9346, Cfg9346_Lock); in cp_init_hw()
1319 cpw8(Cfg9346, Cfg9346_Unlock); in mdio_write()
1321 cpw8(Cfg9346, Cfg9346_Lock); in mdio_write()
1339 cpw8 (Cfg9346, Cfg9346_Unlock); in netdev_set_wol()
1341 cpw8 (Cfg9346, Cfg9346_Lock); in netdev_set_wol()
1631 cpw8_f(Cfg9346, Cfg9346_Unlock); in cp_set_mac_address()
1634 cpw8_f(Cfg9346, Cfg9346_Lock); in cp_set_mac_address()
1714 void __iomem *ee_addr = ioaddr + Cfg9346; in read_eeprom()
[all …]
Dr8169.c386 Cfg9346 = 0x50, enumerator
1767 RTL_W8(Cfg9346, Cfg9346_Unlock); in __rtl8169_set_wol()
1830 RTL_W8(Cfg9346, Cfg9346_Lock); in __rtl8169_set_wol()
4373 RTL_W8(Cfg9346, Cfg9346_Unlock); in rtl_rar_set()
4384 RTL_W8(Cfg9346, Cfg9346_Lock); in rtl_rar_set()
4898 RTL_W8(Cfg9346, Cfg9346_Unlock); in rtl_hw_jumbo_enable()
4900 RTL_W8(Cfg9346, Cfg9346_Lock); in rtl_hw_jumbo_enable()
4907 RTL_W8(Cfg9346, Cfg9346_Unlock); in rtl_hw_jumbo_disable()
4909 RTL_W8(Cfg9346, Cfg9346_Lock); in rtl_hw_jumbo_disable()
5313 RTL_W8(Cfg9346, Cfg9346_Unlock); in rtl_hw_start_8169()
[all …]