Searched refs:BCM4377_OTP_SIZE (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/bluetooth/
H A Dhci_bcm4377.c89 #define BCM4377_OTP_SIZE 0xe0 macro
2086 otp = kzalloc(BCM4377_OTP_SIZE, GFP_KERNEL);
2090 for (i = 0; i < BCM4377_OTP_SIZE; ++i)
2094 while (i < (BCM4377_OTP_SIZE - 1)) {
2101 if ((i + 2 + length) > BCM4377_OTP_SIZE)

Completed in 376 milliseconds