/openbmc/u-boot/arch/arm/mach-omap2/omap3/ |
H A D | board.c | 153 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 D | sys_info.c | 345 switch (get_device_type()) { in print_cpuinfo()
|
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ |
H A D | sys_info.c | 124 if (get_device_type() < ARRAY_SIZE(dev_types)) in print_cpuinfo() 125 sec_s = dev_types[get_device_type()]; in print_cpuinfo()
|
H A D | fdt.c | 19 if (GP_DEVICE != get_device_type()) { in ft_hs_fixups()
|
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/ |
H A D | sys_proto.h | 10 u32 get_device_type(void);
|
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
H A D | sys_proto.h | 10 u32 get_device_type(void);
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | sysinfo-common.c | 16 u32 get_device_type(void) in get_device_type() function
|
H A D | utils.c | 57 u32 dev = get_device_type(); in omap_set_fastboot_secure()
|
H A D | hwinit-common.c | 72 switch (get_device_type()) { in omap_rev_string()
|
/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/ |
H A D | cpu_info.c | 27 u32 get_device_type(void) in get_device_type() function
|
/openbmc/linux/drivers/target/ |
H A D | target_core_spc.c | 80 if (dev->transport->get_device_type(dev) == TYPE_TAPE) in spc_emulate_inquiry_std() 146 if (cmd->se_dev->transport->get_device_type(dev) == TYPE_DISK) in spc_emulate_inquiry_std() 486 if ((dev->transport->get_device_type(dev) == TYPE_DISK) && in spc_emulate_evpd_86() 523 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b0() 610 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b1() 631 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b2() 687 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b3() 749 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_inquiry() 1023 int type = dev->transport->get_device_type(dev); in spc_emulate_modesense() 2389 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb() [all …]
|
H A D | target_core_tpg.c | 131 if (dev->transport->get_device_type(dev) == TYPE_DISK) in core_tpg_add_node_to_devs()
|
H A D | target_core_rd.c | 669 .get_device_type = rd_get_device_type,
|
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ |
H A D | sys_proto.h | 19 u32 get_device_type(void);
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/ |
H A D | sys_proto.h | 44 u32 get_device_type(void);
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ |
H A D | sys_proto.h | 61 u32 get_device_type(void);
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/ |
H A D | sys_proto.h | 48 u32 get_device_type(void);
|
/openbmc/linux/include/target/ |
H A D | target_core_backend.h | 48 u32 (*get_device_type)(struct se_device *); member
|
/openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
H A D | fdt.c | 135 if (GP_DEVICE != get_device_type()) { in ft_hs_fixups()
|
/openbmc/u-boot/board/nokia/rx51/ |
H A D | rx51.c | 433 if (get_device_type() == HS_DEVICE) in misc_init_r()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 849 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 D | board.c | 731 if (get_device_type() == HS_DEVICE) in board_late_init()
|
/openbmc/u-boot/board/ti/am335x/ |
H A D | board.c | 827 if (get_device_type() == HS_DEVICE) in board_late_init()
|
/openbmc/u-boot/board/ti/am57xx/ |
H A D | board.c | 703 if (get_device_type() == HS_DEVICE) in board_late_init()
|
/openbmc/u-boot/board/ti/dra7xx/ |
H A D | evm.c | 688 if (get_device_type() == HS_DEVICE) in board_late_init()
|