Lines Matching refs:OUTB
171 #define OUTB(val,port) outb_p(val,port) macro
174 #define PROMPT OUTB(OBOE_PROMPT_BIT,OBOE_PROMPT);
305 OUTB (0x0, OBOE_IER); in toshoboe_stopchip()
307 OUTB (CONFIG0H_DMA_OFF, OBOE_CONFIG0H); in toshoboe_stopchip()
309 OUTB (0x00, OBOE_ENABLEH); in toshoboe_stopchip()
311 OUTB (0x3f, OBOE_RING_BASE2); in toshoboe_stopchip()
312 OUTB (0xff, OBOE_RING_BASE1); in toshoboe_stopchip()
313 OUTB (0xff, OBOE_RING_BASE0); in toshoboe_stopchip()
315 OUTB (RX_LEN >> 8, OBOE_MAXLENH); in toshoboe_stopchip()
316 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); in toshoboe_stopchip()
319 OUTB (0xff, OBOE_ISR); in toshoboe_stopchip()
322 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_stopchip()
325 OUTB (OBOE_CONFIG1_OFF, OBOE_CONFIG1); in toshoboe_stopchip()
334 OUTB (0x0, OBOE_ENABLEH); in toshoboe_start_DMA()
335 OUTB (CONFIG0H_DMA_ON | opts, OBOE_CONFIG0H); in toshoboe_start_DMA()
336 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_start_DMA()
405 OUTB (RX_LEN >> 8, OBOE_MAXLENH); in toshoboe_setbaud()
406 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); in toshoboe_setbaud()
425 OUTB (0x01, OBOE_MAXLENH); in toshoboe_setbaud()
426 OUTB (0x01, OBOE_MAXLENL); in toshoboe_setbaud()
427 OUTB (0x00, OBOE_MAXLENH); in toshoboe_setbaud()
433 OUTB (RX_LEN >> 8, OBOE_MAXLENH); in toshoboe_setbaud()
434 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); in toshoboe_setbaud()
462 OUTB (pconfig & 0xff, OBOE_NEW_PCONFIGL); in toshoboe_setbaud()
463 OUTB (config0l, OBOE_CONFIG0L); in toshoboe_setbaud()
466 OUTB (0x0, OBOE_ENABLEH); in toshoboe_setbaud()
467 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_setbaud()
508 OUTB (0x0, OBOE_ENABLEH); in toshoboe_resetptrs()
510 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_resetptrs()
527 OUTB (0x0, OBOE_ENABLEH); in toshoboe_initptrs()
528 OUTB (CONFIG0H_DMA_ON, OBOE_CONFIG0H); in toshoboe_initptrs()
529 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_initptrs()
550 OUTB (0, OBOE_ENABLEH); in toshoboe_startchip()
553 OUTB (RING_SIZE, OBOE_RING_SIZE); in toshoboe_startchip()
556 OUTB (0xff, OBOE_ISR); in toshoboe_startchip()
559 OUTB (OBOE_INT_TXDONE | OBOE_INT_RXDONE | in toshoboe_startchip()
563 OUTB (0xff, OBOE_ISR); in toshoboe_startchip()
566 OUTB (RX_LEN >> 8, OBOE_MAXLENH); in toshoboe_startchip()
567 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); in toshoboe_startchip()
570 OUTB (CONFIG0H_DMA_OFF, OBOE_CONFIG0H); in toshoboe_startchip()
579 OUTB ((physaddr >> 10) & 0xff, OBOE_RING_BASE0); in toshoboe_startchip()
580 OUTB ((physaddr >> 18) & 0xff, OBOE_RING_BASE1); in toshoboe_startchip()
581 OUTB ((physaddr >> 26) & 0x3f, OBOE_RING_BASE2); in toshoboe_startchip()
584 OUTB (CONFIG0H_DMA_ON, OBOE_CONFIG0H); in toshoboe_startchip()
587 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_startchip()
702 OUTB (irqstat, OBOE_ISR); in toshoboe_probeinterrupt()
1062 OUTB (0x0, OBOE_ENABLEH); in toshoboe_hard_xmit()
1148 OUTB (irqstat, OBOE_ISR); in toshoboe_interrupt()