Lines Matching refs:outb
138 #define sca_out(value, reg, card) outb(value, sca_reg(reg, card))
160 outb((psr & ~PSR_PAGEBITS) | page, card->io + N2_PSR); in openwin()
201 outb(mcr, io + N2_MCR); in n2_set_iface()
223 outb(mcr, io + N2_MCR); in n2_open()
225 outb(inb(io + N2_PCR) | PCR_ENWIN, io + N2_PCR); /* open window */ in n2_open()
226 outb(inb(io + N2_PSR) | PSR_DMAEN, io + N2_PSR); /* enable dma */ in n2_open()
242 outb(mcr, io + N2_MCR); in n2_close()
399 outb(0, io + N2_PCR); in n2_run()
400 outb(winbase >> 12, io + N2_BAR); in n2_run()
404 outb(WIN16K, io + N2_PSR); in n2_run()
408 outb(WIN32K, io + N2_PSR); in n2_run()
412 outb(WIN64K, io + N2_PSR); in n2_run()
422 outb(pcr, io + N2_PCR); in n2_run()
447 outb(pcr, io + N2_PCR); in n2_run()
448 outb(0, io + N2_MCR); in n2_run()