Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/powerpc/powermac/
HDdbdma.c79 (void **)&channel->sc_slots, BUS_DMA_WAITOK | BUS_DMA_ZERO, in dbdma_allocate_channel()
83 channel->sc_slots, PAGE_SIZE, dbdma_phys_callback, channel, 0); in dbdma_allocate_channel()
109 bus_dmamem_free(chan->sc_dmatag, chan->sc_slots, chan->sc_dmamap); in dbdma_free_channel()
127 return (le16toh(chan->sc_slots[slot].resCount)); in dbdma_get_cmd_status()
134 chan->sc_slots[slot].resCount = 0; in dbdma_clear_cmd_status()
143 return (le16toh(chan->sc_slots[slot].xferStatus)); in dbdma_get_residuals()
312 chan->sc_slots[slot] = cmd; in dbdma_insert_command()
HDdbdmavar.h57 struct dbdma_command *sc_slots; member