Searched refs:ahd_outb (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 295 ahd_outb(ahd, MODE_PTR, ahd_build_mode_state(ahd, src, dst)); in ahd_set_modes() 372 ahd_outb(ahd, HCNTRL, ahd->pause); in ahd_pause() 407 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_unpause() 605 ahd_outb(ahd, port, value & 0xFF); in ahd_outw() 606 ahd_outb(ahd, port+1, (value >> 8) & 0xFF); in ahd_outw() 621 ahd_outb(ahd, port, (value) & 0xFF); in ahd_outl() 622 ahd_outb(ahd, port+1, ((value) >> 8) & 0xFF); in ahd_outl() 623 ahd_outb(ahd, port+2, ((value) >> 16) & 0xFF); in ahd_outl() 624 ahd_outb(ahd, port+3, ((value) >> 24) & 0xFF); in ahd_outl() 643 ahd_outb(ahd, port, value & 0xFF); in ahd_outq() [all …]
|
D | aic79xx_pci.c | 461 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access() 468 ahd_outb(ahd, TARGPCISTAT, targpcistat); in ahd_pci_test_register_access() 474 ahd_outb(ahd, CLRINT, CLRPCIINT); in ahd_pci_test_register_access() 476 ahd_outb(ahd, SEQCTL0, PERRORDIS); in ahd_pci_test_register_access() 497 ahd_outb(ahd, TARGPCISTAT, targpcistat); in ahd_pci_test_register_access() 502 ahd_outb(ahd, CLRINT, CLRPCIINT); in ahd_pci_test_register_access() 504 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS); in ahd_pci_test_register_access() 712 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination() 713 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_configure_termination() 818 ahd_outb(ahd, reg, pci_status[i]); in ahd_pci_intr() [all …]
|
D | aic79xx_osm.c | 392 void ahd_outb(struct ahd_softc * ahd, long port, uint8_t val); 431 ahd_outb(struct ahd_softc * ahd, long port, uint8_t val) in ahd_outb() function 463 ahd_outb(ahd, port, *array++); in ahd_outsb() 2300 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_linux_queue_abort_cmd() 2301 ahd_outb(ahd, SCSISIGO, last_phase|ATNO); in ahd_linux_queue_abort_cmd() 2324 ahd_outb(ahd, SCB_TASK_MANAGEMENT, in ahd_linux_queue_abort_cmd() 2344 ahd_outb(ahd, SCB_CONTROL, in ahd_linux_queue_abort_cmd()
|
D | aic79xx_osm.h | 370 void ahd_outb(struct ahd_softc * ahd, long port, uint8_t val);
|