Home
last modified time | relevance | path

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

12345678

/linux/Documentation/fb/
H A 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 …]
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A 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 …]
/linux/drivers/md/dm-vdo/indexer/
H A Dgeometry.h107 void uds_free_index_geometry(struct index_geometry *geometry);
109 u32 __must_check uds_map_to_physical_chapter(const struct index_geometry *geometry,
113 * Check whether this geometry is reduced by a chapter. This will only be true if the volume was
117 uds_is_reduced_index_geometry(const struct index_geometry *geometry) in uds_is_reduced_index_geometry() argument
119 return !!(geometry->chapters_per_volume & 1); in uds_is_reduced_index_geometry()
123 uds_is_sparse_index_geometry(const struct index_geometry *geometry) in uds_is_sparse_index_geometry() argument
125 return geometry->sparse_chapters_per_volume > 0; in uds_is_sparse_index_geometry()
128 bool __must_check uds_has_sparse_chapters(const struct index_geometry *geometry,
132 bool __must_check uds_is_chapter_sparse(const struct index_geometry *geometry,
137 u32 __must_check uds_chapters_to_expire(const struct index_geometry *geometry,
H A Dchapter-index.h12 #include "geometry.h"
25 const struct index_geometry *geometry; member
33 const struct index_geometry *geometry,
50 const struct index_geometry *geometry,
54 const struct index_geometry *geometry);
57 const struct index_geometry *geometry,
H A Dhash-utils.h11 #include "geometry.h"
47 const struct index_geometry *geometry) in uds_hash_to_chapter_delta_list() argument
49 return ((uds_extract_chapter_index_bytes(name) >> geometry->chapter_address_bits) & in uds_hash_to_chapter_delta_list()
50 ((1 << geometry->chapter_delta_list_bits) - 1)); in uds_hash_to_chapter_delta_list()
55 const struct index_geometry *geometry) in uds_hash_to_chapter_delta_address() argument
57 return uds_extract_chapter_index_bytes(name) & ((1 << geometry->chapter_address_bits) - 1); in uds_hash_to_chapter_delta_address()
H A Dindex-page-map.h9 #include "geometry.h"
19 const struct index_geometry *geometry; member
25 int __must_check uds_make_index_page_map(const struct index_geometry *geometry,
48 u64 uds_compute_index_page_map_save_size(const struct index_geometry *geometry);
H A Dsparse-cache.h9 #include "geometry.h"
29 int __must_check uds_make_sparse_cache(const struct index_geometry *geometry,
/linux/drivers/iommu/
H A Dsprd-iommu.c131 return ((domain->geometry.aperture_end - in sprd_iommu_pgt_size()
132 domain->geometry.aperture_start + 1) >> in sprd_iommu_pgt_size()
148 dom->domain.geometry.aperture_start = 0; in sprd_iommu_domain_alloc_paging()
149 dom->domain.geometry.aperture_end = SZ_256M - 1; in sprd_iommu_domain_alloc_paging()
150 dom->domain.geometry.force_aperture = true; in sprd_iommu_domain_alloc_paging()
166 val = dom->domain.geometry.aperture_start >> SPRD_IOMMU_PAGE_SHIFT; in sprd_iommu_first_vpn()
181 val = (dom->domain.geometry.aperture_end - in sprd_iommu_vpn_range()
182 dom->domain.geometry.aperture_start) >> SPRD_IOMMU_PAGE_SHIFT; in sprd_iommu_vpn_range()
297 unsigned long start = domain->geometry.aperture_start; in sprd_iommu_map()
298 unsigned long end = domain->geometry.aperture_end; in sprd_iommu_map()
[all …]
H A 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()
217 /* default geometry 64 GB i.e. maximum system address */ in fsl_pamu_domain_alloc()
218 dma_domain->iommu_domain. geometry.aperture_start = 0; in fsl_pamu_domain_alloc()
219 dma_domain->iommu_domain.geometry.aperture_end = (1ULL << 36) - 1; in fsl_pamu_domain_alloc()
220 dma_domain->iommu_domain.geometry.force_aperture = true; in fsl_pamu_domain_alloc()
H A Ds390-iommu.c561 s390_domain->domain.geometry.force_aperture = true; in s390_domain_alloc_paging()
562 s390_domain->domain.geometry.aperture_start = 0; in s390_domain_alloc_paging()
563 s390_domain->domain.geometry.aperture_end = max_tbl_size(s390_domain); in s390_domain_alloc_paging()
710 if (WARN_ON(domain->geometry.aperture_start > zdev->end_dma || in s390_iommu_attach_device()
711 domain->geometry.aperture_end < zdev->start_dma)) in s390_iommu_attach_device()
924 if (iova < s390_domain->domain.geometry.aperture_start || in s390_iommu_map_pages()
925 (iova + size - 1) > s390_domain->domain.geometry.aperture_end) in s390_iommu_map_pages()
998 if (iova < domain->geometry.aperture_start || in s390_iommu_iova_to_phys()
999 iova > domain->geometry.aperture_end) in s390_iommu_iova_to_phys()
1034 if (WARN_ON(iova < s390_domain->domain.geometry.aperture_start || in s390_iommu_unmap_pages()
[all …]
/linux/include/linux/
H A 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
/linux/Documentation/scsi/
H 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/arch/powerpc/boot/dts/fsl/
H 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>;
H 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>;
H 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>;
H 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>;
H 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>;
H 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>;
/linux/drivers/gpu/drm/imagination/
H A Dpvr_context.c173 pvr_queue_destroy(ctx->queues.geometry); in pvr_context_destroy_queues()
202 ctx->queues.geometry = pvr_queue_create(ctx, DRM_PVR_JOB_TYPE_GEOMETRY, in pvr_context_create_queues()
204 if (IS_ERR(ctx->queues.geometry)) { in pvr_context_create_queues()
205 err = PTR_ERR(ctx->queues.geometry); in pvr_context_create_queues()
206 ctx->queues.geometry = NULL; in pvr_context_create_queues()
260 pvr_queue_kill(ctx->queues.geometry); in pvr_context_kill_queues()
H A Dpvr_job.h46 * This field is only meaningful for geometry and fragment jobs.
52 * The geometry job should point to the fragment job it's paired with,
53 * and the fragment job should point to the geometry job it's paired with.
H A Dpvr_job.c345 /* The geometry job writes the HWRT region headers, which are in prepare_job_syncs()
601 /* Geometry and fragment jobs can be combined if they are queued to the in can_combine_jobs()
648 /* The fragment job will be submitted by the geometry queue. We in pvr_jobs_link_geom_frag()
665 /* The KCCB slot will be reserved by the geometry job, so we can in pvr_jobs_link_geom_frag()
674 /* The geometry job pvr_job structure is used when the fragment in pvr_jobs_link_geom_frag()
676 * job hold a reference on the geometry job to prevent it being in pvr_jobs_link_geom_frag()
681 /* Skip the fragment job we just paired to the geometry job. */ in pvr_jobs_link_geom_frag()
H A Dpvr_rogue_fwif_client.h46 * Flags supported by the geometry DM command i.e. &struct rogue_fwif_cmd_geom.
95 * Configuration registers which need to be loaded by the firmware before a geometry
133 * Represents a geometry command that can be used to tile a whole scene's objects as
153 * Holds the geometry/fragment fence value to allow the fragment partial render command
/linux/Documentation/networking/
H A Dskbuff.rst9 Basic sk_buff geometry
13 :doc: Basic sk_buff geometry
/linux/drivers/md/dm-vdo/
H A Dvdo.c266 result = vdo_allocate(VDO_BLOCK_SIZE, "encoded geometry block", in initialize_geometry_block()
468 result = vdo_initialize_volume_geometry(nonce, &uuid, &index_config, &vdo->geometry); in vdo_format()
470 *error_ptr = "Could not initialize volume geometry during format"; in vdo_format()
474 result = vdo_initialize_component_states(&vdo_config, &vdo->geometry, nonce, &vdo->states); in vdo_format()
477 /* 1 is counting geometry block */ in vdo_format()
479 vdo->geometry.regions[VDO_DATA_REGION].start_block + in vdo_format()
525 *reason = "Could not initialize geometry block"; in initialize_vdo()
538 *reason = "Could not load geometry block"; in initialize_vdo()
548 &vdo->geometry); in initialize_vdo()
550 *reason = "Could not parse geometry block"; in initialize_vdo()
[all …]
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c108 struct iommu_domain_geometry *geometry; in rockchip_drm_init_iommu() local
122 geometry = &private->domain->geometry; in rockchip_drm_init_iommu()
123 start = geometry->aperture_start; in rockchip_drm_init_iommu()
124 end = geometry->aperture_end; in rockchip_drm_init_iommu()

12345678