Searched refs:dmapageport (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/ia64/isa/
H A Disa_dma.c71 static int dmapageport[8] = { 0x87, 0x83, 0x81, 0x82, 0x8f, 0x8b, 0x89, 0x8a }; variable
262 outb(dmapageport[chan], phys>>16);
295 outb(dmapageport[chan], phys>>16);
/freebsd-10.0-release/sys/x86/isa/
H A Disa_dma.c80 static int dmapageport[8] = { 0x87, 0x83, 0x81, 0x82, 0x8f, 0x8b, 0x89, 0x8a }; variable
316 outb(dmapageport[chan], phys>>16);
349 outb(dmapageport[chan], phys>>16);
/freebsd-10.0-release/sys/pc98/cbus/
H A Dcbus_dma.c81 static int dmapageport[4] = { 0x27, 0x21, 0x23, 0x25 }; variable
272 outb(dmapageport[chan], phys>>16);
/freebsd-10.0-release/sys/dev/ct/
H A Dbshw_machdep.c508 static bus_addr_t dmapageport[4] = { 0x27, 0x21, 0x23, 0x25 }; variable
551 bshw_dma_write_1(chp, dmapageport[chan], ((u_int) phys) >> 16);

Completed in 66 milliseconds