Home
last modified time | relevance | path

Searched refs:GP_DEVICE (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/arch/arm/mach-omap2/omap3/
Dboard.c154 if (mode == GP_DEVICE) in try_unlock_memory()
381 if (get_device_type() == GP_DEVICE) in v7_arch_cp15_set_l2aux_ctrl()
391 if (get_device_type() == GP_DEVICE) in v7_arch_cp15_set_acr()
417 if (get_device_type() == GP_DEVICE) { in omap3_invalidate_l2_cache_secure()
Dsys_info.c355 case GP_DEVICE: in print_cpuinfo()
/external/u-boot/arch/arm/mach-omap2/am33xx/
Dfdt.c19 if (GP_DEVICE != get_device_type()) { in ft_hs_fixups()
/external/u-boot/arch/arm/mach-omap2/
Dutils.c66 case GP_DEVICE: in omap_set_fastboot_secure()
Dhwinit-common.c80 case GP_DEVICE: in omap_rev_string()
/external/u-boot/arch/arm/mach-omap2/omap5/
Dfdt.c135 if (GP_DEVICE != get_device_type()) { in ft_hs_fixups()
/external/u-boot/arch/arm/include/asm/
Domap_common.h802 #define GP_DEVICE 0x3 macro