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

/freebsd-10.3-release/sys/ia64/isa/
H A Disa_dma.c219 int waport; local
259 waport = DMA1_CHN(chan);
260 outb(waport, phys);
261 outb(waport, phys>>8);
265 outb(waport + 1, --nbytes);
266 outb(waport + 1, nbytes>>8);
292 waport = DMA2_CHN(chan - 4);
293 outb(waport, phys>>1);
294 outb(waport, phys>>9);
299 outb(waport
425 int ffport, waport; local
[all...]
/freebsd-10.3-release/sys/x86/isa/
H A Disa_dma.c236 int waport; local
313 waport = DMA1_CHN(chan);
314 outb(waport, phys);
315 outb(waport, phys>>8);
319 outb(waport + 1, --nbytes);
320 outb(waport + 1, nbytes>>8);
346 waport = DMA2_CHN(chan - 4);
347 outb(waport, phys>>1);
348 outb(waport, phys>>9);
353 outb(waport
461 int ffport, waport; local
[all...]
/freebsd-10.3-release/sys/pc98/cbus/
H A Dcbus_dma.c195 int waport; local
269 waport = DMA1_CHN(chan);
270 outb(waport, phys);
271 outb(waport, phys>>8);
275 outb(waport + 2, --nbytes);
276 outb(waport + 2, nbytes>>8);
395 int ffport, waport; local
413 waport = DMA1_CHN(chan) + 2;
417 low1 = inb(waport);
418 high1 = inb(waport);
[all...]
/freebsd-10.3-release/sys/dev/ct/
H A Dbshw_machdep.c526 bus_addr_t waport; local
548 waport = DMA1_CHN(chan);
549 bshw_dma_write_1(chp, waport, (u_int) phys);
550 bshw_dma_write_1(chp, waport, ((u_int) phys) >> 8);
554 bshw_dma_write_1(chp, waport + 2, --nbytes);
555 bshw_dma_write_1(chp, waport + 2, nbytes >> 8);

Completed in 117 milliseconds