Searched refs:otp_size (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipcvar.h85 uint8_t otp_size; /**< OTP (row?) size, 0 if not present */ member in struct:chipc_caps
H A Dchipc_subr.c248 CC_TFS(sprom), CC_TFS(otp_size));
250 caps->cfi_width, caps->otp_size);
H A Dchipc.c391 if (CHIPC_QUIRK(sc, SUPPORTS_OTP) && caps->otp_size > 0) {
442 caps->otp_size = CHIPC_GET_BITS(cap_reg, CHIPC_CAP_OTP_SIZE);
451 caps->otp_size = CHIPC_GET_BITS(regval, CHIPC_OTPL_SIZE);

Completed in 120 milliseconds