/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 …]
|
/openbmc/linux/Documentation/fb/ |
H A D | viafb.modes | 30 geometry 640 480 640 480 32 33 geometry 480 640 480 640 32 timings 39722 72 24 19 1 48 3 endmode 54 geometry 640 480 640 480 32 timings 31747 120 16 16 1 64 3 endmode 75 geometry 640 480 640 480 32 timings 27777 80 56 25 1 56 3 endmode 96 geometry 640 480 640 480 32 timings 23168 104 40 25 1 64 3 endmode 117 geometry 640 480 640 480 32 timings 19081 104 40 31 1 64 3 endmode 138 geometry 720 480 720 480 32 timings 37202 88 16 14 1 72 3 endmode 159 geometry 800 480 800 480 32 timings 33805 96 24 10 3 72 7 endmode 180 geometry 720 576 720 576 32 timings 30611 96 24 17 1 72 3 endmode 201 geometry 800 600 800 600 32 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | pamu.txt | 57 - fsl,primary-cache-geometry 59 Two cells that specify the geometry of the primary PAMU 63 - fsl,secondary-cache-geometry 65 Two cells that specify the geometry of the secondary PAMU 107 fsl,primary-cache-geometry = <32 1>; 108 fsl,secondary-cache-geometry = <128 2>; 113 fsl,primary-cache-geometry = <32 1>; 114 fsl,secondary-cache-geometry = <128 2>; 119 fsl,primary-cache-geometry = <32 1>; 120 fsl,secondary-cache-geometry = <128 2>; [all …]
|
/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/linux/drivers/iommu/ |
H A D | s390-iommu.c | 58 s390_domain->domain.geometry.force_aperture = true; in s390_domain_alloc() 59 s390_domain->domain.geometry.aperture_start = 0; in s390_domain_alloc() 60 s390_domain->domain.geometry.aperture_end = ZPCI_TABLE_SIZE_RT - 1; in s390_domain_alloc() 116 if (WARN_ON(domain->geometry.aperture_start > zdev->end_dma || in s390_iommu_attach_device() 117 domain->geometry.aperture_end < zdev->start_dma)) in s390_iommu_attach_device() 326 if (iova < s390_domain->domain.geometry.aperture_start || in s390_iommu_map_pages() 327 (iova + size - 1) > s390_domain->domain.geometry.aperture_end) in s390_iommu_map_pages() 356 if (iova < domain->geometry.aperture_start || in s390_iommu_iova_to_phys() 357 iova > domain->geometry.aperture_end) in s390_iommu_iova_to_phys() 389 if (WARN_ON(iova < s390_domain->domain.geometry.aperture_start || in s390_iommu_unmap_pages() [all …]
|
H A D | sprd-iommu.c | 132 return ((domain->geometry.aperture_end - in sprd_iommu_pgt_size() 133 domain->geometry.aperture_start + 1) >> in sprd_iommu_pgt_size() 150 dom->domain.geometry.aperture_start = 0; in sprd_iommu_domain_alloc() 151 dom->domain.geometry.aperture_end = SZ_256M - 1; in sprd_iommu_domain_alloc() 152 dom->domain.geometry.force_aperture = true; in sprd_iommu_domain_alloc() 168 val = dom->domain.geometry.aperture_start >> SPRD_IOMMU_PAGE_SHIFT; in sprd_iommu_first_vpn() 183 val = (dom->domain.geometry.aperture_end - in sprd_iommu_vpn_range() 184 dom->domain.geometry.aperture_start) >> SPRD_IOMMU_PAGE_SHIFT; in sprd_iommu_vpn_range() 298 unsigned long start = domain->geometry.aperture_start; in sprd_iommu_map() 299 unsigned long end = domain->geometry.aperture_end; in sprd_iommu_map() [all …]
|
H A D | fsl_pamu_domain.c | 77 /* Set the geometry parameters for a LIODN */ 86 * Configure the omi_index at the geometry setup time. in pamu_set_liodn() 175 if (iova < domain->geometry.aperture_start || in fsl_pamu_iova_to_phys() 176 iova > domain->geometry.aperture_end) in fsl_pamu_iova_to_phys() 210 /* default geometry 64 GB i.e. maximum system address */ in fsl_pamu_domain_alloc() 211 dma_domain->iommu_domain. geometry.aperture_start = 0; in fsl_pamu_domain_alloc() 212 dma_domain->iommu_domain.geometry.aperture_end = (1ULL << 36) - 1; in fsl_pamu_domain_alloc() 213 dma_domain->iommu_domain.geometry.force_aperture = true; in fsl_pamu_domain_alloc()
|
/openbmc/qemu/hw/block/ |
H A D | hd-geometry.c | 2 * Hard disk geometry utilities 53 /* try to guess the disk logical geometry from the MS-DOS partition table. 124 /* Try to probe the backing device geometry, otherwise fallback in hd_geometry_guess() 132 /* no LCHS guess: use a standard physical disk geometry */ in hd_geometry_guess() 138 geometry is OK */ in hd_geometry_guess() 144 /* LCHS guess with heads <= 16: use as physical geometry */ in hd_geometry_guess() 149 the logical geometry */ in hd_geometry_guess()
|
/openbmc/linux/include/linux/ |
H A D | btree.h | 41 /* btree geometry */ 95 * @geo: the btree geometry 107 * @geo: the btree geometry 121 * @geo: the btree geometry 134 * @geo: the btree geometry 148 * @geo: the btree geometry 165 * @geo: btree geometry 179 * @geo: btree geometry
|
/openbmc/linux/Documentation/scsi/ |
H A D | aha152x.rst | 130 The number of cylinders/heads/sectors is called geometry and is required 135 geometry just to be able to support that addressing scheme. The geometry 137 do with the real/physical geometry of the disk (which is usually 143 the right geometry to be able to interpret it. 149 The AHA-1522 BIOS calculates the geometry by fixing the number of heads 167 geometry right in most cases: 173 - take current geometry from the partition table
|
/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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/geos/ |
H A D | geos_3.12.1.bb | 1 DESCRIPTION = "GEOS - Geometry Engine, Open Source" 15 DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library" 18 DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library"
|
/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/estoraged/src/erase/ |
H A D | verifyDriveGeometry.cpp | 17 lg2::error("Erase verify Geometry too large", "REDFISH_MESSAGE_ID", in geometryOkay() 27 "eStorageD erase verify Geometry too small", "REDFISH_MESSAGE_ID", in geometryOkay() 34 lg2::info("eStorageD erase verify Geometry in range", "REDFISH_MESSAGE_ID", in geometryOkay()
|
/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 …]
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p5040si-post.dtsi | 274 fsl,primary-cache-geometry = <32 1>; 275 fsl,secondary-cache-geometry = <128 2>; 280 fsl,primary-cache-geometry = <32 1>; 281 fsl,secondary-cache-geometry = <128 2>; 286 fsl,primary-cache-geometry = <32 1>; 287 fsl,secondary-cache-geometry = <128 2>; 292 fsl,primary-cache-geometry = <32 1>; 293 fsl,secondary-cache-geometry = <128 2>; 298 fsl,primary-cache-geometry = <32 1>; 299 fsl,secondary-cache-geometry = <128 2>;
|
H A D | p4080si-post.dtsi | 323 fsl,primary-cache-geometry = <32 1>; 324 fsl,secondary-cache-geometry = <128 2>; 329 fsl,primary-cache-geometry = <32 1>; 330 fsl,secondary-cache-geometry = <128 2>; 335 fsl,primary-cache-geometry = <32 1>; 336 fsl,secondary-cache-geometry = <128 2>; 341 fsl,primary-cache-geometry = <32 1>; 342 fsl,secondary-cache-geometry = <128 2>; 347 fsl,primary-cache-geometry = <32 1>; 348 fsl,secondary-cache-geometry = <128 2>;
|
H A D | p3041si-post.dtsi | 315 fsl,primary-cache-geometry = <32 1>; 316 fsl,secondary-cache-geometry = <128 2>; 321 fsl,primary-cache-geometry = <32 1>; 322 fsl,secondary-cache-geometry = <128 2>; 327 fsl,primary-cache-geometry = <32 1>; 328 fsl,secondary-cache-geometry = <128 2>; 333 fsl,primary-cache-geometry = <32 1>; 334 fsl,secondary-cache-geometry = <128 2>;
|
H A D | p2041si-post.dtsi | 288 fsl,primary-cache-geometry = <32 1>; 289 fsl,secondary-cache-geometry = <128 2>; 294 fsl,primary-cache-geometry = <32 1>; 295 fsl,secondary-cache-geometry = <128 2>; 300 fsl,primary-cache-geometry = <32 1>; 301 fsl,secondary-cache-geometry = <128 2>; 306 fsl,primary-cache-geometry = <32 1>; 307 fsl,secondary-cache-geometry = <128 2>;
|
H A D | p5020si-post.dtsi | 320 fsl,primary-cache-geometry = <32 1>; 321 fsl,secondary-cache-geometry = <128 2>; 326 fsl,primary-cache-geometry = <32 1>; 327 fsl,secondary-cache-geometry = <128 2>; 332 fsl,primary-cache-geometry = <32 1>; 333 fsl,secondary-cache-geometry = <128 2>; 338 fsl,primary-cache-geometry = <32 1>; 339 fsl,secondary-cache-geometry = <128 2>;
|
/openbmc/estoraged/ |
H A D | meson_options.txt | 1 …73709551615, value : 10, description : 'The min size allowed in bytes, used by the geometry check') 2 …615, value : 5368709120, description : 'the max size allowed in bytes, used by the geometry check')
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio_blk.h | 15 #define VIRTIO_BLK_F_GEOMETRY 4 /* Legacy geometry available */ 42 /* geometry of the device (if VIRTIO_BLK_F_GEOMETRY) */ 47 } geometry; member
|
/openbmc/linux/drivers/scsi/ |
H A D | scsicam.c | 55 * Determine the BIOS mapping/geometry used to create the partition 172 * accommodated. This algorithm does not use physical geometry. 207 * scsicam_bios_param - Determine geometry of a disk in cylinders/heads/sectors. 212 * Description : determine the BIOS mapping/geometry used for a drive in a 237 * If something went wrong, then apparently we have to return a geometry in scsicam_bios_param()
|