Lines Matching defs:icid
158 gits_command_mapc(struct gicv3_its *its, uint16_t icid, uint64_t rdbase, bool v)
169 cmd.dw[2] = icid;
175 DPRINTF(("ITS #%u: MAPC icid 0x%x rdbase 0x%lx valid %u\n",
176 its->its_id, icid, rdbase, v));
205 gits_command_mapti(struct gicv3_its *its, uint32_t deviceid, uint32_t eventid, uint32_t pintid, uint16_t icid)
216 cmd.dw[2] = icid;
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)
236 cmd.dw[2] = icid;
238 DPRINTF(("ITS #%u: MOVI deviceid 0x%x eventid 0x%x icid 0x%x\n",
239 its->its_id, deviceid, eventid, icid));
264 gits_command_invall(struct gicv3_its *its, uint16_t icid)
274 cmd.dw[2] = icid;
276 DPRINTF(("ITS #%u: INVALL icid 0x%x\n", its->its_id, icid));
309 * Translate the deviceid and eventid into an icid and pintid through