/linux-4.4.14/arch/arm/mach-dove/ |
D | common.c | 74 static struct clk *tclk; variable 90 tclk = clk_register_fixed_rate(NULL, "tclk", NULL, CLK_IS_ROOT, in dove_clk_init() 112 orion_clkdev_add(NULL, "orion_spi.0", tclk); in dove_clk_init() 113 orion_clkdev_add(NULL, "orion_spi.1", tclk); in dove_clk_init() 114 orion_clkdev_add(NULL, "orion_wdt", tclk); in dove_clk_init() 115 orion_clkdev_add(NULL, "mv64xxx_i2c.0", tclk); in dove_clk_init() 185 IRQ_DOVE_UART_0, tclk); in dove_uart0_init() 194 IRQ_DOVE_UART_1, tclk); in dove_uart1_init() 203 IRQ_DOVE_UART_2, tclk); in dove_uart2_init() 212 IRQ_DOVE_UART_3, tclk); in dove_uart3_init()
|
/linux-4.4.14/arch/arm/mach-mv78xx0/ |
D | common.c | 167 static struct clk *tclk; variable 171 tclk = clk_register_fixed_rate(NULL, "tclk", NULL, CLK_IS_ROOT, in clk_init() 174 orion_clkdev_init(tclk); in clk_init() 299 IRQ_MV78XX0_UART_0, tclk); in mv78xx0_uart0_init() 309 IRQ_MV78XX0_UART_1, tclk); in mv78xx0_uart1_init() 319 IRQ_MV78XX0_UART_2, tclk); in mv78xx0_uart2_init() 328 IRQ_MV78XX0_UART_3, tclk); in mv78xx0_uart3_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | mvebu-core-clock.txt | 8 0 = tclk (Internal Bus clock) 15 0 = tclk (Internal Bus clock) 21 0 = tclk (Internal Bus clock) 27 0 = tclk (Internal Bus clock) 35 0 = tclk (Internal Bus clock) 41 0 = tclk (Internal Bus clock) 63 output names ("tclk", "cpuclk", "l2clk", "ddrclk") 76 /* get tclk from core clock provider */
|
D | mvebu-gated-clock.txt | 176 - clocks : default parent clock phandle (e.g. tclk) 183 /* default parent clock is tclk */
|
/linux-4.4.14/drivers/clk/ |
D | clk-vt8500.c | 361 unsigned long tclk; in vt8500_find_pll_bits() local 377 tclk = (parent_rate / *prediv) * *multiplier; in vt8500_find_pll_bits() 379 if (tclk != rate) in vt8500_find_pll_bits() 381 rate, tclk); in vt8500_find_pll_bits() 389 unsigned long tclk, rate_err, best_err; in wm8650_find_pll_bits() local 397 tclk = parent_rate * mul / (div1 * (1 << div2)); in wm8650_find_pll_bits() 398 if (tclk > rate) in wm8650_find_pll_bits() 401 rate_err = rate - tclk; in wm8650_find_pll_bits() 457 unsigned long tclk, rate_err, best_err; in wm8750_find_pll_bits() local 465 tclk = parent_rate * (mul + 1) / ((div1 + 1) * (1 << div2)); in wm8750_find_pll_bits() [all …]
|
/linux-4.4.14/arch/arm/plat-orion/ |
D | time.c | 193 unsigned int irq, unsigned int tclk) in orion_time_init() argument 203 ticks_per_jiffy = (tclk + HZ/2) / HZ; in orion_time_init() 208 sched_clock_register(orion_read_sched_clock, 32, tclk); in orion_time_init() 221 tclk, 300, 32, clocksource_mmio_readl_down); in orion_time_init() 228 clockevents_config_and_register(&orion_clkevt, tclk, 1, 0xfffffffe); in orion_time_init()
|
D | common.c | 38 void __init orion_clkdev_init(struct clk *tclk) in orion_clkdev_init() argument 40 orion_clkdev_add(NULL, "orion_spi.0", tclk); in orion_clkdev_init() 41 orion_clkdev_add(NULL, "orion_spi.1", tclk); in orion_clkdev_init() 42 orion_clkdev_add(NULL, MV643XX_ETH_NAME ".0", tclk); in orion_clkdev_init() 43 orion_clkdev_add(NULL, MV643XX_ETH_NAME ".1", tclk); in orion_clkdev_init() 44 orion_clkdev_add(NULL, MV643XX_ETH_NAME ".2", tclk); in orion_clkdev_init() 45 orion_clkdev_add(NULL, MV643XX_ETH_NAME ".3", tclk); in orion_clkdev_init() 46 orion_clkdev_add(NULL, "orion_wdt", tclk); in orion_clkdev_init() 47 orion_clkdev_add(NULL, MV64XXX_I2C_CTLR_NAME ".0", tclk); in orion_clkdev_init()
|
/linux-4.4.14/arch/arm/mach-orion5x/ |
D | common.c | 65 static struct clk *tclk; variable 69 tclk = clk_register_fixed_rate(NULL, "tclk", NULL, CLK_IS_ROOT, in clk_init() 72 orion_clkdev_init(tclk); in clk_init() 149 IRQ_ORION5X_UART0, tclk); in orion5x_uart0_init() 158 IRQ_ORION5X_UART1, tclk); in orion5x_uart1_init()
|
/linux-4.4.14/drivers/power/reset/ |
D | qnap-poweroff.c | 55 static unsigned long tclk; variable 60 const unsigned divisor = ((tclk + (8 * cfg->baud)) / (16 * cfg->baud)); in qnap_power_off() 107 tclk = clk_get_rate(clk); in qnap_power_off_probe()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-mv64xxx.c | 763 const int tclk, const int n, const int m) in mv64xxx_calc_freq() argument 766 return tclk / (10 * (m + 1) * (1 << n)); in mv64xxx_calc_freq() 768 return tclk / (10 * (m + 1) * (2 << n)); in mv64xxx_calc_freq() 773 const u32 req_freq, const u32 tclk) in mv64xxx_find_baud_factors() argument 780 freq = mv64xxx_calc_freq(drv_data, tclk, n, m); in mv64xxx_find_baud_factors() 810 u32 bus_freq, tclk; in mv64xxx_of_config() 817 tclk = clk_get_rate(drv_data->clk); in mv64xxx_of_config() 826 if (!mv64xxx_find_baud_factors(drv_data, bus_freq, tclk)) { in mv64xxx_of_config()
|
D | i2c-octeon.c | 446 int tclk, thp_base, inc, thp_idx, mdiv_idx, ndiv_idx, foscl, diff; in octeon_i2c_setclock() local 460 tclk = i2c->twsi_freq * (mdiv_idx + 1) * 10; in octeon_i2c_setclock() 461 tclk *= (1 << ndiv_idx); in octeon_i2c_setclock() 462 thp_base = (i2c->sys_freq / (tclk * 2)) - 1; in octeon_i2c_setclock()
|
/linux-4.4.14/arch/arm/plat-orion/include/plat/ |
D | time.h | 17 unsigned int irq, unsigned int tclk);
|
D | common.h | 112 void __init orion_clkdev_init(struct clk *tclk);
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | marvell,orion-timer.txt | 8 - clocks: phandle of timer reference clock (tclk)
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | qnap-poweroff.txt | 16 - clocks: tclk clock
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,armada-370-pinctrl.txt | 52 mpp31 31 gpio, tclk, ge0(txerr) 94 mpp63 63 gpo, spi0(sck), tclk
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | fsl-tsec-phy.txt | 95 - fsl,tclk-period Timer reference clock period in nanoseconds. 145 fsl,tclk-period = <10>;
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-uctlx-defs.h | 439 uint64_t tclk:1; member 447 uint64_t tclk:1;
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | bsc9131rdb.dtsi | 87 fsl,tclk-period = <5>;
|
D | bsc9132qds.dtsi | 94 fsl,tclk-period = <5>;
|
D | p1022ds.dtsi | 222 fsl,tclk-period = <5>;
|
D | p1010rdb.dtsi | 193 fsl,tclk-period = <10>;
|
D | p2020rdb.dts | 230 fsl,tclk-period = <5>;
|
D | p2020rdb-pc.dtsi | 218 fsl,tclk-period = <5>;
|
D | p1021rdb-pc.dtsi | 231 fsl,tclk-period = <10>;
|
D | p1020rdb-pd.dts | 232 fsl,tclk-period = <10>;
|
D | p2020ds.dtsi | 186 fsl,tclk-period = <5>;
|
D | p1025twr.dtsi | 145 fsl,tclk-period = <10>;
|
D | mpc8572ds.dtsi | 196 fsl,tclk-period = <5>;
|
/linux-4.4.14/drivers/sh/clk/ |
D | core.c | 225 void propagate_rate(struct clk *tclk) in propagate_rate() argument 229 list_for_each_entry(clkp, &tclk->children, sibling) { in propagate_rate()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | clock.c | 772 void propagate_rate(struct clk *tclk) in propagate_rate() argument 776 list_for_each_entry(clkp, &tclk->children, sibling) { in propagate_rate()
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | mpc8313erdb.dts | 184 fsl,tclk-period = <10>;
|
/linux-4.4.14/drivers/staging/octeon-usb/ |
D | octeon-hcd.h | 1828 __BITFIELD_FIELD(uint64_t tclk : 1,
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 655 u32 tclk; member 3963 port->priv->tclk / USEC_PER_SEC); in mvpp2_defaults_set() 4392 val = (port->priv->tclk / USEC_PER_SEC) * usec; in mvpp2_rx_time_coal_set() 6444 priv->tclk = clk_get_rate(priv->pp_clk); in mvpp2_probe()
|
/linux-4.4.14/firmware/keyspan_pda/ |
D | keyspan_pda.S | 301 mov T2CON, #030h ; rclk=1,tclk=1,cp=0,tr2=0(enable later)
|
D | xircom_pgs.S | 339 mov T2CON, #030h ; rclk=1,tclk=1,cp=0,tr2=0(enable later)
|