Searched refs:orion5x_tclk (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/ |
H A D | common.c | 70 tclk = clk_register_fixed_rate(NULL, "tclk", NULL, 0, orion5x_tclk); in clk_init() 258 int orion5x_tclk; variable 274 orion5x_tclk = orion5x_find_tclk(); in orion5x_timer_init() 277 IRQ_ORION5X_BRIDGE, orion5x_tclk); in orion5x_timer_init() 332 printk(KERN_INFO "Orion ID: %s. TCLK=%d.\n", dev_name, orion5x_tclk); in orion5x_init()
|
H A D | board-dt.c | 45 printk(KERN_INFO "Orion ID: %s. TCLK=%d.\n", dev_name, orion5x_tclk); in orion5x_dt_init()
|
H A D | tsx09-common.c | 27 const unsigned divisor = ((orion5x_tclk + (8 * 19200)) / (16 * 19200)); in qnap_tsx09_power_off()
|
H A D | common.h | 37 extern int orion5x_tclk;
|
H A D | terastation_pro2-setup.c | 270 const unsigned divisor = ((orion5x_tclk + (8 * 38400)) / (16 * 38400)); in tsp2_power_off()
|
H A D | kurobox_pro-setup.c | 295 const unsigned divisor = ((orion5x_tclk + (8 * 38400)) / (16 * 38400)); in kurobox_pro_power_off()
|
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/ |
H A D | common.c | 66 tclk = clk_register_fixed_rate(NULL, "tclk", NULL, 0, orion5x_tclk); in clk_init() 245 int orion5x_tclk; variable 261 orion5x_tclk = orion5x_find_tclk(); in orion5x_timer_init() 264 IRQ_ORION5X_BRIDGE, orion5x_tclk); in orion5x_timer_init() 319 printk(KERN_INFO "Orion ID: %s. TCLK=%d.\n", dev_name, orion5x_tclk); in orion5x_init()
|
H A D | board-dt.c | 42 printk(KERN_INFO "Orion ID: %s. TCLK=%d.\n", dev_name, orion5x_tclk); in orion5x_dt_init()
|
H A D | common.h | 36 extern int orion5x_tclk;
|
H A D | tsx09-common.c | 27 const unsigned divisor = ((orion5x_tclk + (8 * 19200)) / (16 * 19200)); in qnap_tsx09_power_off()
|
H A D | kurobox_pro-setup.c | 292 const unsigned divisor = ((orion5x_tclk + (8 * 38400)) / (16 * 38400)); in kurobox_pro_power_off()
|
H A D | terastation_pro2-setup.c | 270 const unsigned divisor = ((orion5x_tclk + (8 * 38400)) / (16 * 38400)); in tsp2_power_off()
|
Completed in 5 milliseconds