Searched refs:rogue_fwif_cccb_ctl (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_rogue_fwif_shared_check.h | 28 OFFSET_CHECK(struct rogue_fwif_cccb_ctl, write_offset, 0); 29 OFFSET_CHECK(struct rogue_fwif_cccb_ctl, read_offset, 4); 30 OFFSET_CHECK(struct rogue_fwif_cccb_ctl, dep_offset, 8); 31 OFFSET_CHECK(struct rogue_fwif_cccb_ctl, wrap_mask, 12); 32 OFFSET_CHECK(struct rogue_fwif_cccb_ctl, read_offset2, 16); 33 OFFSET_CHECK(struct rogue_fwif_cccb_ctl, read_offset3, 20); 34 OFFSET_CHECK(struct rogue_fwif_cccb_ctl, read_offset4, 24); 35 SIZE_CHECK(struct rogue_fwif_cccb_ctl, 32);
|
H A D | pvr_cccb.c | 25 struct rogue_fwif_cccb_ctl *ctrl = cpu_ptr; in cccb_ctrl_init() 110 struct rogue_fwif_cccb_ctl *ctrl = pvr_cccb->ctrl; in pvr_cccb_cmdseq_fits() 158 struct rogue_fwif_cccb_ctl *ctrl = pvr_cccb->ctrl; in pvr_cccb_write_command_with_header()
|
H A D | pvr_cccb.h | 35 struct rogue_fwif_cccb_ctl *ctrl;
|
H A D | pvr_rogue_fwif_shared.h | 118 struct rogue_fwif_cccb_ctl { struct
|