Searched refs:NR_CLKS (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/include/dt-bindings/clock/ |
D | samsung,s3c64xx-clock.h | 173 #define NR_CLKS (DOUT_AUDIO2 + 1) macro
|
D | s5pv210.h | 234 #define NR_CLKS 206 macro
|
/linux-6.12.1/drivers/clk/mmp/ |
D | clk-of-pxa910.c | 47 #define NR_CLKS 200 macro 301 mmp_clk_init(np, &pxa_unit->unit, NR_CLKS); in pxa910_clk_init()
|
D | clk-of-pxa168.c | 65 #define NR_CLKS 200 macro 329 mmp_clk_init(np, &pxa_unit->unit, NR_CLKS); in pxa168_clk_init()
|
D | clk-of-mmp2.c | 81 #define NR_CLKS 200 macro 548 mmp_clk_init(np, &pxa_unit->unit, NR_CLKS); in mmp2_clk_init()
|
/linux-6.12.1/drivers/clk/thead/ |
D | clk-th1520-ap.c | 959 #define NR_CLKS (CLK_UART_SCLK + 1) macro 978 priv = devm_kzalloc(dev, struct_size(priv, hws, NR_CLKS), GFP_KERNEL); in th1520_clk_probe() 982 priv->num = NR_CLKS; in th1520_clk_probe()
|
/linux-6.12.1/drivers/clk/samsung/ |
D | clk-s3c64xx.c | 408 ctx = samsung_clk_init(NULL, reg_base, NR_CLKS); in s3c64xx_clk_init()
|
D | clk-s5pv210.c | 746 ctx = samsung_clk_init(NULL, reg_base, NR_CLKS); in __s5pv210_clk_init()
|