Home
last modified time | relevance | path

Searched refs:sc_odma (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/sound/macio/
H A Daoa.h40 struct resource *sc_odma; member
H A Ddavbus.c515 sc->aoa.sc_odma = bus_alloc_resource_any(self, SYS_RES_MEMORY, in davbus_attach()
517 if (sc->aoa.sc_odma == NULL) in davbus_attach()
H A Di2s.c215 sc->aoa.sc_odma = bus_alloc_resource_any(self, SYS_RES_MEMORY, &rid, in i2s_attach()
217 if (sc->aoa.sc_odma == NULL) in i2s_attach()
H A Daoa.c235 dma->reg = sc->sc_odma; in aoa_chan_init()