Searched refs:ahd_inb (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 270 packetized = ahd_inb(ahd, LQISTATE) != 0; in ahd_currently_packetized() 273 packetized = ahd_inb(ahd, LQISTAT2) & PACKETIZED; in ahd_currently_packetized() 285 active_fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO; in ahd_set_active_fifo() 312 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); in ahd_restart() 330 ahd_inb(ahd, SCSISEQ_TEMPLATE) & (ENSELI|ENRSELI|ENAUTOATNP)); in ahd_restart() 351 if ((ahd_inb(ahd, SG_STATE) & FETCH_INPROG) != 0) in ahd_clear_fifo() 381 while ((ccscbctl = ahd_inb(ahd, CCSCBCTL) & (CCARREN|CCSCBEN)) != 0) { in ahd_flush_qoutfifo() 447 while ((ahd_inb(ahd, LQISTAT2) & LQIGSAVAIL) != 0) { in ahd_flush_qoutfifo() 448 scbid = (ahd_inb(ahd, GSFIFO+1) << 8) in ahd_flush_qoutfifo() 449 | ahd_inb(ahd, GSFIFO); in ahd_flush_qoutfifo() [all …]
|
D | aic79xx_inline.h | 127 mode_ptr = ahd_inb(ahd, MODE_PTR); in ahd_update_modes() 179 return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0); in ahd_is_paused() 226 if ((ahd_inb(ahd, INTSTAT) & ~CMDCMPLT) == 0) in ahd_unpause() 523 return ((ahd_inb(ahd, port+1) << 8) | ahd_inb(ahd, port)); in ahd_inw() 536 return ((ahd_inb(ahd, port)) in ahd_inl() 537 | (ahd_inb(ahd, port+1) << 8) in ahd_inl() 538 | (ahd_inb(ahd, port+2) << 16) in ahd_inl() 539 | (ahd_inb(ahd, port+3) << 24)); in ahd_inl() 554 return ((ahd_inb(ahd, port)) in ahd_inq() 555 | (ahd_inb(ahd, port+1) << 8) in ahd_inq() [all …]
|
D | aic79xx_pci.c | 445 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_pci_test_register_access() 464 targpcistat = ahd_inb(ahd, TARGPCISTAT); in ahd_pci_test_register_access() 478 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { in ahd_pci_test_register_access() 482 targpcistat = ahd_inb(ahd, TARGPCISTAT); in ahd_pci_test_register_access() 490 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { in ahd_pci_test_register_access() 493 targpcistat = ahd_inb(ahd, TARGPCISTAT); in ahd_pci_test_register_access() 704 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN; in ahd_configure_termination() 798 intstat = ahd_inb(ahd, INTSTAT); in ahd_pci_intr() 814 pci_status[i] = ahd_inb(ahd, reg); in ahd_pci_intr() 869 split_status[i] = ahd_inb(ahd, DCHSPLTSTAT0); in ahd_pci_split_intr() [all …]
|
D | aic79xx_osm.h | 598 static __inline uint8_t ahd_inb(struct ahd_softc * ahd, long port); 609 ahd_inb(struct ahd_softc * ahd, long port) in ahd_inb() function 699 *array++ = ahd_inb(ahd, port); in ahd_insb() 986 ahd_inb(ahd, INTSTAT); in ahd_flush_device_writes()
|
D | aic79xx_osm.c | 1407 last_phase = ahd_inb(ahd, LASTPHASE); 1410 if (disconnected && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) { 1479 ahd_inb(ahd, SCB_CONTROL)|MK_MESSAGE);
|