Searched refs:ahd_inb (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/scsi/aic7xxx/ |
A D | aic79xx_core.c | 650 return (ahd_inb(ahd, SCBPTR) | (ahd_inb(ahd, SCBPTR + 1) << 8)); in ahd_get_scbptr() 729 return (ahd_inb(ahd, SDSCB_QOFF) | (ahd_inb(ahd, SDSCB_QOFF + 1) << 8)); 762 ahd_inb(ahd, MODE_PTR); in ahd_inb_scbram() 2119 ahd_inb(ahd, SAVED_SCSIID), ahd_inb(ahd, SAVED_LUN), in ahd_handle_seqint() 2134 ahd_inb(ahd, SCSIBUS), ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint() 2670 ahd_inb(ahd, LQISTAT2); in ahd_handle_transmission_error() 2818 ahd_inb(ahd, SCSIDAT); in ahd_handle_transmission_error() 4899 ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase() 5837 ahd_inb(ahd, DFFSTAT) in ahd_reinitialize_dataptrs() 9847 ahd_name(ahd), ahd_inb(ahd, LQISTATE), ahd_inb(ahd, LQOSTATE), in ahd_dump_card_state() [all …]
|
A D | aic79xx_pci.c | 438 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_pci_test_register_access() 457 targpcistat = ahd_inb(ahd, TARGPCISTAT); in ahd_pci_test_register_access() 471 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { in ahd_pci_test_register_access() 473 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() 484 targpcistat = ahd_inb(ahd, TARGPCISTAT); in ahd_pci_test_register_access() 695 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN; in ahd_configure_termination() 790 intstat = ahd_inb(ahd, INTSTAT); in ahd_pci_intr() 806 pci_status[i] = ahd_inb(ahd, reg); in ahd_pci_intr() 861 split_status[i] = ahd_inb(ahd, DCHSPLTSTAT0); in ahd_pci_split_intr() [all …]
|
A D | aic79xx_osm.h | 357 uint8_t ahd_inb(struct ahd_softc * ahd, long port); 490 ahd_inb(ahd, INTSTAT); in ahd_flush_device_writes()
|
A 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() 2229 last_phase = ahd_inb(ahd, LASTPHASE); in ahd_linux_queue_abort_cmd() 2232 if (disconnected && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) { in ahd_linux_queue_abort_cmd() 2245 ahd_inb(ahd, SAVED_SCSIID); in ahd_linux_queue_abort_cmd() 2300 ahd_inb(ahd, SCB_CONTROL)|MK_MESSAGE); in ahd_linux_queue_abort_cmd() 2780 mode = ahd_inb(ahd, SBLKCTL); in ahd_linux_get_signalling()
|
Completed in 29 milliseconds