Home
last modified time | relevance | path

Searched refs:geometry (Results 1 – 25 of 74) sorted by relevance

123

/linux/Documentation/fb/
A Dviafb.modes30 geometry 640 480 640 480 32
201 geometry 800 600 800 600 32
223 geometry 800 600 800 600 32
245 geometry 800 600 800 600 32
267 geometry 800 600 800 600 32
289 geometry 800 600 800 600 32
311 geometry 848 480 848 480 32
333 geometry 856 480 856 480 32
358 geometry 1000 600 1000 600 32
361 geometry 1024 576 1024 576 32
[all …]
/linux/Documentation/devicetree/bindings/powerpc/fsl/
A Dpamu.txt57 - fsl,primary-cache-geometry
63 - fsl,secondary-cache-geometry
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>;
125 fsl,primary-cache-geometry = <32 1>;
126 fsl,secondary-cache-geometry = <128 2>;
[all …]
/linux/drivers/iommu/
A Dsprd-iommu.c130 return ((domain->geometry.aperture_end - in sprd_iommu_pgt_size()
131 domain->geometry.aperture_start + 1) >> in sprd_iommu_pgt_size()
148 dom->domain.geometry.aperture_start = 0; in sprd_iommu_domain_alloc()
149 dom->domain.geometry.aperture_end = SZ_256M - 1; in sprd_iommu_domain_alloc()
187 val = (dom->domain.geometry.aperture_end - in sprd_iommu_vpn_range()
284 unsigned long start = domain->geometry.aperture_start; in sprd_iommu_map()
285 unsigned long end = domain->geometry.aperture_end; in sprd_iommu_map()
317 unsigned long start = domain->geometry.aperture_start; in sprd_iommu_unmap()
318 unsigned long end = domain->geometry.aperture_end; in sprd_iommu_unmap()
359 unsigned long start = domain->geometry.aperture_start; in sprd_iommu_iova_to_phys()
[all …]
A Ds390-iommu.c121 domain->geometry.aperture_start = zdev->start_dma; in s390_iommu_attach_device()
122 domain->geometry.aperture_end = zdev->end_dma; in s390_iommu_attach_device()
123 domain->geometry.force_aperture = true; in s390_iommu_attach_device()
125 } else if (domain->geometry.aperture_start != zdev->start_dma || in s390_iommu_attach_device()
126 domain->geometry.aperture_end != zdev->end_dma) { in s390_iommu_attach_device()
218 if (dma_addr < s390_domain->domain.geometry.aperture_start || in s390_iommu_update_trans()
219 dma_addr + size > s390_domain->domain.geometry.aperture_end) in s390_iommu_update_trans()
291 if (iova < domain->geometry.aperture_start || in s390_iommu_iova_to_phys()
292 iova > domain->geometry.aperture_end) in s390_iommu_iova_to_phys()
A Dfsl_pamu_domain.c174 if (iova < domain->geometry.aperture_start || in fsl_pamu_iova_to_phys()
175 iova > domain->geometry.aperture_end) in fsl_pamu_iova_to_phys()
210 dma_domain->iommu_domain. geometry.aperture_start = 0; in fsl_pamu_domain_alloc()
211 dma_domain->iommu_domain.geometry.aperture_end = (1ULL << 36) - 1; in fsl_pamu_domain_alloc()
212 dma_domain->iommu_domain.geometry.force_aperture = true; in fsl_pamu_domain_alloc()
A Dtegra-gart.c153 domain->geometry.aperture_start = gart_handle->iovmm_base; in gart_iommu_domain_alloc()
154 domain->geometry.aperture_end = gart_handle->iovmm_end - 1; in gart_iommu_domain_alloc()
155 domain->geometry.force_aperture = true; in gart_iommu_domain_alloc()
A Dvirtio-iommu.c48 struct iommu_domain_geometry geometry; member
628 domain->geometry = viommu->geometry; in viommu_domain_finalise()
1048 viommu->geometry = (struct iommu_domain_geometry) { in viommu_probe()
1096 order_base_2(viommu->geometry.aperture_end)); in viommu_probe()
A Ddma-iommu.c371 if (domain->geometry.force_aperture) { in iommu_dma_init_domain()
372 if (base > domain->geometry.aperture_end || in iommu_dma_init_domain()
373 limit < domain->geometry.aperture_start) { in iommu_dma_init_domain()
379 domain->geometry.aperture_start >> order); in iommu_dma_init_domain()
456 if (domain->geometry.force_aperture) in iommu_dma_alloc_iova()
457 dma_limit = min(dma_limit, (u64)domain->geometry.aperture_end); in iommu_dma_alloc_iova()
/linux/arch/powerpc/boot/dts/fsl/
A Dp5040si-post.dtsi274 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>;
A Dp4080si-post.dtsi323 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>;
A Dp2041si-post.dtsi288 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>;
A Dp3041si-post.dtsi315 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>;
A Dp5020si-post.dtsi320 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>;
A Db4si-post.dtsi365 fsl,primary-cache-geometry = <8 1>;
366 fsl,secondary-cache-geometry = <32 2>;
372 fsl,primary-cache-geometry = <32 1>;
373 fsl,secondary-cache-geometry = <32 2>;
379 fsl,primary-cache-geometry = <32 1>;
380 fsl,secondary-cache-geometry = <32 2>;
386 fsl,primary-cache-geometry = <32 1>;
387 fsl,secondary-cache-geometry = <32 2>;
A Dt2081si-post.dtsi509 fsl,primary-cache-geometry = <32 1>;
510 fsl,secondary-cache-geometry = <128 2>;
515 fsl,primary-cache-geometry = <32 1>;
516 fsl,secondary-cache-geometry = <128 2>;
521 fsl,primary-cache-geometry = <32 1>;
522 fsl,secondary-cache-geometry = <128 2>;
/linux/Documentation/scsi/
A Daha152x.rst130 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
/linux/drivers/gpu/drm/rockchip/
A Drockchip_drm_drv.c79 struct iommu_domain_geometry *geometry; in rockchip_drm_init_iommu() local
89 geometry = &private->domain->geometry; in rockchip_drm_init_iommu()
90 start = geometry->aperture_start; in rockchip_drm_init_iommu()
91 end = geometry->aperture_end; in rockchip_drm_init_iommu()
/linux/drivers/staging/media/ipu3/
A Dipu3-mmu.c63 struct imgu_mmu_info geometry; member
68 return container_of(info, struct imgu_mmu, geometry); in to_imgu_mmu()
481 mmu->geometry.aperture_start = 0; in imgu_mmu_init()
482 mmu->geometry.aperture_end = DMA_BIT_MASK(IPU3_MMU_ADDRESS_BITS); in imgu_mmu_init()
484 return &mmu->geometry; in imgu_mmu_init()
/linux/drivers/gpu/host1x/
A Ddev.c254 struct iommu_domain_geometry *geometry; in host1x_iommu_attach() local
276 geometry = &host->domain->geometry; in host1x_iommu_attach()
277 start = geometry->aperture_start & host->info->dma_mask; in host1x_iommu_attach()
278 end = geometry->aperture_end & host->info->dma_mask; in host1x_iommu_attach()
/linux/Documentation/admin-guide/media/
A Dmeye.rst83 xawtv -c /dev/video0 -geometry 640x480
85 xawtv -c /dev/video0 -geometry 320x240
/linux/include/uapi/linux/
A Dvirtio_blk.h70 } geometry; member
/linux/Documentation/userspace-api/ioctl/
A Dhdio.rst19 HDIO_GETGEO get device geometry
54 get device geometry
89 Not particularly useful with modern disk drives, whose geometry
92 drive geometry is an abstraction which is actually subject
93 to change. Currently (as of Nov 2004), the geometry values
/linux/Documentation/ABI/testing/
A Dsysfs-driver-ufs321 of the UFS geometry descriptor parameters. The full
333 geometry descriptor parameters. The full information about
343 geometry descriptor parameters. The full information about
374 of the UFS geometry descriptor parameters. The full
385 of the UFS geometry descriptor parameters. The full
440 This is one of the UFS geometry descriptor parameters.
473 This is one of the UFS geometry descriptor parameters.
484 one of the UFS geometry descriptor parameters. The full
495 the UFS geometry descriptor parameters. The full
507 enhanced type 1-4). This is one of the UFS geometry
[all …]
/linux/Documentation/ide/
A Dide.rst83 For really weird situations, the apparent (fdisk) geometry can also be specified
96 The results of successful auto-probing may override the physical geometry/irq
97 specified, though the "original" geometry may be retained as the "logical"
98 geometry for partitioning purposes (fdisk).
/linux/drivers/md/
A Ddm-core.h102 struct hd_geometry geometry; member

Completed in 48 milliseconds

123