Searched refs:ahd_inb (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 307 mode_ptr = ahd_inb(ahd, MODE_PTR); in ahd_update_modes() 359 return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0); in ahd_is_paused() 406 if ((ahd_inb(ahd, INTSTAT) & ~CMDCMPLT) == 0) in ahd_unpause() 594 uint16_t r = ahd_inb(ahd, port+1) << 8; in ahd_inw() 595 return r | ahd_inb(ahd, port); in ahd_inw() 612 return ((ahd_inb(ahd, port)) in ahd_inl() 613 | (ahd_inb(ahd, port+1) << 8) in ahd_inl() 614 | (ahd_inb(ahd, port+2) << 16) in ahd_inl() 615 | (ahd_inb(ahd, port+3) << 24)); in ahd_inl() 630 return ((ahd_inb(ahd, port)) in ahd_inq() [all …]
|
D | aic79xx_pci.c | 448 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_pci_test_register_access() 467 targpcistat = ahd_inb(ahd, TARGPCISTAT); in ahd_pci_test_register_access() 481 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { in ahd_pci_test_register_access() 483 targpcistat = ahd_inb(ahd, TARGPCISTAT); in ahd_pci_test_register_access() 491 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { in ahd_pci_test_register_access() 494 targpcistat = ahd_inb(ahd, TARGPCISTAT); in ahd_pci_test_register_access() 705 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN; in ahd_configure_termination() 800 intstat = ahd_inb(ahd, INTSTAT); in ahd_pci_intr() 816 pci_status[i] = ahd_inb(ahd, reg); in ahd_pci_intr() 871 split_status[i] = ahd_inb(ahd, DCHSPLTSTAT0); in ahd_pci_split_intr() [all …]
|
D | aic79xx_osm.h | 357 uint8_t ahd_inb(struct ahd_softc * ahd, long port); 492 ahd_inb(ahd, INTSTAT); in ahd_flush_device_writes()
|
D | aic79xx_osm.c | 391 uint8_t ahd_inb(struct ahd_softc * ahd, long port); 401 ahd_inb(struct ahd_softc * ahd, long port) in ahd_inb() function 477 *array++ = ahd_inb(ahd, port); in ahd_insb() 2256 last_phase = ahd_inb(ahd, LASTPHASE); in ahd_linux_queue_abort_cmd() 2259 if (disconnected && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) { in ahd_linux_queue_abort_cmd() 2272 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); in ahd_linux_queue_abort_cmd() 2327 ahd_inb(ahd, SCB_CONTROL)|MK_MESSAGE); in ahd_linux_queue_abort_cmd() 2814 mode = ahd_inb(ahd, SBLKCTL); in ahd_linux_get_signalling()
|