Searched refs:CLOCKS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
H A D | clk-bcm281xx.c | 27 .clocks = CLOCKS("ref_crystal"), 43 .clocks = CLOCKS("bbl_32k", 52 .clocks = CLOCKS("ref_crystal", 61 .clocks = CLOCKS("var_312m", 85 .clocks = CLOCKS("ref_crystal", 104 .clocks = CLOCKS("ref_crystal", 116 .clocks = CLOCKS("ref_crystal", 128 .clocks = CLOCKS("ref_crystal", 140 .clocks = CLOCKS("ref_crystal", 152 .clocks = CLOCKS("ref_crysta [all...] |
H A D | clk-bcm21664.c | 25 .clocks = CLOCKS("ref_crystal"), 43 .clocks = CLOCKS("bbl_32k", 67 .clocks = CLOCKS("ref_crystal", 79 .clocks = CLOCKS("ref_crystal", 91 .clocks = CLOCKS("ref_crystal", 103 .clocks = CLOCKS("ref_crystal", 114 .clocks = CLOCKS("ref_32k"), /* Verify */ 119 .clocks = CLOCKS("ref_32k"), /* Verify */ 124 .clocks = CLOCKS("ref_32k"), /* Verify */ 129 .clocks = CLOCKS("ref_32 [all...] |
H A D | clk-kona.h | 399 const char *clocks[]; /* must be last; use CLOCKS() to declare */ 401 #define CLOCKS(...) { __VA_ARGS__, NULL, } macro
|
/kernel/linux/linux-6.6/drivers/clk/bcm/ |
H A D | clk-bcm281xx.c | 19 .clocks = CLOCKS("ref_crystal"), 35 .clocks = CLOCKS("bbl_32k", 44 .clocks = CLOCKS("ref_crystal", 53 .clocks = CLOCKS("var_312m", 77 .clocks = CLOCKS("ref_crystal", 96 .clocks = CLOCKS("ref_crystal", 108 .clocks = CLOCKS("ref_crystal", 120 .clocks = CLOCKS("ref_crystal", 132 .clocks = CLOCKS("ref_crystal", 144 .clocks = CLOCKS("ref_crysta [all...] |
H A D | clk-bcm21664.c | 17 .clocks = CLOCKS("ref_crystal"), 35 .clocks = CLOCKS("bbl_32k", 59 .clocks = CLOCKS("ref_crystal", 71 .clocks = CLOCKS("ref_crystal", 83 .clocks = CLOCKS("ref_crystal", 95 .clocks = CLOCKS("ref_crystal", 106 .clocks = CLOCKS("ref_32k"), /* Verify */ 111 .clocks = CLOCKS("ref_32k"), /* Verify */ 116 .clocks = CLOCKS("ref_32k"), /* Verify */ 121 .clocks = CLOCKS("ref_32 [all...] |
H A D | clk-kona.h | 391 const char *clocks[]; /* must be last; use CLOCKS() to declare */ 393 #define CLOCKS(...) { __VA_ARGS__, NULL, } macro
|
/kernel/linux/linux-5.10/sound/isa/cs423x/ |
H A D | cs4236_lib.c | 125 #define CLOCKS 8 macro 127 static const struct snd_ratnum clocks[CLOCKS] = { 139 .nrats = CLOCKS,
|
/kernel/linux/linux-6.6/sound/isa/cs423x/ |
H A D | cs4236_lib.c | 125 #define CLOCKS 8 macro 127 static const struct snd_ratnum clocks[CLOCKS] = { 139 .nrats = CLOCKS,
|
Completed in 7 milliseconds