Home
last modified time | relevance | path

Searched full:t0_clk (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/Documentation/devicetree/bindings/soc/microchip/
H A Datmel,at91rm9200-tcb.yaml38 List of clock names. Always includes t0_clk and slow clk. Also includes
116 - const: t0_clk
127 - const: t0_clk
130 - const: t0_clk
156 clock-names = "t0_clk", "slow_clk";
177 clock-names = "t0_clk", "slow_clk";
203 clock-names = "t0_clk", "slow_clk";
/openbmc/linux/drivers/clocksource/
H A Dtimer-atmel-tcb.c378 struct clk *t0_clk; in tcb_clksrc_init() local
395 t0_clk = of_clk_get_by_name(node->parent, "t0_clk"); in tcb_clksrc_init()
396 if (IS_ERR(t0_clk)) in tcb_clksrc_init()
397 return PTR_ERR(t0_clk); in tcb_clksrc_init()
403 tc.clk[0] = t0_clk; in tcb_clksrc_init()
406 tc.clk[1] = t0_clk; in tcb_clksrc_init()
409 tc.clk[2] = t0_clk; in tcb_clksrc_init()
428 ret = clk_prepare_enable(t0_clk); in tcb_clksrc_init()
435 rate = (u32) clk_get_rate(t0_clk); in tcb_clksrc_init()
505 clk_disable_unprepare(t0_clk); in tcb_clksrc_init()
/openbmc/u-boot/arch/arm/dts/
H A Dsama5d3_tcb1.dtsi35 clock-names = "t0_clk", "slow_clk";
H A Dat91sam9n12.dtsi442 clock-names = "t0_clk", "slow_clk";
450 clock-names = "t0_clk", "slow_clk";
H A Dat91sam9260.dtsi391 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
401 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
H A Dat91sam9x5.dtsi430 clock-names = "t0_clk", "slow_clk";
438 clock-names = "t0_clk", "slow_clk";
H A Dat91sam9g45.dtsi413 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
421 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
H A Dat91sam9261.dtsi123 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
H A Dsama5d4.dtsi958 clock-names = "t0_clk", "slow_clk";
1186 clock-names = "t0_clk", "slow_clk";
H A Dat91sam9rl.dtsi125 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dsama5d3_tcb1.dtsi27 clock-names = "t0_clk", "slow_clk";
H A Dat91rm9200.dtsi142 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
154 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
H A Dat91sam9n12.dtsi176 clock-names = "t0_clk", "slow_clk";
186 clock-names = "t0_clk", "slow_clk";
H A Dat91sam9260.dtsi155 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
167 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
H A Dat91sam9x5.dtsi171 clock-names = "t0_clk", "slow_clk";
181 clock-names = "t0_clk", "slow_clk";
H A Dsama5d4.dtsi396 clock-names = "t0_clk", "slow_clk";
635 clock-names = "t0_clk", "slow_clk";
645 clock-names = "t0_clk", "slow_clk";
H A Dat91sam9g45.dtsi168 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
178 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
H A Dsama7g5.dtsi316 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
910 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
H A Dsama5d2.dtsi400 clock-names = "t0_clk", "gclk", "slow_clk";
410 clock-names = "t0_clk", "gclk", "slow_clk";
H A Dat91sam9261.dtsi142 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
H A Dsam9x60.dtsi559 clock-names = "t0_clk", "slow_clk";
569 clock-names = "t0_clk", "slow_clk";
H A Dat91sam9rl.dtsi142 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
H A Dat91sam9263.dtsi152 clock-names = "t0_clk", "slow_clk";
/openbmc/linux/drivers/counter/
H A Dmicrochip-tcb-capture.c350 /* Fallback to t0_clk */ in mchp_tc_probe()
351 clk[i] = of_clk_get_by_name(np->parent, "t0_clk"); in mchp_tc_probe()
/openbmc/linux/drivers/pwm/
H A Dpwm-atmel-tcb.c394 char clk_name[] = "t0_clk"; in atmel_tcb_pwm_probe()
421 tcbpwm->clk = of_clk_get_by_name(np->parent, "t0_clk"); in atmel_tcb_pwm_probe()

12