Searched refs:scbptr (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic79xx_inline.h | 135 void ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr);
|
D | aic7xxx_core.c | 207 u_int prev, u_int scbptr); 1475 u_int scbptr; in ahc_handle_seqint() local 1477 scbptr = ahc_inb(ahc, SCBPTR); in ahc_handle_seqint() 1479 scbptr, ahc_inb(ahc, ARG_1), in ahc_handle_seqint() 1480 ahc->scb_data->hscbs[scbptr].tag); in ahc_handle_seqint() 1713 u_int scbptr; in ahc_handle_scsiint() local 1735 scbptr = ahc_inb(ahc, WAITING_SCBH); in ahc_handle_scsiint() 1736 ahc_outb(ahc, SCBPTR, scbptr); in ahc_handle_scsiint() 1743 ahc_name(ahc), scbptr, scb_index); in ahc_handle_scsiint() 6170 ahc_rem_scb_from_disc_list(struct ahc_softc *ahc, u_int prev, u_int scbptr) in ahc_rem_scb_from_disc_list() argument [all …]
|
D | aic79xx_core.c | 654 ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr) in ahd_set_scbptr() argument 658 ahd_outb(ahd, SCBPTR, scbptr & 0xFF); in ahd_set_scbptr() 659 ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF); in ahd_set_scbptr()
|