Home
last modified time | relevance | path

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

/linux-6.1.9/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.h141 #define NR_CLKS 178 macro
Daxg.h163 #define NR_CLKS 137 macro
Dgxbb.h191 #define NR_CLKS 207 macro
Dg12a.h269 #define NR_CLKS 271 macro
Dgxbb-aoclk.c272 .num = NR_CLKS,
Daxg-audio.c938 [NR_CLKS] = NULL,
940 .num = NR_CLKS,
1083 [NR_CLKS] = NULL,
1085 .num = NR_CLKS,
1241 [NR_CLKS] = NULL,
1243 .num = NR_CLKS,
Daxg-aoclk.c311 .num = NR_CLKS,
Dg12a-aoclk.c446 .num = NR_CLKS,
Dgxbb.c2938 [NR_CLKS] = NULL,
2940 .num = NR_CLKS,
3150 [NR_CLKS] = NULL,
3152 .num = NR_CLKS,
Dg12a.c4471 [NR_CLKS] = NULL,
4473 .num = NR_CLKS,
4735 [NR_CLKS] = NULL,
4737 .num = NR_CLKS,
4984 [NR_CLKS] = NULL,
4986 .num = NR_CLKS,
Daxg.c2031 [NR_CLKS] = NULL,
2033 .num = NR_CLKS,
/linux-6.1.9/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-6.1.9/drivers/clk/samsung/
Dclk-s3c2412.c219 ctx = samsung_clk_init(np, reg_base, NR_CLKS); in s3c2412_common_clk_init()
Dclk-s3c2410.c335 ctx = samsung_clk_init(np, reg_base, NR_CLKS); in s3c2410_common_clk_init()
Dclk-s3c2443.c356 ctx = samsung_clk_init(np, reg_base, NR_CLKS); in s3c2443_common_clk_init()
Dclk-s3c64xx.c408 ctx = samsung_clk_init(np, reg_base, NR_CLKS); in s3c64xx_clk_init()
Dclk-s5pv210.c746 ctx = samsung_clk_init(np, reg_base, NR_CLKS); in __s5pv210_clk_init()