Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/misc/cardreader/
Drts5228.c239 rtsx_pci_read_phy_register(pcr, PHY_TUNE, &val); in rts5228_switch_output_voltage()
251 rtsx_pci_read_phy_register(pcr, PHY_TUNE, &val); in rts5228_switch_output_voltage()
Drts5261.c211 rtsx_pci_read_phy_register(pcr, PHY_TUNE, &val); in rts5261_switch_output_voltage()
223 rtsx_pci_read_phy_register(pcr, PHY_TUNE, &val); in rts5261_switch_output_voltage()
Drtsx_pcr.c281 int rtsx_pci_read_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 *val) in rtsx_pci_read_phy_register() function
288 EXPORT_SYMBOL_GPL(rtsx_pci_read_phy_register);
1163 rtsx_pci_read_phy_register(pcr, 0x01, &val); in rtsx_pci_enable_oobs_polling()
1179 rtsx_pci_read_phy_register(pcr, 0x01, &val); in rtsx_pci_disable_oobs_polling()
/linux-6.6.21/include/linux/
Drtsx_pci.h1301 int rtsx_pci_read_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 *val);
1347 err = rtsx_pci_read_phy_register(pcr, addr, &val); in rtsx_pci_update_phy()