Searched refs:num_dwords (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_klv_helpers.h | 16 void xe_guc_klv_print(const u32 *klvs, u32 num_dwords, struct drm_printer *p); 17 int xe_guc_klv_count(const u32 *klvs, u32 num_dwords);
|
| H A D | xe_sriov_packet.c | 410 u32 num_dwords = data->hdr.size / sizeof(u32); in xe_sriov_packet_process_descriptor() local 421 while (num_dwords >= GUC_KLV_LEN_MIN) { in xe_sriov_packet_process_descriptor() 426 num_dwords -= GUC_KLV_LEN_MIN; in xe_sriov_packet_process_descriptor() 428 if (len > num_dwords) { in xe_sriov_packet_process_descriptor() 461 num_dwords -= len; in xe_sriov_packet_process_descriptor()
|
| H A D | xe_guc.c | 582 static int __guc_opt_in_features_enable(struct xe_guc *guc, u64 addr, u32 num_dwords) in __guc_opt_in_features_enable() argument 588 num_dwords in __guc_opt_in_features_enable()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ring.c | 230 u32 *intel_ring_begin(struct i915_request *rq, unsigned int num_dwords) in intel_ring_begin() argument 234 const unsigned int bytes = num_dwords * sizeof(u32); in intel_ring_begin() 240 GEM_BUG_ON(num_dwords & 1); in intel_ring_begin()
|
| H A D | intel_ring.h | 18 u32 *intel_ring_begin(struct i915_request *rq, unsigned int num_dwords);
|
| /linux/drivers/mtd/spi-nor/ |
| H A D | sysfs.c | 60 size_t sfdp_size = sfdp->num_dwords * sizeof(*sfdp->dwords); in sfdp_read()
|
| H A D | sfdp.c | 1530 sfdp->num_dwords = DIV_ROUND_UP(sfdp_size, sizeof(*sfdp->dwords)); in spi_nor_parse_sfdp() 1531 sfdp->dwords = devm_kcalloc(dev, sfdp->num_dwords, in spi_nor_parse_sfdp()
|