Searched refs:smc911x_get_mac_csr (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | smc911x.c | 37 while (smc911x_get_mac_csr(dev, MII_ACC) & MII_ACC_MII_BUSY) in smc911x_eth_phy_read() 43 while (smc911x_get_mac_csr(dev, MII_ACC) & MII_ACC_MII_BUSY) in smc911x_eth_phy_read() 46 *val = smc911x_get_mac_csr(dev, MII_DATA); in smc911x_eth_phy_read() 54 while (smc911x_get_mac_csr(dev, MII_ACC) & MII_ACC_MII_BUSY) in smc911x_eth_phy_write() 61 while (smc911x_get_mac_csr(dev, MII_ACC) & MII_ACC_MII_BUSY) in smc911x_eth_phy_write() 264 addrh = smc911x_get_mac_csr(dev, ADDRH); in smc911x_initialize() 265 addrl = smc911x_get_mac_csr(dev, ADDRL); in smc911x_initialize()
|
H A D | smc911x.h | 404 static u32 smc911x_get_mac_csr(struct eth_device *dev, u8 reg) in smc911x_get_mac_csr() function
|
/openbmc/u-boot/examples/standalone/ |
H A D | smc911x_eeprom.c | 215 ulong addrl = smc911x_get_mac_csr(dev, ADDRL); in print_macaddr() 216 ulong addrh = smc911x_get_mac_csr(dev, ADDRH); in print_macaddr()
|