Searched refs:dmap_cmd (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/sys/dev/ic/ |
| H A D | rtsx.c | 199 &sc->dmap_cmd) != 0) in rtsx_attach() 247 bus_dmamap_destroy(sc->dmat, sc->dmap_cmd); in rtsx_attach() 990 WRITE4(sc, RTSX_HCBAR, sc->dmap_cmd->dm_segs[0].ds_addr); in rtsx_hostcmd_send() 1305 error = bus_dmamap_load(sc->dmat, sc->dmap_cmd, cmdkvap, in rtsx_exec_command() 1310 bus_dmamap_sync(sc->dmat, sc->dmap_cmd, 0, RTSX_HOSTCMD_BUFSIZE, in rtsx_exec_command() 1312 bus_dmamap_sync(sc->dmat, sc->dmap_cmd, 0, RTSX_HOSTCMD_BUFSIZE, in rtsx_exec_command() 1322 bus_dmamap_sync(sc->dmat, sc->dmap_cmd, 0, RTSX_HOSTCMD_BUFSIZE, in rtsx_exec_command() 1324 bus_dmamap_sync(sc->dmat, sc->dmap_cmd, 0, RTSX_HOSTCMD_BUFSIZE, in rtsx_exec_command() 1354 bus_dmamap_unload(sc->dmat, sc->dmap_cmd); in rtsx_exec_command()
|
| H A D | rtsxvar.h | 34 bus_dmamap_t dmap_cmd; /* DMA map for command transfer */ member
|