Searched refs:clkreg_enable (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mmci.c | 93 .clkreg_enable = MCI_ARM_HWFCEN, 112 .clkreg_enable = MCI_ST_U300_HWFCEN, 164 .clkreg_enable = MCI_ST_UX500_HWFCEN, 198 .clkreg_enable = MCI_ST_UX500_HWFCEN, 233 .clkreg_enable = MCI_ST_UX500_HWFCEN, 310 .clkreg_enable = MCI_QCOM_CLK_FLOWENA | 441 clk |= variant->clkreg_enable; in mmci_set_clkreg() 1168 clk = host->clk_reg & ~variant->clkreg_enable; in mmci_start_data() 1170 clk = host->clk_reg | variant->clkreg_enable; in mmci_start_data()
|
H A D | mmci.h | 267 * @clkreg_enable: enable value for MMCICLOCK register 322 unsigned int clkreg_enable; member
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | mmci.c | 95 .clkreg_enable = MCI_ARM_HWFCEN, 114 .clkreg_enable = MCI_ST_U300_HWFCEN, 166 .clkreg_enable = MCI_ST_UX500_HWFCEN, 200 .clkreg_enable = MCI_ST_UX500_HWFCEN, 235 .clkreg_enable = MCI_ST_UX500_HWFCEN, 342 .clkreg_enable = MCI_QCOM_CLK_FLOWENA | 473 clk |= variant->clkreg_enable; in mmci_set_clkreg() 1271 clk = host->clk_reg & ~variant->clkreg_enable; in mmci_start_data() 1273 clk = host->clk_reg | variant->clkreg_enable; in mmci_start_data()
|
H A D | mmci.h | 283 * @clkreg_enable: enable value for MMCICLOCK register 338 unsigned int clkreg_enable; member
|
Completed in 8 milliseconds