Home
last modified time | relevance | path

Searched refs:BOOTLD_START (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/ntxn/
H A Dunm_nic_init.c474 long flashaddr = BOOTLD_START, memaddr = BOOTLD_START; in load_from_flash()
476 size = (IMAGE_START - BOOTLD_START)/4; in load_from_flash()
H A Dunm_brdcfg.h259 BOOTLD_START = 0x10000, /* bootld */ enumerator
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c1516 memaddr = BOOTLD_START; in ql_8021_load_from_flash()
1564 size = (IMAGE_START - BOOTLD_START) / 8; in ql_8021_load_firmware()
1566 bp = (uint8_t *)(ha->risc_fw[0].code + BOOTLD_START); in ql_8021_load_firmware()
1567 flashaddr = BOOTLD_START; in ql_8021_load_firmware()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h1126 #define BOOTLD_START 0x10000 macro