Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/powerpc/powermac/
Ddbdma.c81 (void **)&channel->sc_slots, BUS_DMA_WAITOK | BUS_DMA_ZERO, in dbdma_allocate_channel()
85 channel->sc_slots, PAGE_SIZE, dbdma_phys_callback, channel, 0); in dbdma_allocate_channel()
111 bus_dmamem_free(chan->sc_dmatag, chan->sc_slots, chan->sc_dmamap); in dbdma_free_channel()
129 return (le16toh(chan->sc_slots[slot].resCount)); in dbdma_get_cmd_status()
136 chan->sc_slots[slot].resCount = 0; in dbdma_clear_cmd_status()
145 return (le16toh(chan->sc_slots[slot].xferStatus)); in dbdma_get_residuals()
314 chan->sc_slots[slot] = cmd; in dbdma_insert_command()
Ddbdmavar.h59 struct dbdma_command *sc_slots; member