Home
last modified time | relevance | path

Searched refs:dbdma_channel (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/include/
H A Ddbdma.h78 struct dbdma_channel;
79 typedef struct dbdma_channel dbdma_channel_t;
/freebsd/sys/powerpc/powermac/
H A Ddbdmavar.h53 struct dbdma_channel { struct
H A Ddbdma.c64 channel = *chan = malloc(sizeof(struct dbdma_channel), M_DBDMA, in dbdma_allocate_channel()