Lines Matching refs:rtsx_pcr
42 int __rtsx_pci_write_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 val);
43 int __rtsx_pci_read_phy_register(struct rtsx_pcr *pcr, u8 addr, u16 *val);
45 void rts5209_init_params(struct rtsx_pcr *pcr);
46 void rts5229_init_params(struct rtsx_pcr *pcr);
47 void rtl8411_init_params(struct rtsx_pcr *pcr);
48 void rtl8402_init_params(struct rtsx_pcr *pcr);
49 void rts5227_init_params(struct rtsx_pcr *pcr);
50 void rts522a_init_params(struct rtsx_pcr *pcr);
51 void rts5249_init_params(struct rtsx_pcr *pcr);
52 void rts524a_init_params(struct rtsx_pcr *pcr);
53 void rts525a_init_params(struct rtsx_pcr *pcr);
54 void rtl8411b_init_params(struct rtsx_pcr *pcr);
55 void rts5260_init_params(struct rtsx_pcr *pcr);
95 int rtsx_gops_pm_reset(struct rtsx_pcr *pcr);
96 int rtsx_set_ltr_latency(struct rtsx_pcr *pcr, u32 latency);
97 int rtsx_set_l1off_sub(struct rtsx_pcr *pcr, u8 val);
98 void rtsx_pci_init_ocp(struct rtsx_pcr *pcr);
99 void rtsx_pci_disable_ocp(struct rtsx_pcr *pcr);
100 void rtsx_pci_enable_ocp(struct rtsx_pcr *pcr);
101 int rtsx_pci_get_ocpstat(struct rtsx_pcr *pcr, u8 *val);
102 void rtsx_pci_clear_ocpstat(struct rtsx_pcr *pcr);
103 int rtsx_sd_power_off_card3v3(struct rtsx_pcr *pcr);
104 int rtsx_ms_power_off_card3v3(struct rtsx_pcr *pcr);