Searched defs:bpb (Results 1 – 12 of 12) sorted by relevance
157 struct bpb { struct158 u_int bpbBytesPerSec; /* bytes per sector */ argument159 u_int bpbSecPerClust; /* sectors per cluster */ argument160 u_int bpbResSectors; /* reserved sectors */ argument161 u_int bpbFATs; /* number of FATs */ argument162 u_int bpbRootDirEnts; /* root directory entries */ argument163 u_int bpbSectors; /* total sectors */ argument164 u_int bpbMedia; /* media descriptor */ argument165 u_int bpbFATsecs; /* sectors per FAT */ argument166 u_int bpbSecPerTrack; /* sectors per track */ argument[all …]
43 const uint32_t bpb = fmtl->bpb; in gfx9_calc_std_image_alignment_sa() local
3102 uint32_t bpb, in isl_tiling_get_intratile_offset_el()
1329 uint16_t bpb; /**< Bits per block */ member
53 UChar32 bmg, bpb; member
47 unsigned bw, bh, bpb, total_size, i; in svga_surface_size() local
129 struct bpb64 bpb; member
478 unsigned bpb = isl_format_get_layout(format)->bpb; in storage_image_format_supports_atomic() local
2618 get_copy_format_for_bpb(const struct isl_device *isl_dev, unsigned bpb) in get_copy_format_for_bpb()
73 /*0x0b*/BIOS_PARAMETER_BLOCK bpb; /* See BIOS_PARAMETER_BLOCK. */ member