Home
last modified time | relevance | path

Searched refs:ahc_inb (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1164 ahc_inb(ahc, ARG_1), ahc_inb(ahc, ACCUM)); in ahc_handle_seqint()
1167 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint()
1174 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID), in ahc_handle_seqint()
1175 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG), in ahc_handle_seqint()
1178 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint()
1491 ahc_inb(ahc, ARG_1), ahc_inb(ahc, ACCUM)); in ahc_handle_seqint()
1494 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint()
1502 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID), in ahc_handle_seqint()
1503 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG), in ahc_handle_seqint()
1506 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint()
[all …]
H A Daic7xxx_pci.c791 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_pci_config()
793 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_pci_config()
874 sblkctl = ahc_inb(ahc, SBLKCTL); in ahc_pci_config()
944 ahc_inb(ahc, CRCCONTROL1); in ahc_pci_config()
1189 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_pci_test_register_access()
1329 if (ahc_inb(ahc, SCB_BASE) == 'A' in check_extport()
1815 spiocap = ahc_inb(ahc, SPIOCAP); in aic785X_cable_detect()
1825 brdctl = ahc_inb(ahc, BRDCTL); in aic785X_cable_detect()
1915 value = ahc_inb(ahc, BRDCTL); in read_brdctl()
1926 error = ahc_inb(ahc, ERROR); in ahc_pci_intr()
[all …]
H A Daic7770.c141 intdef = ahc_inb(ahc, INTDEF); in aic7770_config()
166 biosctrl = ahc_inb(ahc, HA_274_BIOSCTRL); in aic7770_config()
167 scsiconf = ahc_inb(ahc, SCSICONF); in aic7770_config()
168 scsiconf1 = ahc_inb(ahc, SCSICONF + 1); in aic7770_config()
190 if ((ahc_inb(ahc, HA_274_BIOSGLOBAL) & HA_274_EXTENDED_TRANS)) in aic7770_config()
210 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_config()
213 hostconf = ahc_inb(ahc, HOSTCONF); in aic7770_config()
245 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_chip_init()
H A Daic7xxx_93cx6.h84 ahc_inb(sd->sd_ahc, sd->sd_control_offset)
92 ahc_inb(sd->sd_ahc, sd->sd_status_offset)
94 ahc_inb(sd->sd_ahc, sd->sd_dataout_offset)
H A Daic7xxx_osm.c401 ahc_inb(struct ahc_softc * ahc, long port) in ahc_inb() function
450 *array++ = ahc_inb(ahc, port); in ahc_insb()
2186 bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG)); in ahc_linux_queue_recovery_cmd()
2190 && ahc_inb(ahc, SAVED_SCSIID) == pending_scb->hscb->scsiid in ahc_linux_queue_recovery_cmd()
2191 && ahc_inb(ahc, SAVED_LUN) == SCB_GET_LUN(pending_scb)) in ahc_linux_queue_recovery_cmd()
2203 last_phase = ahc_inb(ahc, LASTPHASE); in ahc_linux_queue_recovery_cmd()
2204 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_linux_queue_recovery_cmd()
2205 active_scb_index = ahc_inb(ahc, SCB_TAG); in ahc_linux_queue_recovery_cmd()
2206 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); in ahc_linux_queue_recovery_cmd()
2268 ahc_inb(ahc, SCB_CONTROL)|MK_MESSAGE); in ahc_linux_queue_recovery_cmd()
[all …]
H A Daic7xxx_osm.h370 uint8_t ahc_inb(struct ahc_softc * ahc, long port);
507 ahc_inb(ahc, INTSTAT); in ahc_flush_device_writes()