Searched refs:boot_sector (Results 1 – 2 of 2) sorted by relevance
14236 unsigned int boot_sector = boot_addr * 1024; in t4_load_boot() local14243 if (boot_sector + size > start + len) { in t4_load_boot()14254 ret = t4_flash_erase_sectors(adap, boot_sector >> 16, in t4_load_boot()14255 (boot_sector >> 16) + i - 1); in t4_load_boot()14330 addr = boot_sector; in t4_load_boot()14339 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()