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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Drom.c72 int last_image; local
138 last_image = readb(pds + 21) & 0x80;
141 } while (!last_image);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_sup.c1843 uint8_t code_type, last_image; local
1860 last_image = 1;
1921 last_image = qla2x00_read_flash_byte(ha, pcids + 0x15) & BIT_7;
1926 } while (!last_image);
1967 uint8_t code_type, last_image; local
1982 last_image = 1;
2041 last_image = bcode[0x15] & BIT_7;
2045 } while (!last_image);

Completed in 110 milliseconds