Searched refs:idlest (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/clock/ti/ |
D | apll.txt | 23 "idlest" - contains the idlest register offset 26 - ti,idlest-shift : bit-shift for the idlest field (OMAP2 only) 42 ti,idlest-shift = <8>;
|
D | dpll.txt | 42 "idlest" - contains the idle status register base address 51 ti,omap2-* dpll type does not support idlest / autoidle registers
|
/Linux-v6.6/drivers/clk/ti/ |
D | clkt_dflt.c | 52 u32 mask, u8 idlest, const char *name) in _wait_idlest_generic() argument 56 ena = (idlest) ? 0 : mask; in _wait_idlest_generic()
|
/Linux-v6.6/kernel/sched/ |
D | fair.c | 10047 static bool update_pick_idlest(struct sched_group *idlest, in update_pick_idlest() argument 10079 if (idlest->sgc->max_capacity >= group->sgc->max_capacity) in update_pick_idlest() 10108 struct sched_group *idlest = NULL, *local = NULL, *group = sd->groups; in find_idlest_group() local 10141 if (!local_group && update_pick_idlest(idlest, &idlest_sgs, group, sgs)) { in find_idlest_group() 10142 idlest = group; in find_idlest_group() 10150 if (!idlest) in find_idlest_group() 10155 return idlest; in find_idlest_group() 10169 return idlest; in find_idlest_group() 10211 if (local->sgc->max_capacity >= idlest->sgc->max_capacity) in find_idlest_group() 10228 idlest_cpu = cpumask_first(sched_group_span(idlest)); in find_idlest_group() [all …]
|
/Linux-v6.6/arch/arm/boot/dts/ti/omap/ |
D | omap24xx-clocks.dtsi | 133 ti,idlest-shift = <8>; 143 ti,idlest-shift = <9>;
|