Lines Matching refs:rtsx_pcr
61 int __rtsx_pci_write_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 val);
62 int __rtsx_pci_read_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 *val);
64 void rts5209_init_params(struct rtsx_pcr *pcr);
65 void rts5229_init_params(struct rtsx_pcr *pcr);
66 void rtl8411_init_params(struct rtsx_pcr *pcr);
67 void rtl8402_init_params(struct rtsx_pcr *pcr);
68 void rts5227_init_params(struct rtsx_pcr *pcr);
69 void rts522a_init_params(struct rtsx_pcr *pcr);
70 void rts5249_init_params(struct rtsx_pcr *pcr);
71 void rts524a_init_params(struct rtsx_pcr *pcr);
72 void rts525a_init_params(struct rtsx_pcr *pcr);
73 void rtl8411b_init_params(struct rtsx_pcr *pcr);
74 void rts5260_init_params(struct rtsx_pcr *pcr);
75 void rts5261_init_params(struct rtsx_pcr *pcr);
76 void rts5228_init_params(struct rtsx_pcr *pcr);
119 int rtsx_gops_pm_reset(struct rtsx_pcr *pcr);
120 int rtsx_set_ltr_latency(struct rtsx_pcr *pcr, u32 latency);
121 int rtsx_set_l1off_sub(struct rtsx_pcr *pcr, u8 val);
122 void rtsx_pci_init_ocp(struct rtsx_pcr *pcr);
123 void rtsx_pci_disable_ocp(struct rtsx_pcr *pcr);
124 void rtsx_pci_enable_ocp(struct rtsx_pcr *pcr);
125 int rtsx_pci_get_ocpstat(struct rtsx_pcr *pcr, u8 *val);
126 void rtsx_pci_clear_ocpstat(struct rtsx_pcr *pcr);
127 void rtsx_pci_enable_oobs_polling(struct rtsx_pcr *pcr);
128 void rtsx_pci_disable_oobs_polling(struct rtsx_pcr *pcr);
129 int rtsx_sd_power_off_card3v3(struct rtsx_pcr *pcr);
130 int rtsx_ms_power_off_card3v3(struct rtsx_pcr *pcr);