Searched refs:timingreg (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/powerpc/powermac/
H A Data_macio.c186 uint32_t timingreg; local
233 timingreg = bus_read_4(sc->sc_mem, ATA_MACIO_TIMINGREG);
235 sc->udmaconf[0] = sc->udmaconf[1] = timingreg & 0x1ff00000;
236 sc->wdmaconf[0] = sc->wdmaconf[1] = timingreg & 0x001ffc00;
237 sc->pioconf[0] = sc->pioconf[1] = timingreg & 0x000003ff;
240 sc->wdmaconf[0] = sc->wdmaconf[1] = timingreg & 0xfffff800;
241 sc->pioconf[0] = sc->pioconf[1] = timingreg & 0x000007ff;

Completed in 50 milliseconds