Searched refs:sc_cmd_seg (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | psp.c | 50 bus_dma_segment_t sc_cmd_seg; member 153 error = bus_dmamem_alloc(sc->sc_dmat, size, 0, 0, &sc->sc_cmd_seg, 1, in psp_attach() 158 error = bus_dmamem_map(sc->sc_dmat, &sc->sc_cmd_seg, nsegs, size, in psp_attach() 191 bus_dmamem_free(sc->sc_dmat, &sc->sc_cmd_seg, nsegs); in psp_attach()
|