Home
last modified time | relevance | path

Searched refs:ssc_depth (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/misc/cardreader/
H A Drts5228.c621 ssc_depth = depth[ssc_depth]; in rts5228_pci_switch_clock()
623 ssc_depth = double_ssc_depth(ssc_depth); in rts5228_pci_switch_clock()
625 if (ssc_depth) { in rts5228_pci_switch_clock()
627 if (ssc_depth > 1) in rts5228_pci_switch_clock()
628 ssc_depth -= 1; in rts5228_pci_switch_clock()
632 if (ssc_depth > 2) in rts5228_pci_switch_clock()
633 ssc_depth -= 2; in rts5228_pci_switch_clock()
637 if (ssc_depth > 3) in rts5228_pci_switch_clock()
638 ssc_depth -= 3; in rts5228_pci_switch_clock()
643 ssc_depth = 0; in rts5228_pci_switch_clock()
[all …]
H A Drts5261.c700 ssc_depth = depth[ssc_depth]; in rts5261_pci_switch_clock()
702 ssc_depth = double_ssc_depth(ssc_depth); in rts5261_pci_switch_clock()
704 if (ssc_depth) { in rts5261_pci_switch_clock()
706 if (ssc_depth > 1) in rts5261_pci_switch_clock()
707 ssc_depth -= 1; in rts5261_pci_switch_clock()
711 if (ssc_depth > 2) in rts5261_pci_switch_clock()
712 ssc_depth -= 2; in rts5261_pci_switch_clock()
716 if (ssc_depth > 3) in rts5261_pci_switch_clock()
717 ssc_depth -= 3; in rts5261_pci_switch_clock()
722 ssc_depth = 0; in rts5261_pci_switch_clock()
[all …]
H A Drts5264.c770 ssc_depth = depth[ssc_depth]; in rts5264_pci_switch_clock()
772 ssc_depth = double_ssc_depth(ssc_depth); in rts5264_pci_switch_clock()
774 if (ssc_depth) { in rts5264_pci_switch_clock()
776 if (ssc_depth > 1) in rts5264_pci_switch_clock()
777 ssc_depth -= 1; in rts5264_pci_switch_clock()
781 if (ssc_depth > 2) in rts5264_pci_switch_clock()
782 ssc_depth -= 2; in rts5264_pci_switch_clock()
786 if (ssc_depth > 3) in rts5264_pci_switch_clock()
787 ssc_depth -= 3; in rts5264_pci_switch_clock()
792 ssc_depth = 0; in rts5264_pci_switch_clock()
[all …]
H A Drtsx_usb.c377 static u8 revise_ssc_depth(u8 ssc_depth, u8 div) in revise_ssc_depth() argument
380 if (ssc_depth > div - 1) in revise_ssc_depth()
381 ssc_depth -= (div - 1); in revise_ssc_depth()
383 ssc_depth = SSC_DEPTH_2M; in revise_ssc_depth()
386 return ssc_depth; in revise_ssc_depth()
390 u8 ssc_depth, bool initial_mode, bool double_clk, bool vpclk) in rtsx_usb_switch_clock() argument
445 ssc_depth = double_ssc_depth(ssc_depth); in rtsx_usb_switch_clock()
447 ssc_depth = revise_ssc_depth(ssc_depth, div); in rtsx_usb_switch_clock()
448 dev_dbg(&ucr->pusb_intf->dev, "ssc_depth = %d\n", ssc_depth); in rtsx_usb_switch_clock()
456 SSC_DEPTH_MASK, ssc_depth); in rtsx_usb_switch_clock()
H A Drtsx_pcr.c688 static u8 revise_ssc_depth(u8 ssc_depth, u8 div) in revise_ssc_depth() argument
691 if (ssc_depth > (div - 1)) in revise_ssc_depth()
692 ssc_depth -= (div - 1); in revise_ssc_depth()
694 ssc_depth = SSC_DEPTH_4M; in revise_ssc_depth()
697 return ssc_depth; in revise_ssc_depth()
715 ssc_depth, initial_mode, double_clk, vpclk); in rtsx_pci_switch_clock()
780 ssc_depth = depth[ssc_depth]; in rtsx_pci_switch_clock()
782 ssc_depth = double_ssc_depth(ssc_depth); in rtsx_pci_switch_clock()
784 ssc_depth = revise_ssc_depth(ssc_depth, div); in rtsx_pci_switch_clock()
785 pcr_dbg(pcr, "ssc_depth = %d\n", ssc_depth); in rtsx_pci_switch_clock()
[all …]
H A Drts5228.h166 u8 ssc_depth, bool initial_mode, bool double_clk, bool vpclk);
H A Drts5261.h204 u8 ssc_depth, bool initial_mode, bool double_clk, bool vpclk);
H A Drts5264.h276 u8 ssc_depth, bool initial_mode, bool double_clk, bool vpclk);
/linux-6.15/drivers/memstick/host/
H A Drtsx_usb_ms.c34 u8 ssc_depth; member
557 u8 ssc_depth = 0; in rtsx_usb_ms_set_param() local
593 ssc_depth = SSC_DEPTH_512K; in rtsx_usb_ms_set_param()
600 ssc_depth = SSC_DEPTH_1M; in rtsx_usb_ms_set_param()
613 ssc_depth, false, true, false); in rtsx_usb_ms_set_param()
619 host->ssc_depth = ssc_depth; in rtsx_usb_ms_set_param()
/linux-6.15/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c36 u8 ssc_depth; member
824 rtsx_pci_switch_clock(pcr, host->clock, host->ssc_depth, in sd_request()
1111 host->ssc_depth = RTSX_SSC_DEPTH_2M; in sdmmc_set_ios()
1118 host->ssc_depth = RTSX_SSC_DEPTH_1M; in sdmmc_set_ios()
1121 host->ssc_depth = RTSX_SSC_DEPTH_500K; in sdmmc_set_ios()
1128 rtsx_pci_switch_clock(pcr, ios->clock, host->ssc_depth, in sdmmc_set_ios()
H A Drtsx_usb_sdmmc.c41 u8 ssc_depth; member
1117 host->ssc_depth = SSC_DEPTH_2M; in sdmmc_set_ios()
1123 host->ssc_depth = SSC_DEPTH_1M; in sdmmc_set_ios()
1126 host->ssc_depth = SSC_DEPTH_512K; in sdmmc_set_ios()
1133 rtsx_usb_switch_clock(host->ucr, host->clock, host->ssc_depth, in sdmmc_set_ios()
/linux-6.15/include/linux/
H A Drtsx_usb.h92 u8 ssc_depth, bool initial_mode, bool double_clk, bool vpclk);
H A Drtsx_pci.h1328 u8 ssc_depth, bool initial_mode, bool double_clk, bool vpclk);