Searched refs:ethosu_is_u65 (Results 1 – 3 of 3) sorted by relevance
199 return !ethosu_is_u65(edev) && storage == 2; in feat_matrix_chained()207 u32 element_size, storage = ethosu_is_u65(edev) ? 0 : fm->precision >> 14; in feat_matrix_length()465 use_scale = ethosu_is_u65(edev) ? in ethosu_gem_cmdstream_copy_and_validate()634 if (ethosu_is_u65(edev)) in ethosu_gem_cmdstream_copy_and_validate()640 if (ethosu_is_u65(edev)) in ethosu_gem_cmdstream_copy_and_validate()
241 if (ethosu_is_u65(ethosudev)) { in ethosu_reset()323 if (!ethosu_is_u65(ethosudev)) in ethosu_init()
224 static inline bool ethosu_is_u65(const struct ethosu_device *ethosudev) in ethosu_is_u65() function