Searched defs:flashaddr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_init.c474 long flashaddr = BOOTLD_START, memaddr = BOOTLD_START; local
485 if (rom_fast_read(adapter, flashaddr, (int *)&data) != 0) {
492 flashaddr += 4;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c1510 uint32_t flashaddr, memaddr; local
1515 flashaddr = ha->bootloader_addr << 2;
1519 if ((ql_8021_rom_fast_read(ha, flashaddr, &low)) ||
1520 (ql_8021_rom_fast_read(ha, flashaddr + 4, &high))) {
1526 flashaddr += 8;
1531 flashaddr = ha->flash_fw_addr << 2;
1535 if ((ql_8021_rom_fast_read(ha, flashaddr, &low)) ||
1536 (ql_8021_rom_fast_read(ha, flashaddr + 4, &high))) {
1542 flashaddr += 8;
1553 uint32_t i, flashaddr, siz local
[all...]

Completed in 65 milliseconds