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.c10648 unsigned int boot_sector = (boot_addr * 1024 ); in t4_load_boot() local
10654 if ((boot_sector + size) >> 16 > FLASH_FW_START_SEC) { in t4_load_boot()
10666 ret = t4_flash_erase_sectors(adap, boot_sector >> 16, in t4_load_boot()
10667 (boot_sector >> 16) + i - 1); in t4_load_boot()
10742 addr = boot_sector; in t4_load_boot()
10751 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()