Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dopenpromio.h18 #define OPROMMAXPARAM 4096 /* Maximum size of oprom_array. */ macro
/openbmc/linux/drivers/sbus/char/
H A Dopenprom.c76 if (bufsize > OPROMMAXPARAM) in copyin()
77 bufsize = OPROMMAXPARAM; in copyin()
98 if (!(*opp_p = kzalloc(sizeof(int) + OPROMMAXPARAM + 1, GFP_KERNEL))) in getstrings()
104 while ((n < 2) && (bufsize < OPROMMAXPARAM)) { in getstrings()