Lines Matching defs:sgd_table
97 struct atiixp_dma_op *sgd_table;
124 struct atiixp_dma_op *sgd_table;
476 ch->sgd_table = &sc->sgd_table[num * ATI_IXP_DMA_CHSEGS_MAX];
597 ch->sgd_table[i].addr = htole32(addr + (i * blksz));
598 ch->sgd_table[i].status = htole16(0);
599 ch->sgd_table[i].size = htole16(blksz >> 2);
600 ch->sgd_table[i].next = htole32((uint32_t)ch->sgd_addr +
1153 if (sc->sgd_table) {
1154 bus_dmamem_free(sc->sgd_dmat, sc->sgd_table, sc->sgd_dmamap);
1155 sc->sgd_table = NULL;
1283 if (bus_dmamem_alloc(sc->sgd_dmat, (void **)&sc->sgd_table,
1287 if (bus_dmamap_load(sc->sgd_dmat, sc->sgd_dmamap, sc->sgd_table,