Home
last modified time | relevance | path

Searched full:geometry (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/kernel/linux/linux-6.6/Documentation/fb/
Dviafb.modes30 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 …]
/kernel/linux/linux-5.10/Documentation/fb/
Dviafb.modes30 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 …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/
Dpamu.txt57 - 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 …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/powerpc/fsl/
Dpamu.txt57 - 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 …]
/kernel/linux/linux-5.10/drivers/iommu/
Dfsl_pamu_domain.c63 geom = &dma_domain->iommu_domain.geometry; in get_phys_addr()
66 pr_debug("Number of windows/geometry not configured for the domain\n"); in get_phys_addr()
121 phys_addr_t wnd_addr = dma_domain->iommu_domain.geometry.aperture_start; in map_win()
170 wnd_addr = dma_domain->iommu_domain.geometry.aperture_start; in update_liodn()
217 /* Set the geometry parameters for a LIODN */
230 * Configure the omi_index at the geometry setup time. in pamu_set_liodn()
384 if (iova < domain->geometry.aperture_start || in fsl_pamu_iova_to_phys()
385 iova > domain->geometry.aperture_end) in fsl_pamu_iova_to_phys()
421 /* defaul geometry 64 GB i.e. maximum system address */ in fsl_pamu_domain_alloc()
422 dma_domain->iommu_domain. geometry.aperture_start = 0; in fsl_pamu_domain_alloc()
[all …]
Dfsl_pamu_domain.h21 * Indicates the geometry size for the domain.
22 * This would be set when the geometry is
33 * Value can only be set once the geometry has been configured.
47 * within the configured geometry.
51 * PAACT table. Domain geometry should be set and
Ds390-iommu.c114 domain->geometry.aperture_start = zdev->start_dma; in s390_iommu_attach_device()
115 domain->geometry.aperture_end = zdev->end_dma; in s390_iommu_attach_device()
116 domain->geometry.force_aperture = true; in s390_iommu_attach_device()
118 } else if (domain->geometry.aperture_start != zdev->start_dma || in s390_iommu_attach_device()
119 domain->geometry.aperture_end != zdev->end_dma) { in s390_iommu_attach_device()
210 if (dma_addr < s390_domain->domain.geometry.aperture_start || in s390_iommu_update_trans()
211 dma_addr + size > s390_domain->domain.geometry.aperture_end) in s390_iommu_update_trans()
283 if (iova < domain->geometry.aperture_start || in s390_iommu_iova_to_phys()
284 iova > domain->geometry.aperture_end) in s390_iommu_iova_to_phys()
/kernel/linux/linux-6.6/drivers/iommu/
Ds390-iommu.c58 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 …]
Dsprd-iommu.c132 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 …]
Dfsl_pamu_domain.c77 /* 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()
/kernel/linux/linux-6.6/include/linux/
Dbtree.h41 /* 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
/kernel/linux/linux-5.10/include/linux/
Dbtree.h41 /* 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
/kernel/linux/linux-5.10/Documentation/scsi/
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
/kernel/linux/linux-6.6/Documentation/scsi/
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
/kernel/linux/linux-6.6/arch/powerpc/boot/dts/fsl/
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>;
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>;
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>;
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>;
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>;
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/
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>;
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>;
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>;
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>;
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>;
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-ufs292 of the UFS geometry descriptor parameters. The full
303 geometry descriptor parameters. The full information about
312 geometry descriptor parameters. The full information about
321 the UFS geometry descriptor parameters. The full information
330 is one of the UFS geometry descriptor parameters. The full
340 of the UFS geometry descriptor parameters. The full
350 of the UFS geometry descriptor parameters. The full
360 is one of the UFS geometry descriptor parameters. The full
370 is one of the UFS geometry descriptor parameters. The full
380 in Security Protocol In/Out. This is one of the UFS geometry
[all …]

12345678910>>...18