Searched refs:dtbl (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | ich.c | 170 struct ich_desc *dtbl; member 192 struct ich_desc *dtbl; member 315 ch->dtbl[i].buffer = base + (ch->blksz * (i % ch->blkcnt)); in ich_filldtbl() 316 ch->dtbl[i].length = ICH_BDC_IOC in ich_filldtbl() 382 ch->dtbl = sc->dtbl + (ch->num * ICH_DTBL_LENGTH); in ichchan_init() 1060 if (bus_dmamem_alloc(sc->dmat, (void **)&sc->dtbl, BUS_DMA_NOWAIT | in ich_pci_attach() 1065 if (bus_dmamap_load(sc->dmat, sc->dtmap, sc->dtbl, sc->dtbl_size, in ich_pci_attach() 1108 if (sc->dtbl) in ich_pci_attach() 1109 bus_dmamem_free(sc->dmat, sc->dtbl, sc->dtmap); in ich_pci_attach() 1136 bus_dmamem_free(sc->dmat, sc->dtbl, sc->dtmap); in ich_pci_detach()
|