Lines Matching refs:OUTB

379 	OUTB(sc, 0, OBOE_RST);  in oboe_write()
380 OUTB(sc, 0x1e, OBOE_REG_11); in oboe_write()
388 OUTB(sc, 0x80, OBOE_RST); in oboe_write()
389 OUTB(sc, 1, OBOE_REG_9); in oboe_write()
519 OUTB(sc, 0x00, OBOE_RST); in oboe_reset()
520 OUTB(sc, 0x80, OBOE_RST); in oboe_reset()
536 OUTB(sc, irqstat, OBOE_ISR); in oboe_intr()
654 OUTB(sc, 0, OBOE_LOCK); in oboe_startchip()
655 OUTB(sc, 0, OBOE_RST); in oboe_startchip()
656 OUTB(sc, OBOE_NTR_VAL, OBOE_NTR); in oboe_startchip()
657 OUTB(sc, 0xf0, OBOE_REG_D); in oboe_startchip()
658 OUTB(sc, 0xff, OBOE_ISR); in oboe_startchip()
659 OUTB(sc, 0x0f, OBOE_REG_1A); in oboe_startchip()
660 OUTB(sc, 0xff, OBOE_REG_1B); in oboe_startchip()
664 OUTB(sc, (physaddr >> 0x0a) & 0xff, OBOE_TFP0); in oboe_startchip()
665 OUTB(sc, (physaddr >> 0x12) & 0xff, OBOE_TFP1); in oboe_startchip()
666 OUTB(sc, (physaddr >> 0x1a) & 0x3f, OBOE_TFP2); in oboe_startchip()
668 OUTB(sc, 0x0e, OBOE_REG_11); in oboe_startchip()
669 OUTB(sc, 0x80, OBOE_RST); in oboe_startchip()
684 OUTB(sc, 0x0e, OBOE_REG_11); in oboe_stopchip()
685 OUTB(sc, 0x00, OBOE_RST); in oboe_stopchip()
686 OUTB(sc, 0x3f, OBOE_TFP2); /* Write the taskfile address */ in oboe_stopchip()
687 OUTB(sc, 0xff, OBOE_TFP1); in oboe_stopchip()
688 OUTB(sc, 0xff, OBOE_TFP0); in oboe_stopchip()
689 OUTB(sc, 0x0f, OBOE_REG_1B); in oboe_stopchip()
690 OUTB(sc, 0xff, OBOE_REG_1A); in oboe_stopchip()
691 OUTB(sc, 0x00, OBOE_ISR); /* XXX: should i do this to disable ints? */ in oboe_stopchip()
692 OUTB(sc, 0x80, OBOE_RST); in oboe_stopchip()
693 OUTB(sc, 0x0e, OBOE_LOCK); in oboe_stopchip()
698 OUTB(sc, OBOE_PMDL_##type, OBOE_PMDL); \
699 OUTB(sc, OBOE_SMDL_##type, OBOE_SMDL); \
700 OUTB(sc, divisor, OBOE_UDIV); \
727 OUTB(sc, 0x00, OBOE_RST); in oboe_setbaud()
728 OUTB(sc, 0x80, OBOE_RST); in oboe_setbaud()
729 OUTB(sc, 0x01, OBOE_REG_9); in oboe_setbaud()