Home
last modified time | relevance | path

Searched refs:sc_slots (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Ddbdma.c78 (void **)&channel->sc_slots, BUS_DMA_WAITOK | BUS_DMA_ZERO, in dbdma_allocate_channel()
82 channel->sc_slots, PAGE_SIZE, dbdma_phys_callback, channel, 0); in dbdma_allocate_channel()
108 bus_dmamem_free(chan->sc_dmatag, chan->sc_slots, chan->sc_dmamap); in dbdma_free_channel()
126 return (le16toh(chan->sc_slots[slot].resCount)); in dbdma_get_cmd_status()
133 chan->sc_slots[slot].resCount = 0; in dbdma_clear_cmd_status()
142 return (le16toh(chan->sc_slots[slot].xferStatus)); in dbdma_get_residuals()
311 chan->sc_slots[slot] = cmd; in dbdma_insert_command()
H A Ddbdmavar.h57 struct dbdma_command *sc_slots; member