Home
last modified time | relevance | path

Searched refs:rtsx_pci_write_phy_register (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/mfd/
Drts5249.c139 err = rtsx_pci_write_phy_register(pcr, PHY_REV, in rts5249_optimize_phy()
150 err = rtsx_pci_write_phy_register(pcr, PHY_BPCR, in rts5249_optimize_phy()
156 err = rtsx_pci_write_phy_register(pcr, PHY_PCR, in rts5249_optimize_phy()
163 err = rtsx_pci_write_phy_register(pcr, PHY_RCR2, in rts5249_optimize_phy()
170 err = rtsx_pci_write_phy_register(pcr, PHY_FLD4, in rts5249_optimize_phy()
177 err = rtsx_pci_write_phy_register(pcr, PHY_RDR, in rts5249_optimize_phy()
181 err = rtsx_pci_write_phy_register(pcr, PHY_RCR1, in rts5249_optimize_phy()
185 err = rtsx_pci_write_phy_register(pcr, PHY_FLD3, in rts5249_optimize_phy()
191 return rtsx_pci_write_phy_register(pcr, PHY_TUNE, in rts5249_optimize_phy()
404 rtsx_pci_write_phy_register(pcr, PHY_PCR, in rts524a_optimize_phy()
[all …]
Drts5227.c138 return rtsx_pci_write_phy_register(pcr, 0x00, 0xBA42); in rts5227_optimize_phy()
205 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4FC0 | 0x24); in rts5227_switch_output_voltage()
209 err = rtsx_pci_write_phy_register(pcr, 0x11, 0x3C02); in rts5227_switch_output_voltage()
212 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4C80 | 0x24); in rts5227_switch_output_voltage()
Drts5209.c87 return rtsx_pci_write_phy_register(pcr, 0x00, 0xB966); in rts5209_optimize_phy()
177 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4FC0 | 0x24); in rts5209_switch_output_voltage()
185 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4C40 | 0x24); in rts5209_switch_output_voltage()
Drts5229.c88 return rtsx_pci_write_phy_register(pcr, 0x00, 0xBA42); in rts5229_optimize_phy()
159 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4FC0 | 0x24); in rts5229_switch_output_voltage()
167 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4C40 | 0x24); in rts5229_switch_output_voltage()
Drtsx_pcr.c180 int rtsx_pci_write_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 val) in rtsx_pci_write_phy_register() function
187 EXPORT_SYMBOL_GPL(rtsx_pci_write_phy_register);
/linux-4.1.27/include/linux/mfd/
Drtsx_pci.h979 int rtsx_pci_write_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 val);
1042 return rtsx_pci_write_phy_register(pcr, addr, (val & mask) | append); in rtsx_pci_update_phy()