Searched refs:rtsx_pci_write_phy_register (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/drivers/misc/cardreader/ |
| D | rts5249.c | 317 err = rtsx_pci_write_phy_register(pcr, PHY_REV, in rts5249_optimize_phy() 328 err = rtsx_pci_write_phy_register(pcr, PHY_BPCR, in rts5249_optimize_phy() 334 err = rtsx_pci_write_phy_register(pcr, PHY_PCR, in rts5249_optimize_phy() 341 err = rtsx_pci_write_phy_register(pcr, PHY_RCR2, in rts5249_optimize_phy() 348 err = rtsx_pci_write_phy_register(pcr, PHY_FLD4, in rts5249_optimize_phy() 355 err = rtsx_pci_write_phy_register(pcr, PHY_RDR, in rts5249_optimize_phy() 359 err = rtsx_pci_write_phy_register(pcr, PHY_RCR1, in rts5249_optimize_phy() 363 err = rtsx_pci_write_phy_register(pcr, PHY_FLD3, in rts5249_optimize_phy() 369 return rtsx_pci_write_phy_register(pcr, PHY_TUNE, in rts5249_optimize_phy() 600 rtsx_pci_write_phy_register(pcr, PHY_PCR, in rts524a_optimize_phy() [all …]
|
| D | rts5227.c | 176 return rtsx_pci_write_phy_register(pcr, 0x00, 0xBA42); in rts5227_optimize_phy() 250 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4FC0 | 0x24); in rts5227_switch_output_voltage() 254 err = rtsx_pci_write_phy_register(pcr, 0x11, 0x3C02); in rts5227_switch_output_voltage() 257 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4C80 | 0x24); in rts5227_switch_output_voltage() 365 err = rtsx_pci_write_phy_register(pcr, PHY_RCR2, in rts522a_optimize_phy() 370 rtsx_pci_write_phy_register(pcr, PHY_RCR1, PHY_RCR1_INIT_27S); in rts522a_optimize_phy() 371 rtsx_pci_write_phy_register(pcr, PHY_FLD0, PHY_FLD0_INIT_27S); in rts522a_optimize_phy() 372 rtsx_pci_write_phy_register(pcr, PHY_FLD3, PHY_FLD3_INIT_27S); in rts522a_optimize_phy() 373 rtsx_pci_write_phy_register(pcr, PHY_FLD4, PHY_FLD4_INIT_27S); in rts522a_optimize_phy() 402 err = rtsx_pci_write_phy_register(pcr, 0x08, 0x57E4); in rts522a_switch_output_voltage() [all …]
|
| 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()
|
| 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()
|
| D | rts5228.c | 91 return rtsx_pci_write_phy_register(pcr, 0x07, 0x8F40); in rts5228_optimize_phy() 241 err = rtsx_pci_write_phy_register(pcr, PHY_TUNE, val); in rts5228_switch_output_voltage() 253 err = rtsx_pci_write_phy_register(pcr, PHY_TUNE, val); in rts5228_switch_output_voltage()
|
| D | rts5261.c | 213 err = rtsx_pci_write_phy_register(pcr, PHY_TUNE, val); in rts5261_switch_output_voltage() 225 err = rtsx_pci_write_phy_register(pcr, PHY_TUNE, val); in rts5261_switch_output_voltage()
|
| D | rtsx_pcr.c | 239 int rtsx_pci_write_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 val) in rtsx_pci_write_phy_register() function 246 EXPORT_SYMBOL_GPL(rtsx_pci_write_phy_register); 1165 rtsx_pci_write_phy_register(pcr, 0x01, val); in rtsx_pci_enable_oobs_polling() 1181 rtsx_pci_write_phy_register(pcr, 0x01, val); in rtsx_pci_disable_oobs_polling()
|
| /Linux-v6.6/include/linux/ |
| D | rtsx_pci.h | 1300 int rtsx_pci_write_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 val); 1351 return rtsx_pci_write_phy_register(pcr, addr, (val & mask) | append); in rtsx_pci_update_phy()
|