| 100 | } |
| 101 | |
| 102 | static inline void |
| 103 | ccp_write_4(struct ccp_softc *sc, uint32_t offset, uint32_t value) |
| 104 | { |
| 105 | bus_space_write_4(sc->pci_bus_tag, sc->pci_bus_handle, offset, value); |
| 106 | } |
| 107 | |
| 108 | static inline uint32_t |
| 109 | ccp_read_queue_4(struct ccp_softc *sc, unsigned queue, uint32_t offset) |
no test coverage detected