Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-pci-dwc-mshc.c68 clk = SDHCI_PROG_CLOCK_MODE | SDHCI_CLOCK_INT_EN | in sdhci_snps_set_clock()
H A Dsdhci-cns3xxx.c58 clk |= SDHCI_CLOCK_INT_EN; in sdhci_cns3xxx_set_clock()
H A Dsdhci-milbeaut.c93 clk = (clk & ~SDHCI_CLOCK_CARD_EN) | SDHCI_CLOCK_INT_EN; in sdhci_milbeaut_reset()
219 ctl &= ~(SDHCI_CLOCK_CARD_EN | SDHCI_CLOCK_INT_EN); in sdhci_milbeaut_init()
H A Dsdhci-of-at91.c77 clk &= SDHCI_CLOCK_INT_EN; in sdhci_at91_set_clock()
85 clk |= SDHCI_CLOCK_INT_EN; in sdhci_at91_set_clock()
H A Dsdhci-pci-o2micro.c266 scratch_8 = SDHCI_CLOCK_INT_EN; in sdhci_o2_dll_recovery()
514 clk |= SDHCI_CLOCK_INT_EN; in sdhci_o2_enable_clk()
H A Dsdhci-xenon.c30 reg |= SDHCI_CLOCK_INT_EN; in xenon_enable_internal_clk()
H A Dsdhci.h121 #define SDHCI_CLOCK_INT_EN 0x0001 macro
H A Dsdhci-s3c.c397 clk = SDHCI_CLOCK_INT_EN; in sdhci_cmu_set_clock()
H A Dsdhci-of-arasan.c884 clk &= ~(SDHCI_CLOCK_CARD_EN | SDHCI_CLOCK_INT_EN); in arasan_zynqmp_dll_reset()
H A Dsdhci.c1948 clk |= SDHCI_CLOCK_INT_EN; in sdhci_enable_clk()
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h104 #define SDHCI_CLOCK_INT_EN BIT(0) macro
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Drockchip_sdhci.c275 clk |= SDHCI_CLOCK_INT_EN; in rockchip_emmc_set_clock()
H A Dsdhci.c321 clk |= SDHCI_CLOCK_INT_EN;