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

/freebsd-12-stable/sys/powerpc/powermac/
H A Data_dbdma.h49 int next_dma_slot; member in struct:ata_dbdma_channel
H A Data_dbdma.c76 prev_stop = sc->next_dma_slot-1;
82 if (sc->next_dma_slot == 0xff)
95 dbdma_insert_command(sc->dbdma, sc->next_dma_slot++,
100 sc->next_dma_slot = 0;
107 if (sc->next_dma_slot == 0xff) {
108 dbdma_insert_branch(sc->dbdma, sc->next_dma_slot, 0);
109 sc->next_dma_slot = 0;
113 dbdma_insert_command(sc->dbdma, sc->next_dma_slot++,
116 dbdma_insert_stop(sc->dbdma, sc->next_dma_slot++);
164 sc->next_dma_slot
[all...]

Completed in 58 milliseconds