Lines Matching defs:pcihdr
550 uint32_t pcihdr, pcids;
584 pcihdr = 0;
587 qla24xx_read_flash_data(vha, dcode, pcihdr >> 2, 0x20);
588 bcode = buf + (pcihdr % 4);
593 pcids = pcihdr + ((bcode[0x19] << 8) | bcode[0x18]);
595 bcode = buf + (pcihdr % 4);
605 pcihdr += ((bcode[0x11] << 8) | bcode[0x10]) * 512;
609 qla24xx_read_flash_data(vha, dcode, pcihdr >> 2, sizeof(*fltl) >> 2);
3165 uint32_t pcihdr, pcids;
3181 pcihdr = 0;
3185 if (qla2x00_read_flash_byte(ha, pcihdr) != 0x55 ||
3186 qla2x00_read_flash_byte(ha, pcihdr + 0x01) != 0xaa) {
3195 pcids = pcihdr +
3196 ((qla2x00_read_flash_byte(ha, pcihdr + 0x19) << 8) |
3197 qla2x00_read_flash_byte(ha, pcihdr + 0x18));
3249 pcihdr += ((qla2x00_read_flash_byte(ha, pcids + 0x11) << 8) |
3296 uint32_t pcihdr, pcids;
3311 pcihdr = ha->flt_region_boot << 2;
3315 ha->isp_ops->read_optrom(vha, dcode, pcihdr, 0x20 * 4);
3316 bcode = mbuf + (pcihdr % 4);
3326 pcids = pcihdr + ((bcode[0x19] << 8) | bcode[0x18]);
3329 bcode = mbuf + (pcihdr % 4);
3377 pcihdr += ((bcode[0x11] << 8) | bcode[0x10]) * 512;
3384 bcode = mbuf + (pcihdr % 4);
3405 uint32_t pcihdr = 0, pcids = 0;
3425 pcihdr = ha->flt_region_boot << 2;
3429 pcihdr = ha->flt_region_boot_sec << 2;
3435 qla24xx_read_flash_data(vha, dcode, pcihdr >> 2, 0x20);
3436 bcode = mbuf + (pcihdr % 4);
3446 pcids = pcihdr + ((bcode[0x19] << 8) | bcode[0x18]);
3449 bcode = mbuf + (pcihdr % 4);
3498 pcihdr += ((bcode[0x11] << 8) | bcode[0x10]) * 512;