Searched defs:DMA1_CHN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/pc98/cbus/
H A Dcbus_dmareg.h38 #define DMA1_CHN(c) (IO_DMA + (4*(c))) /* addr reg for channel c */ macro
/freebsd-11-stable/sys/isa/
H A Disa_dmareg.h39 #define DMA1_CHN(c) (IO_DMA1 + 1*(2*(c))) /* addr reg for channel c */ macro
/freebsd-11-stable/sys/dev/ct/
H A Dbshw_machdep.c501 #undef DMA1_CHN macro
502 #define DMA1_CHN(c) (0x01 + ((c) << 2)) macro

Completed in 147 milliseconds