Home
last modified time | relevance | path

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

/NextBSD/sys/x86/isa/
HDisa_dma.c80 static int dmapageport[8] = { 0x87, 0x83, 0x81, 0x82, 0x8f, 0x8b, 0x89, 0x8a }; variable
316 outb(dmapageport[chan], phys>>16); in isa_dmastart()
349 outb(dmapageport[chan], phys>>16); in isa_dmastart()
/NextBSD/sys/pc98/cbus/
HDcbus_dma.c81 static int dmapageport[4] = { 0x27, 0x21, 0x23, 0x25 }; variable
272 outb(dmapageport[chan], phys>>16); in isa_dmastart()
/NextBSD/sys/dev/ct/
HDbshw_machdep.c509 static bus_addr_t dmapageport[4] = { 0x27, 0x21, 0x23, 0x25 }; variable
552 bshw_dma_write_1(chp, dmapageport[chan], ((u_int) phys) >> 16); in bshw_dmastart()