Home
last modified time | relevance | path

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

/drivers/clk/at91/
Dclk-generated.c23 #define PERIPHERAL_MAX 64 macro
283 if (!num || num > PERIPHERAL_MAX) in of_sama5d2_clk_generated_setup()
290 if (id < PERIPHERAL_ID_MIN || id >= PERIPHERAL_MAX) in of_sama5d2_clk_generated_setup()
Dclk-peripheral.c20 #define PERIPHERAL_MAX 64 macro
373 if (!num || num > PERIPHERAL_MAX) in of_at91_clk_periph_setup()
380 if (id >= PERIPHERAL_MAX) in of_at91_clk_periph_setup()