Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/bluetooth/
Dhci_bcm4377.c96 #define BCM4377_OTP_MAX_PARAM_LEN 16 macro
582 char stepping[BCM4377_OTP_MAX_PARAM_LEN];
583 char vendor[BCM4377_OTP_MAX_PARAM_LEN];
2022 if (len > (BCM4377_OTP_MAX_PARAM_LEN - 1)) in bcm4377_parse_otp_str()