Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra114/
H A Dclock-tables.h162 PERIPH_ID_VW_FIRST, enumerator
164 PERIPH_ID_CPUG = PERIPH_ID_VW_FIRST,
380 (id < PERIPH_ID_VW_FIRST) ? \
381 ((id) >> 5) : ((id - PERIPH_ID_VW_FIRST) >> 5)
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra30/
H A Dclock-tables.h162 PERIPH_ID_VW_FIRST, enumerator
164 PERIPH_ID_CPUG = PERIPH_ID_VW_FIRST,
360 (id < PERIPH_ID_VW_FIRST) ? \
361 ((id) >> 5) : ((id - PERIPH_ID_VW_FIRST) >> 5)
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra124/
H A Dclock-tables.h174 PERIPH_ID_VW_FIRST, enumerator
176 PERIPH_ID_CPUG = PERIPH_ID_VW_FIRST,
485 (id < PERIPH_ID_VW_FIRST) ? \
486 ((id) >> 5) : ((id - PERIPH_ID_VW_FIRST) >> 5)
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra210/
H A Dclock-tables.h179 PERIPH_ID_VW_FIRST, enumerator
181 PERIPH_ID_CPUG = PERIPH_ID_VW_FIRST,
555 (id < PERIPH_ID_VW_FIRST) ? \
556 ((id) >> 5) : ((id - PERIPH_ID_VW_FIRST) >> 5)
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra114/
H A Dclock.c584 if ((int)periph_id < (int)PERIPH_ID_VW_FIRST) in clock_set_enable()
605 if (periph_id < PERIPH_ID_VW_FIRST) in reset_set_enable()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra30/
H A Dclock.c564 if ((int)periph_id < (int)PERIPH_ID_VW_FIRST) in clock_set_enable()
585 if (periph_id < PERIPH_ID_VW_FIRST) in reset_set_enable()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra124/
H A Dclock.c730 if ((int)periph_id < (int)PERIPH_ID_VW_FIRST) in clock_set_enable()
753 if (periph_id < PERIPH_ID_VW_FIRST) in reset_set_enable()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra210/
H A Dclock.c820 if ((int)periph_id < (int)PERIPH_ID_VW_FIRST) in clock_set_enable()
846 if (periph_id < PERIPH_ID_VW_FIRST) in reset_set_enable()