Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/cardreader/
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()
Drtsx_pcr.c713 static u8 revise_ssc_depth(u8 ssc_depth, u8 div) in revise_ssc_depth() argument
716 if (ssc_depth > (div - 1)) in revise_ssc_depth()
717 ssc_depth -= (div - 1); in revise_ssc_depth()
719 ssc_depth = SSC_DEPTH_4M; in revise_ssc_depth()
722 return ssc_depth; in revise_ssc_depth()
726 u8 ssc_depth, bool initial_mode, bool double_clk, bool vpclk) in rtsx_pci_switch_clock() argument
795 ssc_depth = depth[ssc_depth]; in rtsx_pci_switch_clock()
797 ssc_depth = double_ssc_depth(ssc_depth); in rtsx_pci_switch_clock()
799 ssc_depth = revise_ssc_depth(ssc_depth, div); in rtsx_pci_switch_clock()
800 pcr_dbg(pcr, "ssc_depth = %d\n", ssc_depth); in rtsx_pci_switch_clock()
[all …]
/Linux-v5.4/drivers/memstick/host/
Drtsx_pci_ms.c27 u8 ssc_depth; member
401 rtsx_pci_switch_clock(host->pcr, host->clock, host->ssc_depth, in rtsx_pci_ms_handle_req()
438 u8 ssc_depth = 0; in rtsx_pci_ms_set_param() local
461 ssc_depth = RTSX_SSC_DEPTH_500K; in rtsx_pci_ms_set_param()
469 ssc_depth = RTSX_SSC_DEPTH_1M; in rtsx_pci_ms_set_param()
480 ssc_depth, false, true, false); in rtsx_pci_ms_set_param()
484 host->ssc_depth = ssc_depth; in rtsx_pci_ms_set_param()
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-v5.4/drivers/mmc/host/
Drtsx_pci_sdmmc.c34 u8 ssc_depth; member
812 rtsx_pci_switch_clock(pcr, host->clock, host->ssc_depth, in sd_request()
1059 host->ssc_depth = RTSX_SSC_DEPTH_2M; in sdmmc_set_ios()
1066 host->ssc_depth = RTSX_SSC_DEPTH_1M; in sdmmc_set_ios()
1069 host->ssc_depth = RTSX_SSC_DEPTH_500K; in sdmmc_set_ios()
1076 rtsx_pci_switch_clock(pcr, ios->clock, host->ssc_depth, in sdmmc_set_ios()
Drtsx_usb_sdmmc.c41 u8 ssc_depth; member
1129 host->ssc_depth = SSC_DEPTH_2M; in sdmmc_set_ios()
1135 host->ssc_depth = SSC_DEPTH_1M; in sdmmc_set_ios()
1138 host->ssc_depth = SSC_DEPTH_512K; in sdmmc_set_ios()
1145 rtsx_usb_switch_clock(host->ucr, host->clock, host->ssc_depth, in sdmmc_set_ios()
/Linux-v5.4/drivers/staging/rts5208/
Drtsx_card.c626 u8 mcu_cnt, div, max_div, ssc_depth, ssc_depth_mask; in switch_ssc_clock() local
654 ssc_depth = 0x01; in switch_ssc_clock()
657 ssc_depth = 0; in switch_ssc_clock()
662 dev_dbg(rtsx_dev(chip), "ssc_depth = %d\n", ssc_depth); in switch_ssc_clock()
668 rtsx_add_cmd(chip, WRITE_REG_CMD, SSC_CTL2, ssc_depth_mask, ssc_depth); in switch_ssc_clock()
/Linux-v5.4/include/linux/
Drtsx_usb.h90 u8 ssc_depth, bool initial_mode, bool double_clk, bool vpclk);
Drtsx_pci.h1309 u8 ssc_depth, bool initial_mode, bool double_clk, bool vpclk);