Home
last modified time | relevance | path

Searched refs:PERIPH_ID_VW_FIRST (Results 1 – 8 of 8) sorted by relevance

/u-boot/arch/arm/include/asm/arch-tegra114/
A Dclock-tables.h161 PERIPH_ID_VW_FIRST, enumerator
163 PERIPH_ID_CPUG = PERIPH_ID_VW_FIRST,
379 (id < PERIPH_ID_VW_FIRST) ? \
380 ((id) >> 5) : ((id - PERIPH_ID_VW_FIRST) >> 5)
/u-boot/arch/arm/include/asm/arch-tegra30/
A Dclock-tables.h161 PERIPH_ID_VW_FIRST, enumerator
163 PERIPH_ID_CPUG = PERIPH_ID_VW_FIRST,
359 (id < PERIPH_ID_VW_FIRST) ? \
360 ((id) >> 5) : ((id - PERIPH_ID_VW_FIRST) >> 5)
/u-boot/arch/arm/include/asm/arch-tegra124/
A Dclock-tables.h173 PERIPH_ID_VW_FIRST, enumerator
175 PERIPH_ID_CPUG = PERIPH_ID_VW_FIRST,
484 (id < PERIPH_ID_VW_FIRST) ? \
485 ((id) >> 5) : ((id - PERIPH_ID_VW_FIRST) >> 5)
/u-boot/arch/arm/include/asm/arch-tegra210/
A Dclock-tables.h178 PERIPH_ID_VW_FIRST, enumerator
180 PERIPH_ID_CPUG = PERIPH_ID_VW_FIRST,
554 (id < PERIPH_ID_VW_FIRST) ? \
555 ((id) >> 5) : ((id - PERIPH_ID_VW_FIRST) >> 5)
/u-boot/arch/arm/mach-tegra/tegra114/
A Dclock.c586 if ((int)periph_id < (int)PERIPH_ID_VW_FIRST) in clock_set_enable()
607 if (periph_id < PERIPH_ID_VW_FIRST) in reset_set_enable()
/u-boot/arch/arm/mach-tegra/tegra30/
A Dclock.c566 if ((int)periph_id < (int)PERIPH_ID_VW_FIRST) in clock_set_enable()
587 if (periph_id < PERIPH_ID_VW_FIRST) in reset_set_enable()
/u-boot/arch/arm/mach-tegra/tegra124/
A Dclock.c732 if ((int)periph_id < (int)PERIPH_ID_VW_FIRST) in clock_set_enable()
755 if (periph_id < PERIPH_ID_VW_FIRST) in reset_set_enable()
/u-boot/arch/arm/mach-tegra/tegra210/
A Dclock.c824 if ((int)periph_id < (int)PERIPH_ID_VW_FIRST) in clock_set_enable()
850 if (periph_id < PERIPH_ID_VW_FIRST) in reset_set_enable()

Completed in 51 milliseconds