Home
last modified time | relevance | path

Searched refs:ddl (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c24 * ddl: list of ddes
99 * Adds an (address, len) pair to the list of ddes (ddl) and updates
100 * the base dde. ddl[0] is the only dde in a direct dde which
101 * contains a single (addr,len) pair. For more pairs, ddl[0] becomes
104 * Addr=NULL, len=0 clears the ddl[0]. Returns the total number of
105 * bytes in ddl. Caller is responsible for allocting the array of
106 * nx_dde_t *ddl. If N addresses are required in the scatter-gather
107 * list, the ddl array must have N+1 entries minimum.
109 static inline uint32_t nx_append_dde(struct nx_dde_t *ddl, void *addr, in nx_append_dde() argument
116 clearp_dde(ddl); in nx_append_dde()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c24 * ddl: list of ddes
99 * Adds an (address, len) pair to the list of ddes (ddl) and updates
100 * the base dde. ddl[0] is the only dde in a direct dde which
101 * contains a single (addr,len) pair. For more pairs, ddl[0] becomes
104 * Addr=NULL, len=0 clears the ddl[0]. Returns the total number of
105 * bytes in ddl. Caller is responsible for allocting the array of
106 * nx_dde_t *ddl. If N addresses are required in the scatter-gather
107 * list, the ddl array must have N+1 entries minimum.
109 static inline uint32_t nx_append_dde(struct nx_dde_t *ddl, void *addr, in nx_append_dde() argument
116 clearp_dde(ddl); in nx_append_dde()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-common-powernv.c82 struct data_descriptor_entry *ddl, in setup_indirect_dde()
89 dde->address = cpu_to_be64(nx842_get_pa(ddl)); in setup_indirect_dde()
121 struct data_descriptor_entry *ddl, in setup_ddl()
156 ret = setup_direct_dde(&ddl[i], pa, len); in setup_ddl()
169 setup_indirect_dde(dde, ddl, i, total_len); in setup_ddl()
81 setup_indirect_dde(struct data_descriptor_entry *dde, struct data_descriptor_entry *ddl, unsigned int dde_count, unsigned int byte_count) setup_indirect_dde() argument
120 setup_ddl(struct data_descriptor_entry *dde, struct data_descriptor_entry *ddl, unsigned char *buf, unsigned int len, bool in) setup_ddl() argument
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-common-powernv.c82 struct data_descriptor_entry *ddl, in setup_indirect_dde()
89 dde->address = cpu_to_be64(nx842_get_pa(ddl)); in setup_indirect_dde()
121 struct data_descriptor_entry *ddl, in setup_ddl()
156 ret = setup_direct_dde(&ddl[i], pa, len); in setup_ddl()
169 setup_indirect_dde(dde, ddl, i, total_len); in setup_ddl()
81 setup_indirect_dde(struct data_descriptor_entry *dde, struct data_descriptor_entry *ddl, unsigned int dde_count, unsigned int byte_count) setup_indirect_dde() argument
120 setup_ddl(struct data_descriptor_entry *dde, struct data_descriptor_entry *ddl, unsigned char *buf, unsigned int len, bool in) setup_ddl() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_wm_types.h44 struct vlv_wm_ddl_values ddl[3]; member
H A Di9xx_wm.c752 (wm->ddl[pipe].plane[PLANE_CURSOR] << DDL_CURSOR_SHIFT) | in vlv_write_wm_values()
753 (wm->ddl[pipe].plane[PLANE_SPRITE1] << DDL_SPRITE_SHIFT(1)) | in vlv_write_wm_values()
754 (wm->ddl[pipe].plane[PLANE_SPRITE0] << DDL_SPRITE_SHIFT(0)) | in vlv_write_wm_values()
755 (wm->ddl[pipe].plane[PLANE_PRIMARY] << DDL_PLANE_SHIFT)); in vlv_write_wm_values()
1937 wm->ddl[pipe].plane[PLANE_PRIMARY] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm()
1938 wm->ddl[pipe].plane[PLANE_SPRITE0] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm()
1939 wm->ddl[pipe].plane[PLANE_SPRITE1] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm()
1940 wm->ddl[pipe].plane[PLANE_CURSOR] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm()
3546 wm->ddl[pipe].plane[PLANE_PRIMARY] = in vlv_read_wm_values()
3548 wm->ddl[pip in vlv_read_wm_values()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Dintel_pm.c1011 (wm->ddl[pipe].plane[PLANE_CURSOR] << DDL_CURSOR_SHIFT) | in vlv_write_wm_values()
1012 (wm->ddl[pipe].plane[PLANE_SPRITE1] << DDL_SPRITE_SHIFT(1)) | in vlv_write_wm_values()
1013 (wm->ddl[pipe].plane[PLANE_SPRITE0] << DDL_SPRITE_SHIFT(0)) | in vlv_write_wm_values()
1014 (wm->ddl[pipe].plane[PLANE_PRIMARY] << DDL_PLANE_SHIFT)); in vlv_write_wm_values()
2182 wm->ddl[pipe].plane[PLANE_PRIMARY] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm()
2183 wm->ddl[pipe].plane[PLANE_SPRITE0] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm()
2184 wm->ddl[pipe].plane[PLANE_SPRITE1] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm()
2185 wm->ddl[pipe].plane[PLANE_CURSOR] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm()
6374 wm->ddl[pipe].plane[PLANE_PRIMARY] = in vlv_read_wm_values()
6376 wm->ddl[pip in vlv_read_wm_values()
[all...]
H A Di915_drv.h757 struct vlv_wm_ddl_values ddl[3]; member

Completed in 22 milliseconds