Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dmeson-gx-mmc.c89 #define CFG_STOP_CLOCK BIT(22) macro
407 cfg |= CFG_STOP_CLOCK; in meson_mmc_clk_gate()
421 cfg &= ~CFG_STOP_CLOCK; in meson_mmc_clk_ungate()
452 cfg |= CFG_STOP_CLOCK; in meson_mmc_clk_set()