Home
last modified time | relevance | path

Searched refs:heads (Results 1 – 10 of 10) sorted by relevance

/u-boot/drivers/virtio/
A Dvirtio_blk.h45 __u8 heads; member
/u-boot/disk/
A Dpart_dos.c330 unsigned int heads = 255; in lba_to_chs() local
332 c = (lba + 1) / sectpertrack / heads; in lba_to_chs()
333 h = (lba + 1) / sectpertrack - c * heads; in lba_to_chs()
334 s = (lba + 1) - (c * heads + h) * sectpertrack; in lba_to_chs()
A Dpart_amiga.h47 u32 heads; member
A Dpart_amiga.c347 rdb->heads); in part_print_amiga()
/u-boot/doc/imx/mkimage/
A Dimximage.txt134 255 heads and 63 sectors, as suggested from several documentation and
169 Number of heads (1-256, default 4): 255
175 We have set 255 heads, 63 sector. We have to set the cylinder.
178 cylinder = <total size> / <heads> / <sectors> / <blocksize>
209 255 heads, 63 sectors/track, 239 cylinders
/u-boot/include/
A Data.h106 unsigned short heads; /* "physical" heads */ member
A Dfat.h105 __u16 heads; /* Number of heads */ member
/u-boot/doc/develop/
A Dversion.rst9 weeks as the project heads to the next release. So 2020.10-rc1 was the first
/u-boot/fs/fat/
A Dfat.c519 bs->heads = FAT2CPU16(bs->heads); in read_bootsectandvi()
/u-boot/common/
A Ddlmalloc.src1400 heads of (initially empty) doubly-linked lists of chunks, laid out
1402 malloc_chunk. (This way, the fd/bk offsets for linking bin heads

Completed in 17 milliseconds