Searched refs:boot_sector (Results 1 – 2 of 2) sorted by relevance
12758 unsigned int boot_sector = boot_addr * 1024; in t4_load_boot() local12765 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()
1363 unsigned int boot_sector = BOOT_FLASH_BOOT_ADDR >> 16; in t3_load_boot() local1384 ret = t3_flash_erase_sectors(adapter, boot_sector, boot_end); in t3_load_boot()