Searched refs:PERIPHERAL_ID_MAX (Results 1 – 1 of 1) sorted by relevance
26 #define PERIPHERAL_ID_MAX 31 macro27 #define PERIPHERAL_MASK(id) (1 << ((id) & PERIPHERAL_ID_MAX))63 if (id > PERIPHERAL_ID_MAX) in clk_peripheral_enable()78 if (id > PERIPHERAL_ID_MAX) in clk_peripheral_disable()92 if (id > PERIPHERAL_ID_MAX) in clk_peripheral_is_enabled()111 if (!pmc || !name || !parent_name || id > PERIPHERAL_ID_MAX) in at91_clk_register_peripheral()