Home
last modified time | relevance | path

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

/freebsd/sys/x86/isa/
H A Disa_dma.c224 int waport; in isa_dmastart() local
301 waport = DMA1_CHN(chan); in isa_dmastart()
302 outb(waport, phys); in isa_dmastart()
303 outb(waport, phys>>8); in isa_dmastart()
307 outb(waport + 1, --nbytes); in isa_dmastart()
308 outb(waport + 1, nbytes>>8); in isa_dmastart()
334 waport = DMA2_CHN(chan - 4); in isa_dmastart()
335 outb(waport, phys>>1); in isa_dmastart()
336 outb(waport, phys>>9); in isa_dmastart()
341 outb(waport + 2, --nbytes); in isa_dmastart()
[all …]