Searched refs:write_phy (Results 1 – 3 of 3) sorted by relevance
697 .write_phy = rts524a_write_phy,
243 if (pcr->ops->write_phy) in rtsx_pci_write_phy_register()244 return pcr->ops->write_phy(pcr, addr, val); in rtsx_pci_write_phy_register()
1092 int (*write_phy)(struct rtsx_pcr *pcr, u8 addr, u16 val); member