| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_nandif.c | 40 struct ynandif_Geometry *geometry = (struct ynandif_Geometry *)(dev->driver_context); in ynandif_WriteChunkWithTagsToNAND() local 66 retval = geometry->writeChunk(dev, nand_chunk, in ynandif_WriteChunkWithTagsToNAND() 82 struct ynandif_Geometry *geometry = (struct ynandif_Geometry *)(dev->driver_context); in ynandif_ReadChunkWithTagsFromNAND() local 104 retval = geometry->readChunk(dev, nand_chunk, in ynandif_ReadChunkWithTagsFromNAND() 141 struct ynandif_Geometry *geometry = (struct ynandif_Geometry *)(dev->driver_context); in ynandif_MarkNANDBlockBad() local 143 return geometry->markBlockBad(dev, blockId); in ynandif_MarkNANDBlockBad() 148 struct ynandif_Geometry *geometry = (struct ynandif_Geometry *)(dev->driver_context); in ynandif_EraseBlockInNAND() local 150 return geometry->eraseBlock(dev, blockId); in ynandif_EraseBlockInNAND() 157 struct ynandif_Geometry *geometry = (struct ynandif_Geometry *)(dev->driver_context); in ynandif_IsBlockOk() local 159 return geometry->checkBlockOk(dev, blockId); in ynandif_IsBlockOk() [all …]
|
| H A D | yaffs_nandif.h | 62 const struct ynandif_Geometry *geometry);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/qemumips/ |
| H A D | fb.modes | 4 geometry 640 480 640 480 16 8 geometry 480 640 480 640 16 12 geometry 320 240 320 240 16 16 geometry 240 320 240 320 16
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/qemuarm/ |
| H A D | fb.modes | 4 geometry 640 480 640 480 16 8 geometry 480 640 480 640 16 12 geometry 320 240 320 240 16 16 geometry 240 320 240 320 16
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/om-gta01/ |
| H A D | fb.modes | 5 geometry 480 640 480 640 16 12 geometry 480 640 480 640 16 19 geometry 240 320 240 320 16 26 geometry 240 320 240 320 16
|
| /openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/ |
| H A D | config | 33 DISPLAY_WIDTH_PIXELS=`/usr/sbin/fbset | grep geometry | awk '{ print $2 }'` 37 DISPLAY_HEIGHT_PIXELS=`/usr/sbin/fbset | grep geometry | awk '{ print $3 }'` 41 DISPLAY_BPP=`/usr/sbin/fbset | grep geometry | awk '{ print $6 }'`
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | virtio-blkdev.c | 150 vdev->config.blk.geometry.heads = 15; in virtio_assume_eckd() 151 vdev->config.blk.geometry.sectors = in virtio_assume_eckd() 189 return vdev->config.blk.geometry.heads; in virtio_get_heads() 192 ? vdev->config.blk.geometry.heads : 255; in virtio_get_heads() 203 return vdev->config.blk.geometry.sectors; in virtio_get_sectors() 206 ? vdev->config.blk.geometry.sectors : 63; in virtio_get_sectors()
|
| H A D | virtio.h | 161 } geometry; /* (if VIRTIO_BLK_F_GEOMETRY) */ member
|
| /openbmc/estoraged/ |
| H A D | meson.options | 7 description: 'The min size allowed in bytes, used by the geometry check', 15 description: 'the max size allowed in bytes, used by the geometry check',
|
| /openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch | 87 - * Get device geometry and partition offset 120 -/* Standard floppy disk geometries, plus LS-120. Zipdisk geometry 122 - as its geometry, since I don't have one and don't know anyone that does, 165 - /* Didn't work either... assign a geometry of 64 heads, 32 sectors; this is 176 - "Warning: unable to obtain device geometry (defaulting to %d heads, %d sectors)\n" 196 * Query the device geometry and put it into the boot sector. 286 + * Get device geometry and partition offset 319 +/* Standard floppy disk geometries, plus LS-120. Zipdisk geometry 321 + as its geometry, since I don't have one and don't know anyone that does, 364 + /* Didn't work either... assign a geometry of 64 heads, 32 sectors; this is [all …]
|
| H A D | 0012-libinstaller-Fix-build-with-glibc-2.36.patch | 36 #include <linux/fd.h> /* Floppy geometry */ 37 #include <linux/hdreg.h> /* Hard disk geometry */
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/omap3-pandora/ |
| H A D | fb.modes | 3 geometry 800 480 800 480 16
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/video/fbterm/ |
| H A D | fb.modes | 3 geometry 800 600 800 600 32
|
| /openbmc/qemu/qapi/ |
| H A D | block.json | 32 # @none: The physical disk geometry is equal to the logical geometry. 42 # @rechs: Same as @large, but first convert a 16-head geometry to
|
| /openbmc/u-boot/drivers/virtio/ |
| H A D | virtio_blk.h | 47 } geometry; member
|
| /openbmc/qemu/hw/block/ |
| H A D | meson.build | 4 'hd-geometry.c'
|
| H A D | virtio-blk.c | 1154 virtio_stw_p(vdev, &blkcfg.geometry.cylinders, conf->cyls); in virtio_blk_update_config() 1158 blkcfg.geometry.heads = conf->heads; in virtio_blk_update_config() 1172 blkcfg.geometry.sectors = conf->secs & ~s->sector_mask; in virtio_blk_update_config() 1174 blkcfg.geometry.sectors = conf->secs; in virtio_blk_update_config()
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | Kconfig | 68 bool "Define extra elements in CFI for flash geometry" 72 common flash structure for storing flash geometry.
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | virtio_blk.h | 70 } geometry; member
|
| /openbmc/qemu/ui/ |
| H A D | gtk.c | 1044 GdkRectangle geometry; in gd_motion_event() local 1049 gdk_monitor_get_geometry(monitor, &geometry); in gd_motion_event() 1058 if (xr <= geometry.x || xr - geometry.x >= geometry.width - 1 || in gd_motion_event() 1059 yr <= geometry.y || yr - geometry.y >= geometry.height - 1) { in gd_motion_event() 1061 xr = geometry.x + geometry.width / 2; in gd_motion_event() 1062 yr = geometry.y + geometry.height / 2; in gd_motion_event()
|
| /openbmc/u-boot/doc/imx/common/ |
| H A D | mxs.txt | 205 NOTE: The above invokation works for NAND flash with geometry of 207 has a different geometry, please use: 213 The geometry information can be obtained from running U-Boot
|
| /openbmc/qemu/docs/interop/ |
| H A D | parallels.rst | 51 Disk geometry parameter for guest. 54 Disk geometry parameter for guest.
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 266.out | 79 Job failed: The requested image size cannot be represented in CHS geometry
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
| H A D | 0012-Platform-CS1000-Increase-BL2-partition-size.patch | 80 # conv=notrunc avoids truncation to keep the geometry of the image.
|
| /openbmc/openbmc/poky/meta-yocto-bsp/ |
| H A D | README.hardware.md | 118 geometry from the device.
|