Home
last modified time | relevance | path

Searched defs:boot_sector (Results 1 – 4 of 4) 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/kernel/fs/exfat/
H A Dexfat_raw.h85 struct boot_sector { struct
86 __u8 jmp_boot[BOOTSEC_JUMP_BOOT_LEN];
87 __u8 fs_name[BOOTSEC_FS_NAME_LEN];
88 __u8 must_be_zero[BOOTSEC_OLDBPB_LEN];
89 __le64 partition_offset;
90 __le64 vol_length;
91 __le32 fat_offset;
92 __le32 fat_length;
93 __le32 clu_offset;
94 __le32 clu_count;
[all …]
/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
/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