| 155 | } |
| 156 | |
| 157 | static inline void |
| 158 | WR4(struct ti_sdhci_softc *sc, bus_size_t off, uint32_t val) |
| 159 | { |
| 160 | |
| 161 | bus_write_4(sc->mem_res, off + sc->sdhci_reg_off, val); |
| 162 | } |
| 163 | |
| 164 | static uint8_t |
| 165 | ti_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) |
no outgoing calls
no test coverage detected