Home
last modified time | relevance | path

Searched refs:PERIPHERAL_MAX (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/clk/at91/
Dclk-generated.c23 #define PERIPHERAL_MAX 64 macro
343 if (!num || num > PERIPHERAL_MAX) in of_sama5d2_clk_generated_setup()
354 if (id < PERIPHERAL_ID_MIN || id >= PERIPHERAL_MAX) in of_sama5d2_clk_generated_setup()
Dclk-peripheral.c22 #define PERIPHERAL_MAX 64 macro
394 if (!num || num > PERIPHERAL_MAX) in of_at91_clk_periph_setup()
405 if (id >= PERIPHERAL_MAX) in of_at91_clk_periph_setup()