Searched refs:smc911x_get_mac_csr (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | smc911x.c | 38 while (smc911x_get_mac_csr(dev, MII_ACC) & MII_ACC_MII_BUSY) in smc911x_eth_phy_read() 44 while (smc911x_get_mac_csr(dev, MII_ACC) & MII_ACC_MII_BUSY) in smc911x_eth_phy_read() 47 *val = smc911x_get_mac_csr(dev, MII_DATA); in smc911x_eth_phy_read() 55 while (smc911x_get_mac_csr(dev, MII_ACC) & MII_ACC_MII_BUSY) in smc911x_eth_phy_write() 62 while (smc911x_get_mac_csr(dev, MII_ACC) & MII_ACC_MII_BUSY) in smc911x_eth_phy_write() 265 addrh = smc911x_get_mac_csr(dev, ADDRH); in smc911x_initialize() 266 addrl = smc911x_get_mac_csr(dev, ADDRL); in smc911x_initialize()
|
| H A D | smc911x.h | 405 static u32 smc911x_get_mac_csr(struct eth_device *dev, u8 reg) in smc911x_get_mac_csr() function
|
| /OK3568_Linux_fs/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()
|