Searched refs:get_device_type (Results 1 – 18 of 18) sorted by relevance
51 if (get_device_type() == K3_DEVICE_TYPE_GP) { in ti_secure_image_check_binary()86 if (get_device_type() == K3_DEVICE_TYPE_GP) in ti_secure_image_post_process()89 if (get_device_type() != K3_DEVICE_TYPE_HS_SE && in ti_secure_image_post_process()
49 enum k3_device_type get_device_type(void);
164 enum k3_device_type get_device_type(void) in get_device_type() function194 enum k3_device_type type = get_device_type(); in get_device_type_name()348 if (get_device_type() == K3_DEVICE_TYPE_HS_SE) { in misc_init_r()
10 u32 get_device_type(void);
164 mode = get_device_type(); in try_unlock_memory()389 if (get_device_type() == GP_DEVICE) in v7_arch_cp15_set_l2aux_ctrl()399 if (get_device_type() == GP_DEVICE) in v7_arch_cp15_set_acr()424 if (get_device_type() == GP_DEVICE) { in omap3_invalidate_l2_cache_secure()
317 switch (get_device_type()) { in print_cpuinfo()
16 u32 get_device_type(void) in get_device_type() function
59 u32 dev = get_device_type(); in omap_set_fastboot_secure()
74 switch (get_device_type()) { in omap_rev_string()
123 if (get_device_type() < ARRAY_SIZE(dev_types)) in print_cpuinfo()124 sec_s = dev_types[get_device_type()]; in print_cpuinfo()
19 if (GP_DEVICE != get_device_type()) { in ft_hs_fixups()
29 u32 get_device_type(void) in get_device_type() function
19 u32 get_device_type(void);
54 u32 get_device_type(void);
48 u32 get_device_type(void);
137 if (GP_DEVICE != get_device_type()) { in ft_hs_fixups()
351 int device_type = get_device_type(); in board_fit_image_post_process()
Completed in 18 milliseconds