Lines Matching refs:rtsx_pci_write_register

171 	err = rtsx_pci_write_register(pcr, PM_CTRL3, D3_DELINK_MODE_EN, 0x00);  in rts5227_optimize_phy()
181 return rtsx_pci_write_register(pcr, GPIO_CTL, 0x02, 0x02); in rts5227_turn_on_led()
186 return rtsx_pci_write_register(pcr, GPIO_CTL, 0x02, 0x00); in rts5227_turn_off_led()
191 return rtsx_pci_write_register(pcr, OLT_LED_CTL, 0x08, 0x08); in rts5227_enable_auto_blink()
196 return rtsx_pci_write_register(pcr, OLT_LED_CTL, 0x08, 0x00); in rts5227_disable_auto_blink()
238 rtsx_pci_write_register(pcr, CARD_PWR_CTL, SD_POWER_MASK | in rts5227_card_power_off()
240 rtsx_pci_write_register(pcr, PWR_GATE_CTRL, LDO3318_PWR_MASK, 0X00); in rts5227_card_power_off()
359 err = rtsx_pci_write_register(pcr, RTS522A_PM_CTRL3, D3_DELINK_MODE_EN, in rts522a_optimize_phy()
385 rtsx_pci_write_register(pcr, FPDCTL, OC_POWER_DOWN, in rts522a_extra_init_hw()
388 rtsx_pci_write_register(pcr, FUNC_FORCE_CTL, FUNC_FORCE_UPME_XMT_DBG, in rts522a_extra_init_hw()
390 rtsx_pci_write_register(pcr, PCLK_CTL, 0x04, 0x04); in rts522a_extra_init_hw()
391 rtsx_pci_write_register(pcr, PM_EVENT_DEBUG, PME_DEBUG_0, PME_DEBUG_0); in rts522a_extra_init_hw()
392 rtsx_pci_write_register(pcr, PM_CLK_FORCE_CTL, 0xFF, 0x11); in rts522a_extra_init_hw()
425 rtsx_pci_write_register(pcr, AUTOLOAD_CFG_BASE + 1, MASK_8_BIT_DEF, 0); in rts522a_force_power_down()
426 rtsx_pci_write_register(pcr, AUTOLOAD_CFG_BASE + 2, MASK_8_BIT_DEF, 0); in rts522a_force_power_down()
427 rtsx_pci_write_register(pcr, AUTOLOAD_CFG_BASE + 3, in rts522a_force_power_down()
430 rtsx_pci_write_register(pcr, RTS522A_PM_CTRL3, in rts522a_force_power_down()
434 rtsx_pci_write_register(pcr, RTS522A_AUTOLOAD_CFG1, in rts522a_force_power_down()
436 rtsx_pci_write_register(pcr, RTS522A_PM_CTRL3, 0x01, 0x00); in rts522a_force_power_down()
437 rtsx_pci_write_register(pcr, RTS522A_PME_FORCE_CTL, 0x30, 0x20); in rts522a_force_power_down()
440 rtsx_pci_write_register(pcr, FPDCTL, ALL_POWER_DOWN, ALL_POWER_DOWN); in rts522a_force_power_down()