Searched refs:boot_sector (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/exfat/
H A Dexfat_raw.h89 struct boot_sector { struct
H A Dsuper.c90 struct boot_sector *p_boot = (struct boot_sector *)sbi->boot_bh->b_data;
418 struct boot_sector *p_boot;
430 p_boot = (struct boot_sector *)sbi->boot_bh->b_data;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c10580 unsigned int boot_sector = (boot_addr * 1024); local
10591 if ((boot_sector + size) >> 16 > FLASH_FW_START_SEC) {
10635 ret = t4_flash_erase_sectors(adap, boot_sector >> 16,
10636 (boot_sector >> 16) + i - 1);
10664 addr = boot_sector;
10674 ret = t4_write_flash(adap, boot_sector, SF_PAGE_SIZE,

Completed in 167 milliseconds