| 299 | extern int dmar_batch_coalesce; |
| 300 | |
| 301 | static inline uint32_t |
| 302 | dmar_read4(const struct dmar_unit *unit, int reg) |
| 303 | { |
| 304 | |
| 305 | return (bus_read_4(unit->regs, reg)); |
| 306 | } |
| 307 | |
| 308 | static inline uint64_t |
| 309 | dmar_read8(const struct dmar_unit *unit, int reg) |
no outgoing calls
no test coverage detected