Home
last modified time | relevance | path

Searched refs:__rtsx_pci_read_phy_register (Results 1 – 3 of 3) sorted by relevance

/drivers/misc/cardreader/
Drtsx_pcr.h59 int __rtsx_pci_read_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 *val);
Drtsx_pcr.c242 int __rtsx_pci_read_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 *val) in __rtsx_pci_read_phy_register() function
280 return __rtsx_pci_read_phy_register(pcr, addr, val); in rtsx_pci_read_phy_register()
Drts5249.c589 return __rtsx_pci_read_phy_register(pcr, addr, val); in rts524a_read_phy()