Searched refs:sc_listseg (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | mtd8xxvar.h | 142 bus_dma_segment_t sc_listseg[1]; member
|
H A D | xlreg.h | 609 bus_dma_segment_t sc_listseg[1]; member
|
H A D | mtd8xx.c | 98 PAGE_SIZE, 0, sc->sc_listseg, 1, &sc->sc_listnseg, in mtd_attach() 103 if (bus_dmamem_map(sc->sc_dmat, sc->sc_listseg, sc->sc_listnseg, in mtd_attach()
|
H A D | dcreg.h | 748 bus_dma_segment_t sc_listseg[1]; member
|
H A D | dc.c | 1634 PAGE_SIZE, 0, sc->sc_listseg, 1, &sc->sc_listnseg, in dc_attach() 1639 if (bus_dmamem_map(sc->sc_dmat, sc->sc_listseg, sc->sc_listnseg, in dc_attach() 3105 bus_dmamem_free(sc->sc_dmat, sc->sc_listseg, sc->sc_listnseg); in dc_detach()
|
H A D | xl.c | 2358 PAGE_SIZE, 0, sc->sc_listseg, 1, &sc->sc_listnseg, in xl_attach() 2363 if (bus_dmamem_map(sc->sc_dmat, sc->sc_listseg, sc->sc_listnseg, in xl_attach()
|
/openbsd/sys/dev/pci/ |
H A D | if_sisreg.h | 464 bus_dma_segment_t sc_listseg[1]; member
|
H A D | if_sis.c | 1130 PAGE_SIZE, 0, sc->sc_listseg, 1, &sc->sc_listnseg, in sis_attach() 1135 if (bus_dmamem_map(sc->sc_dmat, sc->sc_listseg, sc->sc_listnseg, in sis_attach()
|