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

/freebsd-11-stable/sys/x86/isa/
H A Disa_dma.c80 static int dmapageport[8] = { 0x87, 0x83, 0x81, 0x82, 0x8f, 0x8b, 0x89, 0x8a }; variable
313 outb(dmapageport[chan], phys>>16);
346 outb(dmapageport[chan], phys>>16);
/freebsd-11-stable/sys/pc98/cbus/
H A Dcbus_dma.c81 static int dmapageport[4] = { 0x27, 0x21, 0x23, 0x25 }; variable
272 outb(dmapageport[chan], phys>>16);
/freebsd-11-stable/sys/dev/ct/
H A Dbshw_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);

Completed in 165 milliseconds