| 1581 | } |
| 1582 | |
| 1583 | static inline uint64_t |
| 1584 | its_cmd_cwriter_offset(struct gicv3_its_softc *sc, struct its_cmd *cmd) |
| 1585 | { |
| 1586 | uint64_t off; |
| 1587 | |
| 1588 | off = (cmd - sc->sc_its_cmd_base) * sizeof(*cmd); |
| 1589 | |
| 1590 | return (off); |
| 1591 | } |
| 1592 | |
| 1593 | static void |
| 1594 | its_cmd_wait_completion(device_t dev, struct its_cmd *cmd_first, |
no outgoing calls
no test coverage detected