Searched refs:last_image (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/pci/
H A Drom.c70 int last_image; local
92 last_image = readb(pds + 21) & 0x80;
95 } while (!last_image);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_sup.c546 uint8_t *buf, *bcode, last_image; local
573 last_image = 1;
591 last_image = bcode[0x15] & BIT_7;
595 } while (!last_image);
2532 uint8_t code_type, last_image; local
2550 last_image = 1;
2611 last_image = qla2x00_read_flash_byte(ha, pcids + 0x15) & BIT_7;
2616 } while (!last_image);
2657 uint8_t code_type, last_image; local
2676 last_image
[all...]

Completed in 117 milliseconds