Searched refs:ahd_outb (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/scsi/aic7xxx/ |
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 …]
|
D | aic79xx_pci.c | 451 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access() 458 ahd_outb(ahd, TARGPCISTAT, targpcistat); in ahd_pci_test_register_access() 464 ahd_outb(ahd, CLRINT, CLRPCIINT); in ahd_pci_test_register_access() 466 ahd_outb(ahd, SEQCTL0, PERRORDIS); in ahd_pci_test_register_access() 487 ahd_outb(ahd, TARGPCISTAT, targpcistat); in ahd_pci_test_register_access() 492 ahd_outb(ahd, CLRINT, CLRPCIINT); in ahd_pci_test_register_access() 494 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS); in ahd_pci_test_register_access() 702 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination() 703 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_configure_termination() 808 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() 2255 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_linux_queue_abort_cmd() 2256 ahd_outb(ahd, SCSISIGO, last_phase|ATNO); in ahd_linux_queue_abort_cmd() 2279 ahd_outb(ahd, SCB_TASK_MANAGEMENT, in ahd_linux_queue_abort_cmd() 2299 ahd_outb(ahd, SCB_CONTROL, in ahd_linux_queue_abort_cmd()
|
D | aic79xx_osm.h | 358 void ahd_outb(struct ahd_softc * ahd, long port, uint8_t val);
|