Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsi108_eth.c425 static void write_phy (unsigned int base,
579 static void write_phy (unsigned int base, in write_phy() function
616 write_phy (ETH_BASE, phy_addr, PHY_CTRL_REG, PHY_CTRL_RESET); in marvell_88e_phy_config()
631 write_phy (base, TBI_ADDR, TBI_CONTROL_2, TBI_CONTROL_2_G_MII_MODE | in marvell_88e_phy_config()
670 write_phy (base, TBI_ADDR, PHY_CTRL_REG, value); in marvell_88e_phy_config()
671 write_phy (base, TBI_ADDR, PHY_AN_ADV_REG, 0x0060); in marvell_88e_phy_config()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dfirestream.c1313 static void write_phy(struct fs_dev *dev, int regnum, int val) in write_phy() function
1328 write_phy (dev, i, 0); in init_phy()
1331 write_phy (dev, reginit->reg, reginit->val); in init_phy()
1873 write_phy (dev, 0x39, 0x000e); in fs_init()
/OK3568_Linux_fs/kernel/drivers/misc/cardreader/
H A Drtsx_pcr.c235 if (pcr->ops->write_phy) in rtsx_pci_write_phy_register()
236 return pcr->ops->write_phy(pcr, addr, val); in rtsx_pci_write_phy_register()
H A Drts5249.c698 .write_phy = rts524a_write_phy,
/OK3568_Linux_fs/kernel/include/linux/
H A Drtsx_pci.h1056 int (*write_phy)(struct rtsx_pcr *pcr, u8 addr, u16 val); member