Home
last modified time | relevance | path

Searched refs:boot_sector (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dfat.h93 typedef struct boot_sector { struct
117 } boot_sector; argument
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_rkfw.c477 u32 boot_sector = CONFIG_RKFW_BOOT_SECTOR; in spl_load_rkfw_image() local
491 boot_sector = part_info.start; in spl_load_rkfw_image()
512 ret = rkfw_load_kernel(info, boot_sector, spl_image, try_count); in spl_load_rkfw_image()
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c487 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi()
509 memcpy(bs, block, sizeof(boot_sector)); in read_bootsectandvi()
524 vistart = (volume_info *)(block + sizeof(boot_sector)); in read_bootsectandvi()
556 boot_sector bs; in get_fs_info()
974 boot_sector bs; in file_fat_detectfs()
H A Dfat_write.c910 boot_sector bs; in do_fat_write()
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dsuper.c101 struct boot_sector *p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_set_vol_flags()
416 struct boot_sector *p_boot; in exfat_read_boot_sector()
428 p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_read_boot_sector()
H A Dexfat_raw.h85 struct boot_sector { struct
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c10609 unsigned int boot_sector = (boot_addr * 1024); in t4_load_boot() local
10620 if ((boot_sector + size) >> 16 > FLASH_FW_START_SEC) { in t4_load_boot()
10664 ret = t4_flash_erase_sectors(adap, boot_sector >> 16, in t4_load_boot()
10665 (boot_sector >> 16) + i - 1); in t4_load_boot()
10693 addr = boot_sector; in t4_load_boot()
10703 ret = t4_write_flash(adap, boot_sector, SF_PAGE_SIZE, in t4_load_boot()