Searched defs:DEV_CONFIG_BLOCKS (Results 1 – 2 of 2) sorted by relevance
682 static void clock_write_regs(u32 *const regs[DEV_CONFIG_BLOCKS], in clock_write_regs()683 u32 bits[DEV_CONFIG_BLOCKS]) in clock_write_regs()692 void clock_enable_regs(u32 bits[DEV_CONFIG_BLOCKS]) in clock_enable_regs()697 void clock_disable_regs(u32 bits[DEV_CONFIG_BLOCKS]) in clock_disable_regs()702 void clock_set_reset_regs(u32 bits[DEV_CONFIG_BLOCKS]) in clock_set_reset_regs()707 void clock_clr_reset_regs(u32 bits[DEV_CONFIG_BLOCKS]) in clock_clr_reset_regs()
307 #define DEV_CONFIG_BLOCKS 7 macro