Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/realtek/
H A D8139cp.c150 Cfg9346 = 0x50, /* EEPROM select/control; Cfg reg [un]lock */ enumerator
1034 cpw8_f (Cfg9346, Cfg9346_Unlock); in cp_init_hw()
1055 cpw8_f(Cfg9346, Cfg9346_Lock); in cp_init_hw()
1318 cpw8(Cfg9346, Cfg9346_Unlock); in mdio_write()
1320 cpw8(Cfg9346, Cfg9346_Lock); in mdio_write()
1338 cpw8 (Cfg9346, Cfg9346_Unlock); in netdev_set_wol()
1340 cpw8 (Cfg9346, Cfg9346_Lock); in netdev_set_wol()
1633 cpw8_f(Cfg9346, Cfg9346_Unlock); in cp_set_mac_address()
1636 cpw8_f(Cfg9346, Cfg9346_Lock); in cp_set_mac_address()
1716 void __iomem *ee_addr = ioaddr + Cfg9346; in read_eeprom()
[all …]