Searched refs:num_mux_parents (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
H A D | clk-bcm2835.c | 485 int num_mux_parents; member 1419 for (i = 0; i < clock_data->num_mux_parents; i++) { in bcm2835_register_clock() 1431 init.num_parents = clock_data->num_mux_parents; in bcm2835_register_clock() 1521 .num_mux_parents = ARRAY_SIZE(bcm2835_clock_osc_parents), \ 1539 .num_mux_parents = ARRAY_SIZE(bcm2835_clock_per_parents), \ 1565 .num_mux_parents = ARRAY_SIZE(bcm2835_pcm_per_parents), \ 1585 .num_mux_parents = ARRAY_SIZE(bcm2835_clock_vpu_parents), \ 1622 .num_mux_parents = ARRAY_SIZE(bcm2835_clock_dsi0_parents), \ 1628 .num_mux_parents = ARRAY_SIZE(bcm2835_clock_dsi1_parents), \
|
/kernel/linux/linux-6.6/drivers/clk/bcm/ |
H A D | clk-bcm2835.c | 486 int num_mux_parents; member 1447 for (i = 0; i < clock_data->num_mux_parents; i++) { in bcm2835_register_clock() 1459 init.num_parents = clock_data->num_mux_parents; in bcm2835_register_clock() 1549 .num_mux_parents = ARRAY_SIZE(bcm2835_clock_osc_parents), \ 1567 .num_mux_parents = ARRAY_SIZE(bcm2835_clock_per_parents), \ 1593 .num_mux_parents = ARRAY_SIZE(bcm2835_pcm_per_parents), \ 1613 .num_mux_parents = ARRAY_SIZE(bcm2835_clock_vpu_parents), \ 1650 .num_mux_parents = ARRAY_SIZE(bcm2835_clock_dsi0_parents), \ 1656 .num_mux_parents = ARRAY_SIZE(bcm2835_clock_dsi1_parents), \
|
Completed in 7 milliseconds