Home
last modified time | relevance | path

Searched refs:ethosu_is_u65 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/accel/ethosu/
H A Dethosu_gem.c199 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()
H A Dethosu_drv.c241 if (ethosu_is_u65(ethosudev)) { in ethosu_reset()
323 if (!ethosu_is_u65(ethosudev)) in ethosu_init()
H A Dethosu_device.h224 static inline bool ethosu_is_u65(const struct ethosu_device *ethosudev) in ethosu_is_u65() function