Searched refs:xe_reg_mcr (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_gt_mcr.h | 20 u32 xe_gt_mcr_unicast_read(struct xe_gt *gt, struct xe_reg_mcr mcr_reg, 22 u32 xe_gt_mcr_unicast_read_any(struct xe_gt *gt, struct xe_reg_mcr mcr_reg); 24 void xe_gt_mcr_unicast_write(struct xe_gt *gt, struct xe_reg_mcr mcr_reg, 26 void xe_gt_mcr_multicast_write(struct xe_gt *gt, struct xe_reg_mcr mcr_reg, 30 struct xe_reg_mcr reg_mcr,
|
| H A D | xe_gt_mcr.c | 51 static inline struct xe_reg to_xe_reg(struct xe_reg_mcr reg_mcr) in to_xe_reg() 560 struct xe_reg_mcr reg_mcr, in xe_gt_mcr_get_nonterminated_steering() 637 static u32 rw_with_mcr_steering(struct xe_gt *gt, struct xe_reg_mcr reg_mcr, in rw_with_mcr_steering() 705 u32 xe_gt_mcr_unicast_read_any(struct xe_gt *gt, struct xe_reg_mcr reg_mcr) in xe_gt_mcr_unicast_read_any() 740 struct xe_reg_mcr reg_mcr, in xe_gt_mcr_unicast_read() 765 void xe_gt_mcr_unicast_write(struct xe_gt *gt, struct xe_reg_mcr reg_mcr, in xe_gt_mcr_unicast_write() 783 void xe_gt_mcr_multicast_write(struct xe_gt *gt, struct xe_reg_mcr reg_mcr, in xe_gt_mcr_multicast_write()
|
| H A D | xe_reg_sr.c | 124 static struct xe_reg_mcr to_xe_reg_mcr(const struct xe_reg reg) in to_xe_reg_mcr() 126 return (const struct xe_reg_mcr){.__reg.raw = reg.raw }; in to_xe_reg_mcr() 132 struct xe_reg_mcr reg_mcr = to_xe_reg_mcr(reg); in apply_one_mmio()
|
| H A D | xe_gt.c | 183 static struct xe_reg_mcr to_xe_reg_mcr(const struct xe_reg reg) in to_xe_reg_mcr() 185 return (const struct xe_reg_mcr){.__reg.raw = reg.raw }; in to_xe_reg_mcr() 219 struct xe_reg_mcr reg_mcr = to_xe_reg_mcr(reg); in emit_wa_job()
|
| H A D | xe_pat.c | 176 struct xe_reg_mcr reg_mcr = XE_REG_MCR(_PAT_INDEX(i)); in program_pat_mcr()
|
| H A D | xe_guc_ads.c | 729 struct xe_reg_mcr mcr_reg = XE_REG_MCR(reg.addr); in guc_mmio_regset_write_one()
|
| H A D | xe_guc_capture.c | 338 struct xe_reg_mcr reg;
|
| /linux-6.15/drivers/gpu/drm/xe/regs/ |
| H A D | xe_reg_defs.h | 70 struct xe_reg_mcr { struct 128 #define XE_REG_MCR(r_, ...) ((const struct xe_reg_mcr){ \
|