Searched refs:rtsx_pci_write_phy_register (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/misc/cardreader/ |
| H A D | rts5249.c | 319 err = rtsx_pci_write_phy_register(pcr, PHY_REV, in rts5249_optimize_phy() 330 err = rtsx_pci_write_phy_register(pcr, PHY_BPCR, in rts5249_optimize_phy() 336 err = rtsx_pci_write_phy_register(pcr, PHY_PCR, in rts5249_optimize_phy() 343 err = rtsx_pci_write_phy_register(pcr, PHY_RCR2, in rts5249_optimize_phy() 350 err = rtsx_pci_write_phy_register(pcr, PHY_FLD4, in rts5249_optimize_phy() 357 err = rtsx_pci_write_phy_register(pcr, PHY_RDR, in rts5249_optimize_phy() 361 err = rtsx_pci_write_phy_register(pcr, PHY_RCR1, in rts5249_optimize_phy() 365 err = rtsx_pci_write_phy_register(pcr, PHY_FLD3, in rts5249_optimize_phy() 371 return rtsx_pci_write_phy_register(pcr, PHY_TUNE, in rts5249_optimize_phy() 601 rtsx_pci_write_phy_register(pcr, PHY_PCR, in rts524a_optimize_phy() [all …]
|
| H A D | rts5227.c | 195 return rtsx_pci_write_phy_register(pcr, 0x00, 0xBA42); in rts5227_optimize_phy() 269 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4FC0 | 0x24); in rts5227_switch_output_voltage() 273 err = rtsx_pci_write_phy_register(pcr, 0x11, 0x3C02); in rts5227_switch_output_voltage() 276 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4C80 | 0x24); in rts5227_switch_output_voltage() 383 err = rtsx_pci_write_phy_register(pcr, PHY_RCR2, in rts522a_optimize_phy() 388 rtsx_pci_write_phy_register(pcr, PHY_RCR1, PHY_RCR1_INIT_27S); in rts522a_optimize_phy() 389 rtsx_pci_write_phy_register(pcr, PHY_FLD0, PHY_FLD0_INIT_27S); in rts522a_optimize_phy() 390 rtsx_pci_write_phy_register(pcr, PHY_FLD3, PHY_FLD3_INIT_27S); in rts522a_optimize_phy() 391 rtsx_pci_write_phy_register(pcr, PHY_FLD4, PHY_FLD4_INIT_27S); in rts522a_optimize_phy() 420 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x57E4); in rts522a_switch_output_voltage() [all …]
|
| H A D | rts5229.c | 77 return rtsx_pci_write_phy_register(pcr, 0x00, 0xBA42); in rts5229_optimize_phy() 144 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4FC0 | 0x24); in rts5229_switch_output_voltage() 152 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4C40 | 0x24); in rts5229_switch_output_voltage()
|
| H A D | rts5209.c | 76 return rtsx_pci_write_phy_register(pcr, 0x00, 0xB966); in rts5209_optimize_phy() 162 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4FC0 | 0x24); in rts5209_switch_output_voltage() 170 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4C40 | 0x24); in rts5209_switch_output_voltage()
|
| H A D | rts5228.c | 91 return rtsx_pci_write_phy_register(pcr, 0x07, 0x8F40); in rts5228_optimize_phy() 233 err = rtsx_pci_write_phy_register(pcr, PHY_TUNE, val); in rts5228_switch_output_voltage() 245 err = rtsx_pci_write_phy_register(pcr, PHY_TUNE, val); in rts5228_switch_output_voltage()
|
| H A D | rts5261.c | 222 err = rtsx_pci_write_phy_register(pcr, PHY_TUNE, val); in rts5261_switch_output_voltage() 234 err = rtsx_pci_write_phy_register(pcr, PHY_TUNE, val); in rts5261_switch_output_voltage()
|
| H A D | rtsx_pcr.c | 233 int rtsx_pci_write_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 val) in rtsx_pci_write_phy_register() function 240 EXPORT_SYMBOL_GPL(rtsx_pci_write_phy_register); 1207 rtsx_pci_write_phy_register(pcr, 0x01, val); in rtsx_pci_enable_oobs_polling() 1223 rtsx_pci_write_phy_register(pcr, 0x01, val); in rtsx_pci_disable_oobs_polling()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rtsx_pci.h | 1266 int rtsx_pci_write_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 val); 1317 return rtsx_pci_write_phy_register(pcr, addr, (val & mask) | append); in rtsx_pci_update_phy()
|