Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/imx/
H A Dimx93-mipi-dsi.c30 #define CLKSEL_MASK GENMASK(7, 6) macro
31 #define CLKSEL_STOP FIELD_PREP(CLKSEL_MASK, 0)
32 #define CLKSEL_GEN FIELD_PREP(CLKSEL_MASK, 1)
33 #define CLKSEL_EXT FIELD_PREP(CLKSEL_MASK, 2)
/linux/drivers/clk/
H A Dclk-qoriq.c847 #define CLKSEL_MASK 0x78000000 macro
859 cg_out(hwc->cg, (clksel << CLKSEL_SHIFT) & CLKSEL_MASK, hwc->reg); in mux_set_parent()
870 clksel = (cg_in(hwc->cg, hwc->reg) & CLKSEL_MASK) >> CLKSEL_SHIFT; in mux_get_parent()
997 clksel = (cg_in(cg, hwc->reg) & CLKSEL_MASK) >> CLKSEL_SHIFT; in create_one_cmux()