Searched refs:read_phy (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | tsi108_eth.c | 423 static unsigned int read_phy (unsigned int base, 439 printf ("%2d 0x%04x\n", i, read_phy (ETH_BASE, phy_addr, i)); in dump_phy_regs() 550 static unsigned int read_phy (unsigned int base, in read_phy() function 622 read_phy (ETH_BASE, phy_addr, PHY_CTRL_REG)) & PHY_CTRL_RESET) { in marvell_88e_phy_config() 637 phy_status = read_phy (ETH_BASE, phy_addr, PHY_STATUS_REG); in marvell_88e_phy_config() 648 phy_spec_status = read_phy (ETH_BASE, phy_addr, MV1111_SPEC_STAT_REG); in marvell_88e_phy_config() 675 phy_spec_status = read_phy (ETH_BASE, phy_addr, MV1111_SPEC_STAT_REG); in marvell_88e_phy_config()
|
| /OK3568_Linux_fs/kernel/drivers/misc/cardreader/ |
| H A D | rtsx_pcr.c | 277 if (pcr->ops->read_phy) in rtsx_pci_read_phy_register() 278 return pcr->ops->read_phy(pcr, addr, val); in rtsx_pci_read_phy_register()
|
| H A D | rts5249.c | 699 .read_phy = rts524a_read_phy,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rtsx_pci.h | 1057 int (*read_phy)(struct rtsx_pcr *pcr, u8 addr, u16 *val); member
|