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

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

Completed in 81 milliseconds