Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgb/common/
HDcxgb_t3_hw.c937 BOOT_FLASH_BOOT_ADDR = 0x0,/* start address of boot image in flash */ enumerator
1363 unsigned int boot_sector = BOOT_FLASH_BOOT_ADDR >> 16; in t3_load_boot()
1364 unsigned int boot_end = (BOOT_FLASH_BOOT_ADDR + size - 1) >> 16; in t3_load_boot()
1388 for (addr = BOOT_FLASH_BOOT_ADDR; size; ) { in t3_load_boot()
/freebsd-14-stable/sys/dev/cxgbe/common/
HDt4_hw.c10540 BOOT_FLASH_BOOT_ADDR = 0x0,/* start address of boot image in flash */ enumerator