Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/cardreader/
H A Drts5228.c231 rtsx_pci_read_phy_register(pcr, PHY_TUNE, &val); in rts5228_switch_output_voltage()
243 rtsx_pci_read_phy_register(pcr, PHY_TUNE, &val); in rts5228_switch_output_voltage()
H A Drts5261.c220 rtsx_pci_read_phy_register(pcr, PHY_TUNE, &val); in rts5261_switch_output_voltage()
232 rtsx_pci_read_phy_register(pcr, PHY_TUNE, &val); in rts5261_switch_output_voltage()
H A Drtsx_pcr.c275 int rtsx_pci_read_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 *val) in rtsx_pci_read_phy_register() function
282 EXPORT_SYMBOL_GPL(rtsx_pci_read_phy_register);
1205 rtsx_pci_read_phy_register(pcr, 0x01, &val); in rtsx_pci_enable_oobs_polling()
1221 rtsx_pci_read_phy_register(pcr, 0x01, &val); in rtsx_pci_disable_oobs_polling()
/OK3568_Linux_fs/kernel/include/linux/
H A Drtsx_pci.h1267 int rtsx_pci_read_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 *val);
1313 err = rtsx_pci_read_phy_register(pcr, addr, &val); in rtsx_pci_update_phy()