Searched refs:clk_range (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.10/drivers/clk/at91/ |
D | pmc.h | 33 struct clk_range { struct 50 struct clk_range output; argument 73 struct clk_range input; 75 const struct clk_range *output; 111 struct clk_range *range); 132 const struct clk_range *range, int chg_pid); 177 u32 id, const struct clk_range *range,
|
D | at91sam9260.c | 44 static const struct clk_range sam9260_plla_outputs[] = { 61 static const struct clk_range sam9260_pllb_outputs[] = { 131 static const struct clk_range sam9g20_plla_outputs[] = { 154 static const struct clk_range sam9g20_pllb_outputs[] = { 185 static const struct clk_range sam9261_plla_outputs[] = { 202 static const struct clk_range sam9261_pllb_outputs[] = { 265 static const struct clk_range sam9263_pll_outputs[] = {
|
D | at91sam9n12.c | 20 static const struct clk_range plla_outputs[] = { 41 static const struct clk_range pllb_outputs[] = { 107 struct clk_range range = CLK_RANGE(0, 0); in at91sam9n12_pmc_setup()
|
D | sam9x60.c | 24 static const struct clk_range plla_outputs[] = { 34 static const struct clk_range upll_outputs[] = { 140 struct clk_range r; 169 struct clk_range range = CLK_RANGE(0, 0); in sam9x60_pmc_setup()
|
D | sama5d2.c | 19 static const struct clk_range plla_outputs[] = { 56 struct clk_range r; 118 struct clk_range r; 145 struct clk_range range = CLK_RANGE(0, 0); in sama5d2_pmc_setup()
|
D | sama5d3.c | 19 static const struct clk_range plla_outputs[] = { 56 struct clk_range r;
|
D | sama5d4.c | 19 static const struct clk_range plla_outputs[] = { 119 struct clk_range range = CLK_RANGE(0, 0); in sama5d4_pmc_setup()
|
D | at91sam9x5.c | 20 static const struct clk_range plla_outputs[] = { 129 struct clk_range range = CLK_RANGE(0, 0); in at91sam9x5_pmc_setup()
|
D | clk-generated.c | 24 struct clk_range range; 282 const struct clk_range *range, in at91_clk_register_generated()
|
D | dt-compat.c | 122 struct clk_range range = CLK_RANGE(0, 0); in of_sama5d2_clk_generated_setup() 455 struct clk_range range = CLK_RANGE(0, 0); in of_at91_clk_periph_setup() 499 struct clk_range input; in of_at91_clk_pll_get_characteristics() 500 struct clk_range *output; in of_at91_clk_pll_get_characteristics()
|
D | at91sam9rl.c | 17 static const struct clk_range sam9rl_plla_outputs[] = {
|
D | at91rm9200.c | 28 static const struct clk_range rm9200_pll_outputs[] = {
|
D | clk-peripheral.c | 35 struct clk_range range; 418 u32 id, const struct clk_range *range, in at91_clk_register_sam9x5_peripheral()
|
D | at91sam9g45.c | 19 static const struct clk_range plla_outputs[] = {
|
D | sama7g5.c | 294 struct clk_range r; 385 struct clk_range r; 762 static const struct clk_range pll_outputs[] = {
|
D | pmc.c | 25 struct clk_range *range) in of_at91_get_clk_range()
|
/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega12_hwmgr.h | 395 struct vega12_clock_range clk_range[PPCLK_COUNT]; member
|
D | vega12_hwmgr.c | 938 i, &(data->clk_range[i])), in vega12_get_all_clock_ranges() 1728 *clock = data->clk_range[clock_select].ACMax; in vega12_get_clock_ranges() 1730 *clock = data->clk_range[clock_select].ACMin; in vega12_get_clock_ranges()
|