Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmeson-gx-mmc.c81 #define CFG_STOP_CLOCK BIT(22) macro
335 cfg |= CFG_STOP_CLOCK; in meson_mmc_clk_gate()
349 cfg &= ~CFG_STOP_CLOCK; in meson_mmc_clk_ungate()
375 cfg |= CFG_STOP_CLOCK; in meson_mmc_clk_set()