Searched refs:CLKSEL_MASK (Results 1 – 2 of 2) sorted by relevance
30 #define CLKSEL_MASK GENMASK(7, 6) macro31 #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)
847 #define CLKSEL_MASK 0x78000000 macro859 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()