HomeSort by: relevance | last modified time | path
    Searched defs:io_data (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/dev/
fd.c 146 uint8_t *io_data; /* KVA for data transfer */ member in struct:fd_softc
692 sc->io_data = bp->b_data; /* KVA base for I/O */
917 phys_addr = (paddr_t)kvtop(sc->io_data);
924 memcpy(sc->bounceb, sc->io_data, SECTOR_SIZE);
930 printf("fd_xfer:Start io (io_addr:%lx)\n", (u_long)kvtop(sc->io_data));
1025 memcpy(sc->io_data, sc->bounceb, SECTOR_SIZE);
1029 sc->io_data += SECTOR_SIZE;
fd.c 146 uint8_t *io_data; /* KVA for data transfer */ member in struct:fd_softc
692 sc->io_data = bp->b_data; /* KVA base for I/O */
917 phys_addr = (paddr_t)kvtop(sc->io_data);
924 memcpy(sc->bounceb, sc->io_data, SECTOR_SIZE);
930 printf("fd_xfer:Start io (io_addr:%lx)\n", (u_long)kvtop(sc->io_data));
1025 memcpy(sc->io_data, sc->bounceb, SECTOR_SIZE);
1029 sc->io_data += SECTOR_SIZE;

Completed in 24 milliseconds