Home
last modified time | relevance | path

Searched refs:AML_SD_EMMC_CLOCK_CFG_DIV_LOC (Results 1 – 2 of 2) sorted by relevance

/system/dev/block/aml-sd-emmc/
A Daml-sd-emmc.c150 AML_SD_EMMC_CLOCK_CFG_DIV_LOC)); in aml_sd_emmc_dump_clock()
372 clk_div = get_bits(clk_val, AML_SD_EMMC_CLOCK_CFG_DIV_MASK, AML_SD_EMMC_CLOCK_CFG_DIV_LOC); in aml_sd_emmc_perform_tuning()
385 AML_SD_EMMC_CLOCK_CFG_DIV_LOC); in aml_sd_emmc_perform_tuning()
387 if (clk_div > (AML_SD_EMMC_CLOCK_CFG_DIV_MASK >> AML_SD_EMMC_CLOCK_CFG_DIV_LOC)) { in aml_sd_emmc_perform_tuning()
388 clk_div = AML_SD_EMMC_CLOCK_CFG_DIV_MASK >> AML_SD_EMMC_CLOCK_CFG_DIV_LOC; in aml_sd_emmc_perform_tuning()
390 update_bits(&clk_val, AML_SD_EMMC_CLOCK_CFG_DIV_MASK, AML_SD_EMMC_CLOCK_CFG_DIV_LOC, in aml_sd_emmc_perform_tuning()
414 clk_div = get_bits(clk_val, AML_SD_EMMC_CLOCK_CFG_DIV_MASK, AML_SD_EMMC_CLOCK_CFG_DIV_LOC); in aml_sd_emmc_perform_tuning()
453 update_bits(&clk_val, AML_SD_EMMC_CLOCK_CFG_DIV_MASK, AML_SD_EMMC_CLOCK_CFG_DIV_LOC, clk_div); in aml_sd_emmc_set_bus_freq()
469 update_bits(&clk_val, AML_SD_EMMC_CLOCK_CFG_DIV_MASK, AML_SD_EMMC_CLOCK_CFG_DIV_LOC, in aml_sd_emmc_init_regs()
516 AML_SD_EMMC_CLOCK_CFG_DIV_LOC); in aml_sd_emmc_set_bus_timing()
[all …]
/system/dev/lib/amlogic/include/soc/aml-common/
A Daml-sd-emmc.h64 #define AML_SD_EMMC_CLOCK_CFG_DIV_LOC 0 macro

Completed in 7 milliseconds