Searched refs:PERIPHERAL_ID_MAX (Results 1 – 1 of 1) sorted by relevance
19 #define PERIPHERAL_ID_MAX 31 macro20 #define PERIPHERAL_MASK(id) (1 << ((id) & PERIPHERAL_ID_MAX))56 if (id > PERIPHERAL_ID_MAX) in clk_peripheral_enable()71 if (id > PERIPHERAL_ID_MAX) in clk_peripheral_disable()85 if (id > PERIPHERAL_ID_MAX) in clk_peripheral_is_enabled()107 if (!name || !parent_name || id > PERIPHERAL_ID_MAX) in at91_clk_register_peripheral()