Home
last modified time | relevance | path

Searched refs:get_device_type (Results 1 – 22 of 22) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dboard.c153 mode = get_device_type(); 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()
H A Dsys_info.c345 switch (get_device_type()) { in print_cpuinfo()
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dsys_proto.h10 u32 get_device_type(void);
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dsys_info.c124 if (get_device_type() < ARRAY_SIZE(dev_types)) in print_cpuinfo()
125 sec_s = dev_types[get_device_type()]; in print_cpuinfo()
H A Dfdt.c19 if (GP_DEVICE != get_device_type()) { in ft_hs_fixups()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dsys_proto.h10 u32 get_device_type(void);
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dsysinfo-common.c16 u32 get_device_type(void) in get_device_type() function
H A Dutils.c57 u32 dev = get_device_type(); in omap_set_fastboot_secure()
H A Dhwinit-common.c72 switch (get_device_type()) { in omap_rev_string()
/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/
H A Dcpu_info.c27 u32 get_device_type(void) in get_device_type() function
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dsys_proto.h19 u32 get_device_type(void);
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/
H A Dsys_proto.h44 u32 get_device_type(void);
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dsys_proto.h61 u32 get_device_type(void);
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/
H A Dsys_proto.h48 u32 get_device_type(void);
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dfdt.c135 if (GP_DEVICE != get_device_type()) { in ft_hs_fixups()
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c433 if (get_device_type() == HS_DEVICE) in misc_init_r()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c849 static inline uint8_t get_device_type(XenPCIPassthroughState *s, in get_device_type() function
865 uint8_t dev_type = get_device_type(s, real_offset - reg->offset); in xen_pt_linkctrl_reg_init()
1598 uint8_t type = get_device_type(s, base_offset); in xen_pt_pcie_size_init()
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c731 if (get_device_type() == HS_DEVICE) in board_late_init()
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c827 if (get_device_type() == HS_DEVICE) in board_late_init()
/openbmc/u-boot/board/ti/am57xx/
H A Dboard.c703 if (get_device_type() == HS_DEVICE) in board_late_init()
/openbmc/u-boot/board/ti/dra7xx/
H A Devm.c688 if (get_device_type() == HS_DEVICE) in board_late_init()
/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c2740 static int get_device_type(SCSIDiskState *s) in get_device_type() function
2795 rc = get_device_type(s); in scsi_block_realize()