Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsi108_eth.c423 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 Drtsx_pcr.c277 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 Drts5249.c699 .read_phy = rts524a_read_phy,
/OK3568_Linux_fs/kernel/include/linux/
H A Drtsx_pci.h1057 int (*read_phy)(struct rtsx_pcr *pcr, u8 addr, u16 *val); member