Searched refs:clk_range (Results 1 – 18 of 18) sorted by relevance
/linux-6.1.9/drivers/clk/at91/ |
D | pmc.h | 35 struct clk_range { struct 52 struct clk_range output; argument 75 struct clk_range input; 77 const struct clk_range *output; 127 struct clk_range *range); 148 const struct clk_range *range, int chg_pid); 201 u32 id, const struct clk_range *range,
|
D | at91sam9260.c | 46 static const struct clk_range sam9260_plla_outputs[] = { 63 static const struct clk_range sam9260_pllb_outputs[] = { 133 static const struct clk_range sam9g20_plla_outputs[] = { 156 static const struct clk_range sam9g20_pllb_outputs[] = { 187 static const struct clk_range sam9261_plla_outputs[] = { 204 static const struct clk_range sam9261_pllb_outputs[] = { 267 static const struct clk_range sam9263_pll_outputs[] = {
|
D | sam9x60.c | 25 static const struct clk_range plla_outputs[] = { 35 static const struct clk_range upll_outputs[] = { 141 struct clk_range r; 170 struct clk_range range = CLK_RANGE(0, 0); in sam9x60_pmc_setup()
|
D | at91sam9n12.c | 22 static const struct clk_range plla_outputs[] = { 43 static const struct clk_range pllb_outputs[] = { 109 struct clk_range range = CLK_RANGE(0, 0); in at91sam9n12_pmc_setup()
|
D | sama5d2.c | 21 static const struct clk_range plla_outputs[] = { 58 struct clk_range r; 120 struct clk_range r; 157 struct clk_range range = CLK_RANGE(0, 0); in sama5d2_pmc_setup()
|
D | sama5d3.c | 21 static const struct clk_range plla_outputs[] = { 58 struct clk_range r;
|
D | sama5d4.c | 21 static const struct clk_range plla_outputs[] = { 121 struct clk_range range = CLK_RANGE(0, 0); in sama5d4_pmc_setup()
|
D | at91sam9x5.c | 22 static const struct clk_range plla_outputs[] = { 131 struct clk_range range = CLK_RANGE(0, 0); in at91sam9x5_pmc_setup()
|
D | clk-generated.c | 24 struct clk_range range; 323 const struct clk_range *range, in at91_clk_register_generated()
|
D | dt-compat.c | 133 struct clk_range range = CLK_RANGE(0, 0); in of_sama5d2_clk_generated_setup() 495 struct clk_range range = CLK_RANGE(0, 0); in of_at91_clk_periph_setup() 539 struct clk_range input; in of_at91_clk_pll_get_characteristics() 540 struct clk_range *output; in of_at91_clk_pll_get_characteristics()
|
D | pmc.c | 25 struct clk_range *range) in of_at91_get_clk_range()
|
D | sama7g5.c | 98 static const struct clk_range cpu_pll_outputs[] = { 103 static const struct clk_range pll_outputs[] = { 386 struct clk_range r; 478 struct clk_range r;
|
D | at91sam9rl.c | 19 static const struct clk_range sam9rl_plla_outputs[] = {
|
D | clk-peripheral.c | 35 struct clk_range range; 447 u32 id, const struct clk_range *range, in at91_clk_register_sam9x5_peripheral()
|
D | at91rm9200.c | 30 static const struct clk_range rm9200_pll_outputs[] = {
|
D | at91sam9g45.c | 21 static const struct clk_range plla_outputs[] = {
|
/linux-6.1.9/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 | 1022 i, &(data->clk_range[i])), in vega12_get_all_clock_ranges() 1817 *clock = data->clk_range[clock_select].ACMax; in vega12_get_clock_ranges() 1819 *clock = data->clk_range[clock_select].ACMin; in vega12_get_clock_ranges()
|