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

  /src/sys/dev/audio/
audiodef.h 259 audio_ring_t hwbuf; /* HW I/O buf */ member in struct:audio_trackmixer
audio.c 2335 audio_ring_t *hwbuf; local in function:audio_open
2521 hwbuf = &sc->sc_pmixer->hwbuf;
2525 hwbuf->mem,
2526 hwbuf->capacity *
2527 hwbuf->fmt.channels * hwbuf->fmt.stride / NBBY);
2540 hwbuf = &sc->sc_rmixer->hwbuf;
2544 hwbuf->mem
    [all...]
  /src/sys/arch/arm/xscale/
ixp425_if_npe.c 92 struct npehwbuf *hwbuf; /* NPE h/w buffers */ member in struct:npedma
418 void *hwbuf; local in function:npe_dma_setup
437 error = bus_dmamem_map(sc->sc_dt, &seg, 1, size, &hwbuf,
447 dma->hwbuf = (void *)hwbuf;
456 dma->hwbuf = NULL;
457 bus_dmamem_unmap(sc->sc_dt, hwbuf, size);
461 error = bus_dmamap_load(sc->sc_dt, dma->buf_map, hwbuf, size, NULL,
475 struct npehwbuf *hw = &dma->hwbuf[i];
479 ((uintptr_t)hw - (uintptr_t)dma->hwbuf);
    [all...]

Completed in 14 milliseconds