Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/clock/ti/
H A Dapll.txt21 "idlest" - contains the idlest register offset
24 - ti,idlest-shift : bit-shift for the idlest field (OMAP2 only)
40 ti,idlest-shift = <8>;
H A Ddpll.txt40 "idlest" - contains the idle status register base address
49 ti,omap2-* dpll type does not support idlest / autoidle registers
/linux/drivers/clk/ti/
H A Dclkt_dflt.c52 u32 mask, u8 idlest, const char *name) in _wait_idlest_generic() argument
56 ena = (idlest) ? 0 : mask; in _wait_idlest_generic()
/linux/arch/arm/boot/dts/ti/omap/
H A Domap24xx-clocks.dtsi133 ti,idlest-shift = <8>;
143 ti,idlest-shift = <9>;
/linux/kernel/sched/
H A Dfair.c10724 static bool update_pick_idlest(struct sched_group *idlest, in update_pick_idlest() argument
10756 if (idlest->sgc->max_capacity >= group->sgc->max_capacity) in update_pick_idlest()
10785 struct sched_group *idlest = NULL, *local = NULL, *group = sd->groups; in sched_balance_find_dst_group() local
10818 if (!local_group && update_pick_idlest(idlest, &idlest_sgs, group, sgs)) { in sched_balance_find_dst_group()
10819 idlest = group; in sched_balance_find_dst_group()
10827 if (!idlest) in sched_balance_find_dst_group()
10832 return idlest; in sched_balance_find_dst_group()
10846 return idlest; in sched_balance_find_dst_group()
10888 if (local->sgc->max_capacity >= idlest->sgc->max_capacity) in sched_balance_find_dst_group()
10905 idlest_cpu = cpumask_first(sched_group_span(idlest)); in sched_balance_find_dst_group()
[all …]