Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/cardreader/
H A Drtsx_pcr.h58 int __rtsx_pci_write_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 val);
H A Drtsx_pcr.c206 int __rtsx_pci_write_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 val) in __rtsx_pci_write_phy_register() function
238 return __rtsx_pci_write_phy_register(pcr, addr, val); in rtsx_pci_write_phy_register()
H A Drts5249.c582 return __rtsx_pci_write_phy_register(pcr, addr, val); in rts524a_write_phy()