/openbmc/linux/Documentation/devicetree/bindings/soc/microchip/ |
H A D | atmel,at91rm9200-tcb.yaml | 38 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 D | timer-atmel-tcb.c | 378 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 D | sama5d3_tcb1.dtsi | 35 clock-names = "t0_clk", "slow_clk";
|
H A D | at91sam9n12.dtsi | 442 clock-names = "t0_clk", "slow_clk"; 450 clock-names = "t0_clk", "slow_clk";
|
H A D | at91sam9260.dtsi | 391 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk"; 401 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
|
H A D | at91sam9x5.dtsi | 430 clock-names = "t0_clk", "slow_clk"; 438 clock-names = "t0_clk", "slow_clk";
|
H A D | at91sam9g45.dtsi | 413 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk"; 421 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
|
H A D | at91sam9261.dtsi | 123 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
|
H A D | sama5d4.dtsi | 958 clock-names = "t0_clk", "slow_clk"; 1186 clock-names = "t0_clk", "slow_clk";
|
H A D | at91sam9rl.dtsi | 125 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | sama5d3_tcb1.dtsi | 27 clock-names = "t0_clk", "slow_clk";
|
H A D | at91rm9200.dtsi | 142 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk"; 154 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
|
H A D | at91sam9n12.dtsi | 176 clock-names = "t0_clk", "slow_clk"; 186 clock-names = "t0_clk", "slow_clk";
|
H A D | at91sam9260.dtsi | 155 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk"; 167 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
|
H A D | at91sam9x5.dtsi | 171 clock-names = "t0_clk", "slow_clk"; 181 clock-names = "t0_clk", "slow_clk";
|
H A D | sama5d4.dtsi | 396 clock-names = "t0_clk", "slow_clk"; 635 clock-names = "t0_clk", "slow_clk"; 645 clock-names = "t0_clk", "slow_clk";
|
H A D | at91sam9g45.dtsi | 168 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk"; 178 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
|
H A D | sama7g5.dtsi | 316 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk"; 910 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
|
H A D | sama5d2.dtsi | 400 clock-names = "t0_clk", "gclk", "slow_clk"; 410 clock-names = "t0_clk", "gclk", "slow_clk";
|
H A D | at91sam9261.dtsi | 142 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
|
H A D | sam9x60.dtsi | 559 clock-names = "t0_clk", "slow_clk"; 569 clock-names = "t0_clk", "slow_clk";
|
H A D | at91sam9rl.dtsi | 142 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
|
H A D | at91sam9263.dtsi | 152 clock-names = "t0_clk", "slow_clk";
|
/openbmc/linux/drivers/counter/ |
H A D | microchip-tcb-capture.c | 350 /* 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 D | pwm-atmel-tcb.c | 394 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()
|