Searched refs:ahd_outb (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 247 ahd_outb(ahd, SCSISIGO, ATNO); in ahd_assert_atn() 310 ahd_outb(ahd, SCSISIGO, 0); /* De-assert BSY */ in ahd_restart() 311 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */ in ahd_restart() 312 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); in ahd_restart() 313 ahd_outb(ahd, SEQINTCTL, 0); in ahd_restart() 314 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_restart() 315 ahd_outb(ahd, SEQ_FLAGS, 0); in ahd_restart() 316 ahd_outb(ahd, SAVED_SCSIID, 0xFF); in ahd_restart() 317 ahd_outb(ahd, SAVED_LUN, 0xFF); in ahd_restart() 326 ahd_outb(ahd, TQINPOS, ahd->tqinfifonext); in ahd_restart() [all …]
|
D | aic79xx_inline.h | 115 ahd_outb(ahd, MODE_PTR, ahd_build_mode_state(ahd, src, dst)); in ahd_set_modes() 192 ahd_outb(ahd, HCNTRL, ahd->pause); in ahd_pause() 227 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_unpause() 529 ahd_outb(ahd, port, value & 0xFF); in ahd_outw() 530 ahd_outb(ahd, port+1, (value >> 8) & 0xFF); in ahd_outw() 545 ahd_outb(ahd, port, (value) & 0xFF); in ahd_outl() 546 ahd_outb(ahd, port+1, ((value) >> 8) & 0xFF); in ahd_outl() 547 ahd_outb(ahd, port+2, ((value) >> 16) & 0xFF); in ahd_outl() 548 ahd_outb(ahd, port+3, ((value) >> 24) & 0xFF); in ahd_outl() 567 ahd_outb(ahd, port, value & 0xFF); in ahd_outq() [all …]
|
D | aic79xx_pci.c | 458 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access() 465 ahd_outb(ahd, TARGPCISTAT, targpcistat); in ahd_pci_test_register_access() 471 ahd_outb(ahd, CLRINT, CLRPCIINT); in ahd_pci_test_register_access() 473 ahd_outb(ahd, SEQCTL0, PERRORDIS); in ahd_pci_test_register_access() 496 ahd_outb(ahd, TARGPCISTAT, targpcistat); in ahd_pci_test_register_access() 501 ahd_outb(ahd, CLRINT, CLRPCIINT); in ahd_pci_test_register_access() 503 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS); in ahd_pci_test_register_access() 710 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination() 711 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_configure_termination() 816 ahd_outb(ahd, reg, pci_status[i]); in ahd_pci_intr() [all …]
|
D | aic79xx_osm.h | 600 static __inline void ahd_outb(struct ahd_softc * ahd, long port, uint8_t val); 645 ahd_outb(struct ahd_softc * ahd, long port, uint8_t val) in ahd_outb() function 685 ahd_outb(ahd, port, *array++); in ahd_outsb()
|
D | aic79xx_osm.c | 1432 ahd_outb(ahd, MSG_OUT, HOST_MSG); 1433 ahd_outb(ahd, SCSISIGO, last_phase|ATNO); 1458 ahd_outb(ahd, SCB_TASK_MANAGEMENT, 1478 ahd_outb(ahd, SCB_CONTROL,
|