Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/cxgb/
H A Dcxgb_t3_hw.c695 FW_FLASH_BOOT_ADDR = 0x70000, /* start address of FW in flash */ enumerator
1032 int ret, addr, fw_sector = FW_FLASH_BOOT_ADDR >> 16; in t3_load_fw()
1036 if (size > FW_VERS_ADDR + 8 - FW_FLASH_BOOT_ADDR) in t3_load_fw()
1052 for (addr = FW_FLASH_BOOT_ADDR; size; ) { in t3_load_fw()
3483 V_BOOTADDR(FW_FLASH_BOOT_ADDR >> 2)); in t3_init_hw()