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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_sup.c1844 uint32_t pcihdr, pcids; local
1859 pcihdr = 0;
1863 if (qla2x00_read_flash_byte(ha, pcihdr) != 0x55 ||
1864 qla2x00_read_flash_byte(ha, pcihdr + 0x01) != 0xaa) {
1873 pcids = pcihdr +
1874 ((qla2x00_read_flash_byte(ha, pcihdr + 0x19) << 8) |
1875 qla2x00_read_flash_byte(ha, pcihdr + 0x18));
1924 pcihdr += ((qla2x00_read_flash_byte(ha, pcids + 0x11) << 8) |
1964 uint32_t pcihdr, pcids; local
1981 pcihdr
[all...]

Completed in 156 milliseconds