Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Docteon-model.c99 if (fus_dat2.s.nocrypto) in octeon_model_get_string_buffer()
103 } else if (fus_dat2.s.nocrypto) in octeon_model_get_string_buffer()
108 if (!fus_dat2.s.nocrypto) in octeon_model_get_string_buffer()
296 if (fus_dat2.cn56xx.nocrypto) in octeon_model_get_string_buffer()
301 if (fus_dat2.cn56xx.nocrypto) in octeon_model_get_string_buffer()
330 if (fus_dat2.cn61xx.nocrypto) in octeon_model_get_string_buffer()
343 if (fus_dat2.cn63xx.nocrypto) in octeon_model_get_string_buffer()
358 if (fus_dat2.cn66xx.nocrypto) in octeon_model_get_string_buffer()
369 if (fus_dat2.cn68xx.nocrypto && fus_dat3.cn61xx.nozip) in octeon_model_get_string_buffer()
375 else if (fus_dat2.cn68xx.nocrypto) in octeon_model_get_string_buffer()
[all …]
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h1206 uint64_t nocrypto:1; member
1216 uint64_t nocrypto:1;
1237 uint64_t nocrypto:1; member
1251 uint64_t nocrypto:1;
1262 uint64_t nocrypto:1; member
1276 uint64_t nocrypto:1;
1287 uint64_t nocrypto:1; member
1297 uint64_t nocrypto:1;
1312 uint64_t nocrypto:1; member
1324 uint64_t nocrypto:1;
[all …]
H A Docteon-feature.h127 return !fus_2.s.nocrypto && !fus_2.s.nomul && fus_2.s.dorm_crypto; in octeon_has_feature()