Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c12758 unsigned int boot_sector = boot_addr * 1024; in t4_load_boot() local
12765 if (boot_sector + size > start + len) { in t4_load_boot()
12776 ret = t4_flash_erase_sectors(adap, boot_sector >> 16, in t4_load_boot()
12777 (boot_sector >> 16) + i - 1); in t4_load_boot()
12852 addr = boot_sector; in t4_load_boot()
12861 ret = t4_write_flash(adap, boot_sector, SF_PAGE_SIZE, in t4_load_boot()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c1363 unsigned int boot_sector = BOOT_FLASH_BOOT_ADDR >> 16; in t3_load_boot() local
1384 ret = t3_flash_erase_sectors(adapter, boot_sector, boot_end); in t3_load_boot()