Searched refs:boot_sector (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fat.h | 93 typedef struct boot_sector { struct 117 } boot_sector; argument
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_rkfw.c | 477 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 D | fat.c | 487 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 D | fat_write.c | 910 boot_sector bs; in do_fat_write()
|
| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | super.c | 101 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 D | exfat_raw.h | 85 struct boot_sector { struct
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 10609 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()
|