qla2x00_read_flash_byte
flash_data = qla2x00_read_flash_byte(ha, addr);
*man_id = qla2x00_read_flash_byte(ha, 0x0000);
*flash_id = qla2x00_read_flash_byte(ha, 0x0001);
data = qla2x00_read_flash_byte(ha, saddr);
*data = qla2x00_read_flash_byte(ha, addr);
((qla2x00_read_flash_byte(ha, pcids + 0x0B) << 8) |
qla2x00_read_flash_byte(ha, pcids + 0x0A));
if (qla2x00_read_flash_byte(ha, iter) == '/') {
if (qla2x00_read_flash_byte(ha, iter + 2) ==
else if (qla2x00_read_flash_byte(ha,
if (qla2x00_read_flash_byte(ha, iter) == ' ')
rbyte = qla2x00_read_flash_byte(ha, iter);
*vbyte++ = qla2x00_read_flash_byte(ha, iter);
if (qla2x00_read_flash_byte(ha, pcihdr) != 0x55 ||
qla2x00_read_flash_byte(ha, pcihdr + 0x01) != 0xaa) {
((qla2x00_read_flash_byte(ha, pcihdr + 0x19) << 8) |
qla2x00_read_flash_byte(ha, pcihdr + 0x18));
if (qla2x00_read_flash_byte(ha, pcids) != 'P' ||
qla2x00_read_flash_byte(ha, pcids + 0x1) != 'C' ||
qla2x00_read_flash_byte(ha, pcids + 0x2) != 'I' ||
qla2x00_read_flash_byte(ha, pcids + 0x3) != 'R') {
code_type = qla2x00_read_flash_byte(ha, pcids + 0x14);
qla2x00_read_flash_byte(ha, pcids + 0x12);
qla2x00_read_flash_byte(ha, pcids + 0x13);
qla2x00_read_flash_byte(ha, pcids + 0x12);
qla2x00_read_flash_byte(ha, pcids + 0x13);
last_image = qla2x00_read_flash_byte(ha, pcids + 0x15) & BIT_7;
pcihdr += ((qla2x00_read_flash_byte(ha, pcids + 0x11) << 8) |
qla2x00_read_flash_byte(ha, pcids + 0x10)) * 512;