Searched refs:harmony_empty (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/hppa/gsc/
H A Dharmonyvar.h57 struct harmony_empty { struct
99 struct harmony_empty *sc_empty_kva;
H A Dharmony.c244 if (bus_dmamem_alloc(sc->sc_dmat, sizeof(struct harmony_empty),
252 sizeof(struct harmony_empty), (void **)&sc->sc_empty_kva,
260 if (bus_dmamap_create(sc->sc_dmat, sizeof(struct harmony_empty), 1,
261 sizeof(struct harmony_empty), 0, BUS_DMA_WAITOK,
265 sizeof(struct harmony_empty));
272 sizeof(struct harmony_empty), NULL, BUS_DMA_WAITOK) != 0) {
276 sizeof(struct harmony_empty));
287 offsetof(struct harmony_empty, playback[i][0]);
293 offsetof(struct harmony_empty, capture[i][0]);
296 offsetof(struct harmony_empty, playbac
[all...]

Completed in 133 milliseconds