ql_read_flash_byte
*tmp++ = (uint8_t)ql_read_flash_byte(ha, cnt);
flash_data = (uint8_t)ql_read_flash_byte(ha, addr);
(void) ql_read_flash_byte(ha, 0);
xp->fdesc.flash_manuf = (uint8_t)ql_read_flash_byte(ha, 0x0000);
ql_read_flash_byte(ha, 0x0002);
ql_read_flash_byte(ha, 0x0001);
*dp++ = (uint8_t)ql_read_flash_byte(ha, startpos++);
uint8_t ql_read_flash_byte(ql_adapter_state_t *, uint32_t);