Searched refs:OTP_UPPER_HALF (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dbfin-otp.c56 flags = (*pos % (sizeof(u64) * 2) ? OTP_UPPER_HALF : OTP_LOWER_HALF);
58 (flags & OTP_UPPER_HALF ? "upper" : "lower"));
69 if (flags & OTP_UPPER_HALF)
148 flags = base_flags | (*pos % (sizeof(u64) * 2) ? OTP_UPPER_HALF : OTP_LOWER_HALF);
150 (flags & OTP_UPPER_HALF ? "upper" : "lower"), buff + bytes_done);
161 if (flags & OTP_UPPER_HALF)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dbfrom.h73 #define OTP_UPPER_HALF 0x00000001 macro

Completed in 40 milliseconds