Home
last modified time | relevance | path

Searched refs:NR_CLKS (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.4/drivers/clk/meson/
Daxg-aoclk.h13 #define NR_CLKS 17 macro
Dgxbb-aoclk.h10 #define NR_CLKS 14 macro
Dg12a-aoclk.h27 #define NR_CLKS 29 macro
Daxg-audio.h122 #define NR_CLKS 163 macro
Daxg.h143 #define NR_CLKS 91 macro
Dgxbb.h191 #define NR_CLKS 206 macro
Dg12a.h259 #define NR_CLKS 256 macro
Dgxbb-aoclk.c271 .num = NR_CLKS,
Daxg-audio.c601 [NR_CLKS] = NULL,
603 .num = NR_CLKS,
745 [NR_CLKS] = NULL,
747 .num = NR_CLKS,
Daxg-aoclk.c310 .num = NR_CLKS,
Dg12a-aoclk.c445 .num = NR_CLKS,
Daxg.c1249 [NR_CLKS] = NULL,
1251 .num = NR_CLKS,
Dgxbb.c2892 [NR_CLKS] = NULL,
2894 .num = NR_CLKS,
3103 [NR_CLKS] = NULL,
3105 .num = NR_CLKS,
Dg12a.c4162 [NR_CLKS] = NULL,
4164 .num = NR_CLKS,
4411 [NR_CLKS] = NULL,
4413 .num = NR_CLKS,
4645 [NR_CLKS] = NULL,
4647 .num = NR_CLKS,
/Linux-v5.4/include/dt-bindings/clock/
Ds3c2410.h57 #define NR_CLKS (CAMIF + 1) macro
Ds3c2412.h68 #define NR_CLKS (HCLK_DMA0 + 1) macro
Ds3c2443.h89 #define NR_CLKS (PCLK_PCM + 1) macro
Dsamsung,s3c64xx-clock.h173 #define NR_CLKS (DOUT_AUDIO2 + 1) macro
Ds5pv210.h234 #define NR_CLKS 206 macro
/Linux-v5.4/drivers/clk/samsung/
Dclk-s3c2412.c218 ctx = samsung_clk_init(np, reg_base, NR_CLKS); in s3c2412_common_clk_init()
Dclk-s3c2410.c333 ctx = samsung_clk_init(np, reg_base, NR_CLKS); in s3c2410_common_clk_init()
Dclk-s3c2443.c355 ctx = samsung_clk_init(np, reg_base, NR_CLKS); in s3c2443_common_clk_init()
Dclk-s3c64xx.c406 ctx = samsung_clk_init(np, reg_base, NR_CLKS); in s3c64xx_clk_init()
Dclk-s5pv210.c745 ctx = samsung_clk_init(np, reg_base, NR_CLKS); in __s5pv210_clk_init()