| 139 | } |
| 140 | |
| 141 | rt_inline rt_uint32_t its_readl(struct gicv3_its *its, int off) |
| 142 | { |
| 143 | return HWREG32(its->base + off); |
| 144 | } |
| 145 | |
| 146 | rt_inline void its_writel(struct gicv3_its *its, int off, rt_uint32_t value) |
| 147 | { |
no outgoing calls
no test coverage detected