Home
last modified time | relevance | path

Searched refs:ahd_inb (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx_core.c299 mode_ptr = ahd_inb(ahd, MODE_PTR); in ahd_update_modes()
351 return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0); in ahd_is_paused()
398 if ((ahd_inb(ahd, INTSTAT) & ~CMDCMPLT) == 0) in ahd_unpause()
586 uint16_t r = ahd_inb(ahd, port+1) << 8; in ahd_inw()
587 return r | ahd_inb(ahd, port); in ahd_inw()
604 return ((ahd_inb(ahd, port)) in ahd_inl()
605 | (ahd_inb(ahd, port+1) << 8) in ahd_inl()
606 | (ahd_inb(ahd, port+2) << 16) in ahd_inl()
607 | (ahd_inb(ahd, port+3) << 24)); in ahd_inl()
622 return ((ahd_inb(ahd, port)) in ahd_inq()
[all …]
Daic79xx_pci.c438 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 …]
Daic79xx_osm.h357 uint8_t ahd_inb(struct ahd_softc * ahd, long port);
490 ahd_inb(ahd, INTSTAT); in ahd_flush_device_writes()
Daic79xx_osm.c391 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()