Searched refs:harmony_empty (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/arch/hppa/gsc/ |
| H A D | harmony.c | 244 if (bus_dmamem_alloc(sc->sc_dmat, sizeof(struct harmony_empty), in harmony_attach() 252 sizeof(struct harmony_empty), (void **)&sc->sc_empty_kva, in harmony_attach() 260 if (bus_dmamap_create(sc->sc_dmat, sizeof(struct harmony_empty), 1, in harmony_attach() 261 sizeof(struct harmony_empty), 0, BUS_DMA_WAITOK, in harmony_attach() 265 sizeof(struct harmony_empty)); in harmony_attach() 272 sizeof(struct harmony_empty), NULL, BUS_DMA_WAITOK) != 0) { in harmony_attach() 276 sizeof(struct harmony_empty)); in harmony_attach() 287 offsetof(struct harmony_empty, playback[i][0]); in harmony_attach() 293 offsetof(struct harmony_empty, capture[i][0]); in harmony_attach() 296 offsetof(struct harmony_empty, playback[0][0]), in harmony_attach() [all …]
|
| H A D | harmonyvar.h | 57 struct harmony_empty { struct 99 struct harmony_empty *sc_empty_kva;
|