/openbmc/linux/fs/ufs/ |
H A D | Makefile | 8 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
|
/openbmc/linux/drivers/usb/storage/ |
H A D | isd200.c | 1234 unsigned short cylinder; in isd200_scsi_to_ata() local 1323 cylinder = (unsigned short)(lba>>8); in isd200_scsi_to_ata() 1327 cylinder = (u16)(lba / (id[ATA_ID_SECTORS] * in isd200_scsi_to_ata() 1341 ataCdb->write.CylinderHighByte = (unsigned char)(cylinder>>8); in isd200_scsi_to_ata() 1342 ataCdb->write.CylinderLowByte = (unsigned char)cylinder; in isd200_scsi_to_ata() 1355 cylinder = (unsigned short)(lba>>8); in isd200_scsi_to_ata() 1359 cylinder = (u16)(lba / (id[ATA_ID_SECTORS] * in isd200_scsi_to_ata() 1373 ataCdb->write.CylinderHighByte = (unsigned char)(cylinder>>8); in isd200_scsi_to_ata() 1374 ataCdb->write.CylinderLowByte = (unsigned char)cylinder; in isd200_scsi_to_ata()
|
/openbmc/u-boot/doc/imx/mkimage/ |
H A D | imximage.txt | 142 cylinder, so we need to change it. 175 We have set 255 heads, 63 sector. We have to set the cylinder. 178 cylinder = <total size> / <heads> / <sectors> / <blocksize> 203 First cylinder (1-239, default 1): 3 204 Last cylinder, +cylinders or +size{K,M,G} (3-239, default 239): +100M
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | hsv-formats.rst | 11 cylinder, where the angle is the HUE, the height is the VALUE
|
H A D | pixfmt-packed-hsv.rst | 15 cylinder: 0 being the smallest value and 255 the maximum.
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | bootmap.c | 81 *c = ptr->ldptr.chs.cylinder; in eckd_format_chs() 85 *c = ptr->bptr.chs.cylinder; in eckd_format_chs() 95 const uint64_t cylinder = c + ((h & 0xfff0) << 12); in eckd_chs_to_block() local 97 const block_number_t block = sectors * heads * cylinder in eckd_chs_to_block() 105 return eckd_chs_to_block(chs->cylinder, chs->head, chs->sector); in eckd_block_num()
|
H A D | bootmap.h | 36 uint16_t cylinder; member 49 uint32_t cylinder; member
|
/openbmc/qemu/qapi/ |
H A D | block.json | 17 # Policy that BIOS should use to interpret cylinder/head/sector 22 # @auto: If cylinder/heads/sizes are passed, choose between none and
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_eckd.h | 513 __u32 cylinder; member
|
H A D | dasd_eckd.c | 6132 seq_printf(m, "supported_cylinder %d\n", entry->cylinder); in dasd_hosts_print()
|
/openbmc/linux/Documentation/scsi/ |
H A D | aha152x.rst | 126 The BIOS uses a cylinder/head/sector addressing scheme (C/H/S)
|
H A D | scsi_mid_low_api.rst | 650 - bios_param - fetch head, sector, cylinder info for a disk 668 * bios_param - fetch head, sector, cylinder info for a disk
|
/openbmc/qemu/docs/interop/ |
H A D | prl-xml.rst | 101 * ``Sectors`` - number of the disk sectors per cylinder
|
/openbmc/qemu/docs/devel/ |
H A D | s390-dasd-ipl.rst | 11 at cylinder 0 track 0 record 1. Note that the chain flag is on in this ccw
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | ipu3.rst | 474 r [label="DDR", style=filled, fillcolor=yellow, shape=cylinder] 476 t [label="DDR", style=filled, fillcolor=yellow, shape=cylinder]
|
/openbmc/qemu/block/ |
H A D | vvfat.c | 224 uint8_t cylinder; member 356 chs->cylinder = 0xFF; in sector2CHS() 361 chs->cylinder = (uint8_t)spos; in sector2CHS()
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 3938 cylinder.c: 5848
|
/openbmc/ |
H A D | opengrok1.0.log | 26426 ….findFilelessChildren: not file-less due to: /opengrok/data/xref/openbmc/linux/fs/ufs/cylinder.c.gz
|
H A D | opengrok2.0.log | 26046 ….findFilelessChildren: not file-less due to: /opengrok/data/xref/openbmc/linux/fs/ufs/cylinder.c.gz
|