Lines Matching defs:eventid
205 gits_command_mapti(struct gicv3_its *its, uint32_t deviceid, uint32_t eventid, uint32_t pintid, uint16_t icid)
215 cmd.dw[1] = eventid | ((uint64_t)pintid << 32);
218 DPRINTF(("ITS #%u: MAPTI deviceid 0x%x eventid 0x%x pintid 0x%x icid 0x%x\n",
219 its->its_id, deviceid, eventid, pintid, icid));
225 gits_command_movi(struct gicv3_its *its, uint32_t deviceid, uint32_t eventid, uint16_t icid)
235 cmd.dw[1] = eventid;
238 DPRINTF(("ITS #%u: MOVI deviceid 0x%x eventid 0x%x icid 0x%x\n",
239 its->its_id, deviceid, eventid, icid));
245 gits_command_inv(struct gicv3_its *its, uint32_t deviceid, uint32_t eventid)
255 cmd.dw[1] = eventid;
257 DPRINTF(("ITS #%u: INV deviceid 0x%x eventid 0x%x\n",
258 its->its_id, deviceid, eventid));
304 gits_command_int(struct gicv3_its *its, uint32_t deviceid, uint32_t eventid)
309 * Translate the deviceid and eventid into an icid and pintid through
316 cmd.dw[1] = eventid;
318 DPRINTF(("ITS #%u: INT deviceid 0x%x eventid 0x%x\n",
319 its->its_id, deviceid, eventid));