ahd_inb 299 drivers/scsi/aic7xxx/aic79xx_core.c mode_ptr = ahd_inb(ahd, MODE_PTR); ahd_inb 351 drivers/scsi/aic7xxx/aic79xx_core.c return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0); ahd_inb 398 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, INTSTAT) & ~CMDCMPLT) == 0) ahd_inb 586 drivers/scsi/aic7xxx/aic79xx_core.c uint16_t r = ahd_inb(ahd, port+1) << 8; ahd_inb 587 drivers/scsi/aic7xxx/aic79xx_core.c return r | ahd_inb(ahd, port); ahd_inb 604 drivers/scsi/aic7xxx/aic79xx_core.c return ((ahd_inb(ahd, port)) ahd_inb 605 drivers/scsi/aic7xxx/aic79xx_core.c | (ahd_inb(ahd, port+1) << 8) ahd_inb 606 drivers/scsi/aic7xxx/aic79xx_core.c | (ahd_inb(ahd, port+2) << 16) ahd_inb 607 drivers/scsi/aic7xxx/aic79xx_core.c | (ahd_inb(ahd, port+3) << 24)); ahd_inb 622 drivers/scsi/aic7xxx/aic79xx_core.c return ((ahd_inb(ahd, port)) ahd_inb 623 drivers/scsi/aic7xxx/aic79xx_core.c | (ahd_inb(ahd, port+1) << 8) ahd_inb 624 drivers/scsi/aic7xxx/aic79xx_core.c | (ahd_inb(ahd, port+2) << 16) ahd_inb 625 drivers/scsi/aic7xxx/aic79xx_core.c | (ahd_inb(ahd, port+3) << 24) ahd_inb 626 drivers/scsi/aic7xxx/aic79xx_core.c | (((uint64_t)ahd_inb(ahd, port+4)) << 32) ahd_inb 627 drivers/scsi/aic7xxx/aic79xx_core.c | (((uint64_t)ahd_inb(ahd, port+5)) << 40) ahd_inb 628 drivers/scsi/aic7xxx/aic79xx_core.c | (((uint64_t)ahd_inb(ahd, port+6)) << 48) ahd_inb 629 drivers/scsi/aic7xxx/aic79xx_core.c | (((uint64_t)ahd_inb(ahd, port+7)) << 56)); ahd_inb 650 drivers/scsi/aic7xxx/aic79xx_core.c return (ahd_inb(ahd, SCBPTR) | (ahd_inb(ahd, SCBPTR + 1) << 8)); ahd_inb 680 drivers/scsi/aic7xxx/aic79xx_core.c return (ahd_inb(ahd, HESCB_QOFF)); ahd_inb 713 drivers/scsi/aic7xxx/aic79xx_core.c return (ahd_inb(ahd, SESCB_QOFF)); ahd_inb 729 drivers/scsi/aic7xxx/aic79xx_core.c return (ahd_inb(ahd, SDSCB_QOFF) | (ahd_inb(ahd, SDSCB_QOFF + 1) << 8)); ahd_inb 760 drivers/scsi/aic7xxx/aic79xx_core.c value = ahd_inb(ahd, offset); ahd_inb 762 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, MODE_PTR); ahd_inb 969 drivers/scsi/aic7xxx/aic79xx_core.c intstat = ahd_inb(ahd, INTSTAT); ahd_inb 992 drivers/scsi/aic7xxx/aic79xx_core.c if (ahd_inb(ahd, SEQINTCODE) != NO_SEQINT) ahd_inb 1055 drivers/scsi/aic7xxx/aic79xx_core.c packetized = ahd_inb(ahd, LQISTATE) != 0; ahd_inb 1058 drivers/scsi/aic7xxx/aic79xx_core.c packetized = ahd_inb(ahd, LQISTAT2) & PACKETIZED; ahd_inb 1070 drivers/scsi/aic7xxx/aic79xx_core.c active_fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO; ahd_inb 1130 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); ahd_inb 1148 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SCSISEQ_TEMPLATE) & (ENSELI|ENRSELI|ENAUTOATNP)); ahd_inb 1174 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, SG_STATE) & FETCH_INPROG) != 0) ahd_inb 1203 drivers/scsi/aic7xxx/aic79xx_core.c while ((ahd_inb(ahd, LQISTAT2) & LQIGSAVAIL) != 0) { ahd_inb 1295 drivers/scsi/aic7xxx/aic79xx_core.c while (((ccscbctl = ahd_inb(ahd, CCSCBCTL)) & (CCARREN|CCSCBEN)) != 0) { ahd_inb 1405 drivers/scsi/aic7xxx/aic79xx_core.c || ((ahd_inb(ahd, LONGJMP_ADDR+1) & INVALID_ADDR) != 0 ahd_inb 1406 drivers/scsi/aic7xxx/aic79xx_core.c && (ahd_inb(ahd, SEQINTSRC) & (CFG4DATA|SAVEPTRS)) == 0)) ahd_inb 1428 drivers/scsi/aic7xxx/aic79xx_core.c seqintsrc = ahd_inb(ahd, SEQINTSRC); ahd_inb 1479 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, LONGJMP_ADDR+1)&INVALID_ADDR) != 0) { ahd_inb 1492 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, SG_STATE) & FETCH_INPROG) != 0) ahd_inb 1500 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, DFCNTRL, ahd_inb(ahd, DFCNTRL) | FIFOFLUSH); ahd_inb 1509 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, SG_CACHE_SHADOW) & LAST_SEG) == 0) { ahd_inb 1517 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, SG_CACHE_SHADOW) & 0x80) != 0 ahd_inb 1521 drivers/scsi/aic7xxx/aic79xx_core.c sgptr |= ahd_inb(ahd, SG_CACHE_SHADOW) ahd_inb 1537 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SEQIMODE) | ENSAVEPTRS); ahd_inb 1542 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, DFCNTRL) & DIRECTION) != 0) ahd_inb 1544 drivers/scsi/aic7xxx/aic79xx_core.c } else if ((ahd_inb(ahd, SG_STATE) & LOADING_NEEDED) != 0) { ahd_inb 1555 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, SG_STATE) & FETCH_INPROG) != 0) { ahd_inb 1566 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, DFSTATUS) & PRELOAD_AVAIL) != 0 ahd_inb 1567 drivers/scsi/aic7xxx/aic79xx_core.c && (ahd_inb(ahd, DFCNTRL) & HDMAENACK) != 0) { ahd_inb 1613 drivers/scsi/aic7xxx/aic79xx_core.c dfcntrl = ahd_inb(ahd, DFCNTRL)|PRELOADEN|HDMAEN; ahd_inb 1624 drivers/scsi/aic7xxx/aic79xx_core.c } else if ((ahd_inb(ahd, SG_CACHE_SHADOW) & LAST_SEG_DONE) != 0) { ahd_inb 1633 drivers/scsi/aic7xxx/aic79xx_core.c } else if ((ahd_inb(ahd, DFSTATUS) & FIFOEMP) != 0) { ahd_inb 1706 drivers/scsi/aic7xxx/aic79xx_core.c error = ahd_inb(ahd, ERROR); ahd_inb 1780 drivers/scsi/aic7xxx/aic79xx_core.c seqintcode = ahd_inb(ahd, SEQINTCODE); ahd_inb 1822 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, LQISTAT2) & LQIPHASE_OUTPKT) != 0 ahd_inb 1823 drivers/scsi/aic7xxx/aic79xx_core.c && (ahd_inb(ahd, SCSISIGO) & ATNO) != 0) { ahd_inb 1890 drivers/scsi/aic7xxx/aic79xx_core.c bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; ahd_inb 2009 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, MODE_PTR)); ahd_inb 2046 drivers/scsi/aic7xxx/aic79xx_core.c ahd_name(ahd), ahd_inb(ahd, DFCNTRL), ahd_inb 2047 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SG_CACHE_SHADOW)); ahd_inb 2074 drivers/scsi/aic7xxx/aic79xx_core.c bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; ahd_inb 2124 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); ahd_inb 2128 drivers/scsi/aic7xxx/aic79xx_core.c ahd_name(ahd), 'A', ahd_inb(ahd, SELID) >> 4); ahd_inb 2131 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SAVED_SCSIID), ahd_inb(ahd, SAVED_LUN), ahd_inb 2132 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inw(ahd, REG0), ahd_inb(ahd, ACCUM)); ahd_inb 2135 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SEQ_FLAGS), ahd_get_scbptr(ahd), ahd_inb 2137 drivers/scsi/aic7xxx/aic79xx_core.c BUILD_TCL(ahd_inb(ahd, SAVED_SCSIID), ahd_inb 2138 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SAVED_LUN))), ahd_inb 2142 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SELID), ahd_inb_scbram(ahd, SCB_SCSIID), ahd_inb 2146 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SCSIBUS), ahd_inb(ahd, SCSISIGI)); ahd_inb 2147 drivers/scsi/aic7xxx/aic79xx_core.c printk("SXFRCTL0 == 0x%x\n", ahd_inb(ahd, SXFRCTL0)); ahd_inb 2148 drivers/scsi/aic7xxx/aic79xx_core.c printk("SEQCTL0 == 0x%x\n", ahd_inb(ahd, SEQCTL0)); ahd_inb 2175 drivers/scsi/aic7xxx/aic79xx_core.c lastphase = ahd_inb(ahd, LASTPHASE); ahd_inb 2179 drivers/scsi/aic7xxx/aic79xx_core.c SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)), ahd_inb 2180 drivers/scsi/aic7xxx/aic79xx_core.c lastphase, ahd_inb(ahd, SCSISIGI)); ahd_inb 2187 drivers/scsi/aic7xxx/aic79xx_core.c lastphase = ahd_inb(ahd, LASTPHASE); ahd_inb 2191 drivers/scsi/aic7xxx/aic79xx_core.c SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)), ahd_inb 2192 drivers/scsi/aic7xxx/aic79xx_core.c lastphase, ahd_inb(ahd, SCSISIGI)); ahd_inb 2215 drivers/scsi/aic7xxx/aic79xx_core.c lastphase = ahd_inb(ahd, LASTPHASE); ahd_inb 2224 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SEQ_FLAGS) & DPHASE ahd_inb 2346 drivers/scsi/aic7xxx/aic79xx_core.c while ((ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 ahd_inb 2347 drivers/scsi/aic7xxx/aic79xx_core.c && (ahd_inb(ahd, SSTAT0) & SELDO) == 0 ahd_inb 2348 drivers/scsi/aic7xxx/aic79xx_core.c && (ahd_inb(ahd, SSTAT1) & SELTO) == 0) ahd_inb 2399 drivers/scsi/aic7xxx/aic79xx_core.c status3 = ahd_inb(ahd, SSTAT3) & (NTRAMPERR|OSRAMPERR); ahd_inb 2400 drivers/scsi/aic7xxx/aic79xx_core.c status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); ahd_inb 2401 drivers/scsi/aic7xxx/aic79xx_core.c status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); ahd_inb 2402 drivers/scsi/aic7xxx/aic79xx_core.c lqistat1 = ahd_inb(ahd, LQISTAT1); ahd_inb 2403 drivers/scsi/aic7xxx/aic79xx_core.c lqostat0 = ahd_inb(ahd, LQOSTAT0); ahd_inb 2404 drivers/scsi/aic7xxx/aic79xx_core.c busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME; ahd_inb 2423 drivers/scsi/aic7xxx/aic79xx_core.c simode0 = ahd_inb(ahd, SIMODE0); ahd_inb 2430 drivers/scsi/aic7xxx/aic79xx_core.c && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) ahd_inb 2436 drivers/scsi/aic7xxx/aic79xx_core.c now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40; ahd_inb 2572 drivers/scsi/aic7xxx/aic79xx_core.c busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME; ahd_inb 2573 drivers/scsi/aic7xxx/aic79xx_core.c lqostat1 = ahd_inb(ahd, LQOSTAT1); ahd_inb 2601 drivers/scsi/aic7xxx/aic79xx_core.c && ahd_inb(ahd, LASTPHASE) == P_BUSFREE ahd_inb 2602 drivers/scsi/aic7xxx/aic79xx_core.c && (ahd_inb(ahd, SSTAT0) & SELDI) == 0 ahd_inb 2603 drivers/scsi/aic7xxx/aic79xx_core.c && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0 ahd_inb 2604 drivers/scsi/aic7xxx/aic79xx_core.c || (ahd_inb(ahd, SCSISEQ0) & ENSELO) == 0)) ahd_inb 2624 drivers/scsi/aic7xxx/aic79xx_core.c if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) { ahd_inb 2645 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SIMODE1) & ~ENBUSFREE); ahd_inb 2682 drivers/scsi/aic7xxx/aic79xx_core.c lqistat1 = ahd_inb(ahd, LQISTAT1) & ~(LQIPHASE_LQ|LQIPHASE_NLQ); ahd_inb 2683 drivers/scsi/aic7xxx/aic79xx_core.c lqistat2 = ahd_inb(ahd, LQISTAT2); ahd_inb 2689 drivers/scsi/aic7xxx/aic79xx_core.c lqistate = ahd_inb(ahd, LQISTATE); ahd_inb 2704 drivers/scsi/aic7xxx/aic79xx_core.c lastphase = ahd_inb(ahd, LASTPHASE); ahd_inb 2705 drivers/scsi/aic7xxx/aic79xx_core.c curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; ahd_inb 2706 drivers/scsi/aic7xxx/aic79xx_core.c perrdiag = ahd_inb(ahd, PERRDIAG); ahd_inb 2831 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SCSIDAT); ahd_inb 2871 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0 ahd_inb 2872 drivers/scsi/aic7xxx/aic79xx_core.c && (ahd_inb(ahd, MDFFSTAT) & DLZERO) != 0) { ahd_inb 2902 drivers/scsi/aic7xxx/aic79xx_core.c lqostat1 = ahd_inb(ahd, LQOSTAT1); ahd_inb 2937 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); ahd_inb 2947 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, LQCTL2, ahd_inb(ahd, LQCTL2) | LQOTOIDLE); ahd_inb 2984 drivers/scsi/aic7xxx/aic79xx_core.c } else if ((ahd_inb(ahd, PERRDIAG) & PARITYERR) != 0) { ahd_inb 3046 drivers/scsi/aic7xxx/aic79xx_core.c lastphase = ahd_inb(ahd, LASTPHASE); ahd_inb 3047 drivers/scsi/aic7xxx/aic79xx_core.c saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); ahd_inb 3048 drivers/scsi/aic7xxx/aic79xx_core.c saved_lun = ahd_inb(ahd, SAVED_LUN); ahd_inb 3058 drivers/scsi/aic7xxx/aic79xx_core.c && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) ahd_inb 3328 drivers/scsi/aic7xxx/aic79xx_core.c seq_flags = ahd_inb(ahd, SEQ_FLAGS); ahd_inb 3329 drivers/scsi/aic7xxx/aic79xx_core.c curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; ahd_inb 3330 drivers/scsi/aic7xxx/aic79xx_core.c lastphase = ahd_inb(ahd, LASTPHASE); ahd_inb 3391 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SCSISEQ0) & ~ENSELO); ahd_inb 3501 drivers/scsi/aic7xxx/aic79xx_core.c simode0 = ahd_inb(ahd, SIMODE0); ahd_inb 3502 drivers/scsi/aic7xxx/aic79xx_core.c simode3 = ahd_inb(ahd, SIMODE3); ahd_inb 3503 drivers/scsi/aic7xxx/aic79xx_core.c lqimode0 = ahd_inb(ahd, LQIMODE0); ahd_inb 3504 drivers/scsi/aic7xxx/aic79xx_core.c lqimode1 = ahd_inb(ahd, LQIMODE1); ahd_inb 3505 drivers/scsi/aic7xxx/aic79xx_core.c lqomode0 = ahd_inb(ahd, LQOMODE0); ahd_inb 3506 drivers/scsi/aic7xxx/aic79xx_core.c lqomode1 = ahd_inb(ahd, LQOMODE1); ahd_inb 3514 drivers/scsi/aic7xxx/aic79xx_core.c simode1 = ahd_inb(ahd, SIMODE1); ahd_inb 3522 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) | STEP); ahd_inb 3542 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP); ahd_inb 3698 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, SBLKCTL) & ENAB40) != 0 ahd_inb 3699 drivers/scsi/aic7xxx/aic79xx_core.c && (ahd_inb(ahd, SSTAT2) & EXP_ACTIVE) == 0) { ahd_inb 4108 drivers/scsi/aic7xxx/aic79xx_core.c saved_negoaddr = ahd_inb(ahd, NEGOADDR); ahd_inb 4272 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, SCSISIGI) & BSYI) != 0 ahd_inb 4273 drivers/scsi/aic7xxx/aic79xx_core.c && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) ahd_inb 4274 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); ahd_inb 4307 drivers/scsi/aic7xxx/aic79xx_core.c if (ahd_inb(ahd, SSTAT0) & TARGET) ahd_inb 4313 drivers/scsi/aic7xxx/aic79xx_core.c && (ahd_inb(ahd, SEQ_FLAGS) & CMDPHASE_PENDING) != 0) { ahd_inb 4315 drivers/scsi/aic7xxx/aic79xx_core.c our_id = ahd_inb(ahd, TARGIDIN) & OID; ahd_inb 4317 drivers/scsi/aic7xxx/aic79xx_core.c our_id = ahd_inb(ahd, TOWNID); ahd_inb 4319 drivers/scsi/aic7xxx/aic79xx_core.c our_id = ahd_inb(ahd, IOWNID); ahd_inb 4321 drivers/scsi/aic7xxx/aic79xx_core.c saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); ahd_inb 4325 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SAVED_LUN), ahd_inb 4410 drivers/scsi/aic7xxx/aic79xx_core.c && ahd_inb(ahd, MSG_OUT) == HOST_MSG) { ahd_inb 4430 drivers/scsi/aic7xxx/aic79xx_core.c && ahd_inb(ahd, MSG_OUT) == MSG_IDENTIFYFLAG) { ahd_inb 4496 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT), ahd_inb 4690 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0) { ahd_inb 4699 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SEQ_FLAGS2) & ~TARGET_MSG_PENDING); ahd_inb 4715 drivers/scsi/aic7xxx/aic79xx_core.c bus_phase = ahd_inb(ahd, LASTPHASE); ahd_inb 4717 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, LQISTAT2) & LQIPHASE_OUTPKT) != 0) { ahd_inb 4850 drivers/scsi/aic7xxx/aic79xx_core.c ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIBUS); ahd_inb 4911 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, SCSISIGI) & ATNI) != 0 ahd_inb 4929 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SCSIDAT); ahd_inb 4931 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SXFRCTL0) | SPIOEN); ahd_inb 4938 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SXFRCTL0) & ~SPIOEN); ahd_inb 4946 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) | SPIOEN); ahd_inb 4964 drivers/scsi/aic7xxx/aic79xx_core.c lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; ahd_inb 4971 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) & ~SPIOEN); ahd_inb 4972 drivers/scsi/aic7xxx/aic79xx_core.c ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); ahd_inb 5000 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SXFRCTL0) | SPIOEN); ahd_inb 5012 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SXFRCTL0) | SPIOEN); ahd_inb 5455 drivers/scsi/aic7xxx/aic79xx_core.c tag = ahd_inb(ahd, INITIATOR_TAG); ahd_inb 5482 drivers/scsi/aic7xxx/aic79xx_core.c ahd_name(ahd), ahd_inb(ahd, SCSISIGI)); ahd_inb 5535 drivers/scsi/aic7xxx/aic79xx_core.c last_msg = ahd_inb(ahd, LAST_MSG); ahd_inb 5696 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, SEQ_FLAGS) & DPHASE) == 0 ahd_inb 5857 drivers/scsi/aic7xxx/aic79xx_core.c while (--wait && !(ahd_inb(ahd, MDFFSTAT) & FIFOFREE)) ahd_inb 5867 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, DFFSTAT) ahd_inb 6255 drivers/scsi/aic7xxx/aic79xx_core.c sxfrctl1 = ahd_inb(ahd, SXFRCTL1); ahd_inb 6285 drivers/scsi/aic7xxx/aic79xx_core.c } while (--wait && !(ahd_inb(ahd, HCNTRL) & CHIPRSTACK)); ahd_inb 6327 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0) ahd_inb 6607 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, DSPDATACTL, ahd_inb(ahd, DSPDATACTL) ahd_inb 6609 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI)); ahd_inb 6628 drivers/scsi/aic7xxx/aic79xx_core.c sblkctl = ahd_inb(ahd, SBLKCTL); ahd_inb 6636 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, DSPDATACTL) & ~BYPASSENAB); ahd_inb 6642 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI)); ahd_inb 7252 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON)); ahd_inb 7289 drivers/scsi/aic7xxx/aic79xx_core.c (ahd_inb(ahd, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait; ahd_inb 7309 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, DSCOMMAND0, ahd_inb(ahd, DSCOMMAND0)|MPARCKEN|CACHETHEN); ahd_inb 7325 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, PCIXCTL, ahd_inb(ahd, PCIXCTL) | SPLTSTADIS); ahd_inb 7563 drivers/scsi/aic7xxx/aic79xx_core.c u_int negodat3 = ahd_inb(ahd, NEGCONOPTS); ahd_inb 7567 drivers/scsi/aic7xxx/aic79xx_core.c negodat3 = ahd_inb(ahd, NEGCONOPTS); ahd_inb 7809 drivers/scsi/aic7xxx/aic79xx_core.c hcntrl = ahd_inb(ahd, HCNTRL); ahd_inb 7874 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SEQ_FLAGS2, ahd_inb(ahd, SEQ_FLAGS2) | SELECTOUT_QFROZEN); ahd_inb 7886 drivers/scsi/aic7xxx/aic79xx_core.c intstat = ahd_inb(ahd, INTSTAT); ahd_inb 7889 drivers/scsi/aic7xxx/aic79xx_core.c intstat = ahd_inb(ahd, INTSTAT); ahd_inb 7894 drivers/scsi/aic7xxx/aic79xx_core.c || (ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 ahd_inb 7895 drivers/scsi/aic7xxx/aic79xx_core.c || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); ahd_inb 7899 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, INTSTAT)); ahd_inb 8173 drivers/scsi/aic7xxx/aic79xx_core.c if ((ahd_inb(ahd, CCSCBCTL) & (CCARREN|CCSCBEN|CCSCBDIR)) ahd_inb 8176 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, CCSCBCTL) & ~(CCARREN|CCSCBEN)); ahd_inb 8177 drivers/scsi/aic7xxx/aic79xx_core.c while ((ahd_inb(ahd, CCSCBCTL) & (CCARREN|CCSCBEN)) != 0) ahd_inb 8248 drivers/scsi/aic7xxx/aic79xx_core.c seq_flags2 = ahd_inb(ahd, SEQ_FLAGS2); ahd_inb 8633 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST); ahd_inb 8634 drivers/scsi/aic7xxx/aic79xx_core.c scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); ahd_inb 8716 drivers/scsi/aic7xxx/aic79xx_core.c next_fifo = fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO; ahd_inb 8724 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, DFCNTRL) & ~(SCSIEN|HDMAEN)); ahd_inb 8725 drivers/scsi/aic7xxx/aic79xx_core.c while ((ahd_inb(ahd, DFCNTRL) & HDMAENACK) != 0) ahd_inb 8739 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST)); ahd_inb 8768 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) | ENSCSIRST); ahd_inb 8769 drivers/scsi/aic7xxx/aic79xx_core.c scsiseq = ahd_inb(ahd, SCSISEQ_TEMPLATE); ahd_inb 9617 drivers/scsi/aic7xxx/aic79xx_core.c stack_entry = ahd_inb(ahd, STACK) ahd_inb 9618 drivers/scsi/aic7xxx/aic79xx_core.c |(ahd_inb(ahd, STACK) << 8); ahd_inb 9712 drivers/scsi/aic7xxx/aic79xx_core.c ahd_intstat_print(ahd_inb(ahd, INTSTAT), &cur_col, 50); ahd_inb 9713 drivers/scsi/aic7xxx/aic79xx_core.c ahd_seloid_print(ahd_inb(ahd, SELOID), &cur_col, 50); ahd_inb 9714 drivers/scsi/aic7xxx/aic79xx_core.c ahd_selid_print(ahd_inb(ahd, SELID), &cur_col, 50); ahd_inb 9715 drivers/scsi/aic7xxx/aic79xx_core.c ahd_hs_mailbox_print(ahd_inb(ahd, LOCAL_HS_MAILBOX), &cur_col, 50); ahd_inb 9716 drivers/scsi/aic7xxx/aic79xx_core.c ahd_intctl_print(ahd_inb(ahd, INTCTL), &cur_col, 50); ahd_inb 9717 drivers/scsi/aic7xxx/aic79xx_core.c ahd_seqintstat_print(ahd_inb(ahd, SEQINTSTAT), &cur_col, 50); ahd_inb 9718 drivers/scsi/aic7xxx/aic79xx_core.c ahd_saved_mode_print(ahd_inb(ahd, SAVED_MODE), &cur_col, 50); ahd_inb 9719 drivers/scsi/aic7xxx/aic79xx_core.c ahd_dffstat_print(ahd_inb(ahd, DFFSTAT), &cur_col, 50); ahd_inb 9720 drivers/scsi/aic7xxx/aic79xx_core.c ahd_scsisigi_print(ahd_inb(ahd, SCSISIGI), &cur_col, 50); ahd_inb 9721 drivers/scsi/aic7xxx/aic79xx_core.c ahd_scsiphase_print(ahd_inb(ahd, SCSIPHASE), &cur_col, 50); ahd_inb 9722 drivers/scsi/aic7xxx/aic79xx_core.c ahd_scsibus_print(ahd_inb(ahd, SCSIBUS), &cur_col, 50); ahd_inb 9723 drivers/scsi/aic7xxx/aic79xx_core.c ahd_lastphase_print(ahd_inb(ahd, LASTPHASE), &cur_col, 50); ahd_inb 9724 drivers/scsi/aic7xxx/aic79xx_core.c ahd_scsiseq0_print(ahd_inb(ahd, SCSISEQ0), &cur_col, 50); ahd_inb 9725 drivers/scsi/aic7xxx/aic79xx_core.c ahd_scsiseq1_print(ahd_inb(ahd, SCSISEQ1), &cur_col, 50); ahd_inb 9726 drivers/scsi/aic7xxx/aic79xx_core.c ahd_seqctl0_print(ahd_inb(ahd, SEQCTL0), &cur_col, 50); ahd_inb 9727 drivers/scsi/aic7xxx/aic79xx_core.c ahd_seqintctl_print(ahd_inb(ahd, SEQINTCTL), &cur_col, 50); ahd_inb 9728 drivers/scsi/aic7xxx/aic79xx_core.c ahd_seq_flags_print(ahd_inb(ahd, SEQ_FLAGS), &cur_col, 50); ahd_inb 9729 drivers/scsi/aic7xxx/aic79xx_core.c ahd_seq_flags2_print(ahd_inb(ahd, SEQ_FLAGS2), &cur_col, 50); ahd_inb 9734 drivers/scsi/aic7xxx/aic79xx_core.c ahd_mk_message_scsiid_print(ahd_inb(ahd, MK_MESSAGE_SCSIID), ahd_inb 9736 drivers/scsi/aic7xxx/aic79xx_core.c ahd_sstat0_print(ahd_inb(ahd, SSTAT0), &cur_col, 50); ahd_inb 9737 drivers/scsi/aic7xxx/aic79xx_core.c ahd_sstat1_print(ahd_inb(ahd, SSTAT1), &cur_col, 50); ahd_inb 9738 drivers/scsi/aic7xxx/aic79xx_core.c ahd_sstat2_print(ahd_inb(ahd, SSTAT2), &cur_col, 50); ahd_inb 9739 drivers/scsi/aic7xxx/aic79xx_core.c ahd_sstat3_print(ahd_inb(ahd, SSTAT3), &cur_col, 50); ahd_inb 9740 drivers/scsi/aic7xxx/aic79xx_core.c ahd_perrdiag_print(ahd_inb(ahd, PERRDIAG), &cur_col, 50); ahd_inb 9741 drivers/scsi/aic7xxx/aic79xx_core.c ahd_simode1_print(ahd_inb(ahd, SIMODE1), &cur_col, 50); ahd_inb 9742 drivers/scsi/aic7xxx/aic79xx_core.c ahd_lqistat0_print(ahd_inb(ahd, LQISTAT0), &cur_col, 50); ahd_inb 9743 drivers/scsi/aic7xxx/aic79xx_core.c ahd_lqistat1_print(ahd_inb(ahd, LQISTAT1), &cur_col, 50); ahd_inb 9744 drivers/scsi/aic7xxx/aic79xx_core.c ahd_lqistat2_print(ahd_inb(ahd, LQISTAT2), &cur_col, 50); ahd_inb 9745 drivers/scsi/aic7xxx/aic79xx_core.c ahd_lqostat0_print(ahd_inb(ahd, LQOSTAT0), &cur_col, 50); ahd_inb 9746 drivers/scsi/aic7xxx/aic79xx_core.c ahd_lqostat1_print(ahd_inb(ahd, LQOSTAT1), &cur_col, 50); ahd_inb 9747 drivers/scsi/aic7xxx/aic79xx_core.c ahd_lqostat2_print(ahd_inb(ahd, LQOSTAT2), &cur_col, 50); ahd_inb 9834 drivers/scsi/aic7xxx/aic79xx_core.c dffstat = ahd_inb(ahd, DFFSTAT); ahd_inb 9848 drivers/scsi/aic7xxx/aic79xx_core.c ahd_seqimode_print(ahd_inb(ahd, SEQIMODE), &cur_col, 50); ahd_inb 9849 drivers/scsi/aic7xxx/aic79xx_core.c ahd_seqintsrc_print(ahd_inb(ahd, SEQINTSRC), &cur_col, 50); ahd_inb 9850 drivers/scsi/aic7xxx/aic79xx_core.c ahd_dfcntrl_print(ahd_inb(ahd, DFCNTRL), &cur_col, 50); ahd_inb 9851 drivers/scsi/aic7xxx/aic79xx_core.c ahd_dfstatus_print(ahd_inb(ahd, DFSTATUS), &cur_col, 50); ahd_inb 9852 drivers/scsi/aic7xxx/aic79xx_core.c ahd_sg_cache_shadow_print(ahd_inb(ahd, SG_CACHE_SHADOW), ahd_inb 9854 drivers/scsi/aic7xxx/aic79xx_core.c ahd_sg_state_print(ahd_inb(ahd, SG_STATE), &cur_col, 50); ahd_inb 9855 drivers/scsi/aic7xxx/aic79xx_core.c ahd_dffsxfrctl_print(ahd_inb(ahd, DFFSXFRCTL), &cur_col, 50); ahd_inb 9856 drivers/scsi/aic7xxx/aic79xx_core.c ahd_soffcnt_print(ahd_inb(ahd, SOFFCNT), &cur_col, 50); ahd_inb 9857 drivers/scsi/aic7xxx/aic79xx_core.c ahd_mdffstat_print(ahd_inb(ahd, MDFFSTAT), &cur_col, 50); ahd_inb 9865 drivers/scsi/aic7xxx/aic79xx_core.c (ahd_inb(ahd, SHCNT) ahd_inb 9866 drivers/scsi/aic7xxx/aic79xx_core.c | (ahd_inb(ahd, SHCNT + 1) << 8) ahd_inb 9867 drivers/scsi/aic7xxx/aic79xx_core.c | (ahd_inb(ahd, SHCNT + 2) << 16))); ahd_inb 9875 drivers/scsi/aic7xxx/aic79xx_core.c (ahd_inb(ahd, HCNT) ahd_inb 9876 drivers/scsi/aic7xxx/aic79xx_core.c | (ahd_inb(ahd, HCNT + 1) << 8) ahd_inb 9877 drivers/scsi/aic7xxx/aic79xx_core.c | (ahd_inb(ahd, HCNT + 2) << 16))); ahd_inb 9878 drivers/scsi/aic7xxx/aic79xx_core.c ahd_ccsgctl_print(ahd_inb(ahd, CCSGCTL), &cur_col, 50); ahd_inb 9889 drivers/scsi/aic7xxx/aic79xx_core.c printk("0x%x ", ahd_inb(ahd, LQIN + i)); ahd_inb 9893 drivers/scsi/aic7xxx/aic79xx_core.c ahd_name(ahd), ahd_inb(ahd, LQISTATE), ahd_inb(ahd, LQOSTATE), ahd_inb 9894 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, OPTIONMODE)); ahd_inb 9896 drivers/scsi/aic7xxx/aic79xx_core.c ahd_name(ahd), ahd_inb(ahd, OS_SPACE_CNT), ahd_inb 9897 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, MAXCMDCNT)); ahd_inb 9899 drivers/scsi/aic7xxx/aic79xx_core.c ahd_name(ahd), ahd_inb(ahd, SAVED_SCSIID), ahd_inb 9900 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, SAVED_LUN)); ahd_inb 9901 drivers/scsi/aic7xxx/aic79xx_core.c ahd_simode0_print(ahd_inb(ahd, SIMODE0), &cur_col, 50); ahd_inb 9905 drivers/scsi/aic7xxx/aic79xx_core.c ahd_ccscbctl_print(ahd_inb(ahd, CCSCBCTL), &cur_col, 50); ahd_inb 9925 drivers/scsi/aic7xxx/aic79xx_core.c ahd_inb(ahd, STACK)|(ahd_inb(ahd, STACK) << 8); ahd_inb 10000 drivers/scsi/aic7xxx/aic79xx_core.c *bytestream_ptr++ = ahd_inb(ahd, SEEDAT); ahd_inb 10001 drivers/scsi/aic7xxx/aic79xx_core.c *bytestream_ptr = ahd_inb(ahd, SEEDAT+1); ahd_inb 10073 drivers/scsi/aic7xxx/aic79xx_core.c while ((ahd_inb(ahd, SEESTAT) & (SEEARBACK|SEEBUSY)) != 0 && --cnt) ahd_inb 10174 drivers/scsi/aic7xxx/aic79xx_core.c while ((ahd_inb(ahd, BRDCTL) & FLXARBACK) == 0 && --cnt) ahd_inb 10217 drivers/scsi/aic7xxx/aic79xx_core.c *value = ahd_inb(ahd, BRDDAT); ahd_inb 10437 drivers/scsi/aic7xxx/aic79xx_core.c sblkctl = ahd_inb(ahd, SBLKCTL); ahd_inb 10459 drivers/scsi/aic7xxx/aic79xx_core.c scsiseq1 = ahd_inb(ahd, SCSISEQ_TEMPLATE); ahd_inb 10462 drivers/scsi/aic7xxx/aic79xx_core.c scsiseq1 = ahd_inb(ahd, SCSISEQ1); ahd_inb 10553 drivers/scsi/aic7xxx/aic79xx_core.c scsiseq1 = ahd_inb(ahd, SCSISEQ_TEMPLATE); ahd_inb 10556 drivers/scsi/aic7xxx/aic79xx_core.c scsiseq1 = ahd_inb(ahd, SCSISEQ1); ahd_inb 10596 drivers/scsi/aic7xxx/aic79xx_core.c scsiid = ahd_inb(ahd, SCSIID_ULTRA2); ahd_inb 10598 drivers/scsi/aic7xxx/aic79xx_core.c scsiid = ahd_inb(ahd, SCSIID); ahd_inb 10649 drivers/scsi/aic7xxx/aic79xx_core.c hs_mailbox = ahd_inb(ahd, HS_MAILBOX); ahd_inb 391 drivers/scsi/aic7xxx/aic79xx_osm.c uint8_t ahd_inb(struct ahd_softc * ahd, long port); ahd_inb 477 drivers/scsi/aic7xxx/aic79xx_osm.c *array++ = ahd_inb(ahd, port); ahd_inb 2255 drivers/scsi/aic7xxx/aic79xx_osm.c last_phase = ahd_inb(ahd, LASTPHASE); ahd_inb 2258 drivers/scsi/aic7xxx/aic79xx_osm.c if (disconnected && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) { ahd_inb 2271 drivers/scsi/aic7xxx/aic79xx_osm.c saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); ahd_inb 2326 drivers/scsi/aic7xxx/aic79xx_osm.c ahd_inb(ahd, SCB_CONTROL)|MK_MESSAGE); ahd_inb 2813 drivers/scsi/aic7xxx/aic79xx_osm.c mode = ahd_inb(ahd, SBLKCTL); ahd_inb 357 drivers/scsi/aic7xxx/aic79xx_osm.h uint8_t ahd_inb(struct ahd_softc * ahd, long port); ahd_inb 492 drivers/scsi/aic7xxx/aic79xx_osm.h ahd_inb(ahd, INTSTAT); ahd_inb 440 drivers/scsi/aic7xxx/aic79xx_pci.c hcntrl = ahd_inb(ahd, HCNTRL); ahd_inb 459 drivers/scsi/aic7xxx/aic79xx_pci.c targpcistat = ahd_inb(ahd, TARGPCISTAT); ahd_inb 473 drivers/scsi/aic7xxx/aic79xx_pci.c if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { ahd_inb 475 drivers/scsi/aic7xxx/aic79xx_pci.c targpcistat = ahd_inb(ahd, TARGPCISTAT); ahd_inb 483 drivers/scsi/aic7xxx/aic79xx_pci.c if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { ahd_inb 486 drivers/scsi/aic7xxx/aic79xx_pci.c targpcistat = ahd_inb(ahd, TARGPCISTAT); ahd_inb 697 drivers/scsi/aic7xxx/aic79xx_pci.c sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN; ahd_inb 792 drivers/scsi/aic7xxx/aic79xx_pci.c intstat = ahd_inb(ahd, INTSTAT); ahd_inb 808 drivers/scsi/aic7xxx/aic79xx_pci.c pci_status[i] = ahd_inb(ahd, reg); ahd_inb 863 drivers/scsi/aic7xxx/aic79xx_pci.c split_status[i] = ahd_inb(ahd, DCHSPLTSTAT0); ahd_inb 864 drivers/scsi/aic7xxx/aic79xx_pci.c split_status1[i] = ahd_inb(ahd, DCHSPLTSTAT1); ahd_inb 870 drivers/scsi/aic7xxx/aic79xx_pci.c sg_split_status[i] = ahd_inb(ahd, SGSPLTSTAT0); ahd_inb 871 drivers/scsi/aic7xxx/aic79xx_pci.c sg_split_status1[i] = ahd_inb(ahd, SGSPLTSTAT1);