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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c271 unsigned int extp_size = sizeof(*extp); local
274 extp = (struct cfi_pri_intelext *)cfi_read_pri(map, adr, extp_size, "Intel/Sharp");
302 if (extp_size < sizeof(*extp) + extra_size)
308 if (extp_size < sizeof(*extp) + extra_size)
320 if (extp_size < sizeof(*extp) + extra_size)
330 if (extp_size < sizeof(*extp) + extra_size) {
332 extp_size = sizeof(*extp) + extra_size;
334 if (extp_size > 4096) {

Completed in 50 milliseconds