Searched refs:boot_sector (Results 1 – 2 of 2) sorted by relevance
10581 unsigned int boot_sector = (boot_addr * 1024 ); in t4_load_boot() local10587 if ((boot_sector + size) >> 16 > FLASH_FW_START_SEC) { in t4_load_boot()10599 ret = t4_flash_erase_sectors(adap, boot_sector >> 16, in t4_load_boot()10600 (boot_sector >> 16) + i - 1); in t4_load_boot()10675 addr = boot_sector; in t4_load_boot()10684 ret = t4_write_flash(adap, boot_sector, SF_PAGE_SIZE, in t4_load_boot()
1366 unsigned int boot_sector = BOOT_FLASH_BOOT_ADDR >> 16; in t3_load_boot() local1387 ret = t3_flash_erase_sectors(adapter, boot_sector, boot_end); in t3_load_boot()