Searched refs:ahd_outb (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_core.c | 287 ahd_outb(ahd, MODE_PTR, ahd_build_mode_state(ahd, src, dst)); in ahd_set_modes() 364 ahd_outb(ahd, HCNTRL, ahd->pause); in ahd_pause() 399 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_unpause() 597 ahd_outb(ahd, port, value & 0xFF); in ahd_outw() 598 ahd_outb(ahd, port+1, (value >> 8) & 0xFF); in ahd_outw() 613 ahd_outb(ahd, port, (value) & 0xFF); in ahd_outl() 614 ahd_outb(ahd, port+1, ((value) >> 8) & 0xFF); in ahd_outl() 615 ahd_outb(ahd, port+2, ((value) >> 16) & 0xFF); in ahd_outl() 616 ahd_outb(ahd, port+3, ((value) >> 24) & 0xFF); in ahd_outl() 635 ahd_outb(ahd, port, value & 0xFF); in ahd_outq() [all …]
|
| H A D | aic79xx_pci.c | 453 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access() 460 ahd_outb(ahd, TARGPCISTAT, targpcistat); in ahd_pci_test_register_access() 466 ahd_outb(ahd, CLRINT, CLRPCIINT); in ahd_pci_test_register_access() 468 ahd_outb(ahd, SEQCTL0, PERRORDIS); in ahd_pci_test_register_access() 489 ahd_outb(ahd, TARGPCISTAT, targpcistat); in ahd_pci_test_register_access() 494 ahd_outb(ahd, CLRINT, CLRPCIINT); in ahd_pci_test_register_access() 496 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS); in ahd_pci_test_register_access() 704 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination() 705 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_configure_termination() 810 ahd_outb(ahd, reg, pci_status[i]); in ahd_pci_intr() [all …]
|
| H A 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() 2267 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_linux_queue_abort_cmd() 2268 ahd_outb(ahd, SCSISIGO, last_phase|ATNO); in ahd_linux_queue_abort_cmd() 2291 ahd_outb(ahd, SCB_TASK_MANAGEMENT, in ahd_linux_queue_abort_cmd() 2311 ahd_outb(ahd, SCB_CONTROL, in ahd_linux_queue_abort_cmd()
|
| H A D | aic79xx_osm.h | 358 void ahd_outb(struct ahd_softc * ahd, long port, uint8_t val);
|