Home
last modified time | relevance | path

Searched defs:DEV_CONFIG_BLOCKS (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/
H A Dclock.c682 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()
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/include/soc/
H A Dclk_rst.h307 #define DEV_CONFIG_BLOCKS 7 macro