Searched refs:scbptr (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic79xx_inline.h | 135 void ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr);
|
H A D | aic7xxx_core.c | 214 u_int prev, u_int scbptr); 1483 u_int scbptr; ahc_handle_seqint() local 1485 scbptr = ahc_inb(ahc, SCBPTR); ahc_handle_seqint() 1487 scbptr, ahc_inb(ahc, ARG_1), ahc_handle_seqint() 1488 ahc->scb_data->hscbs[scbptr].tag); ahc_handle_seqint() 1721 u_int scbptr; ahc_handle_scsiint() local 1743 scbptr = ahc_inb(ahc, WAITING_SCBH); ahc_handle_scsiint() 1744 ahc_outb(ahc, SCBPTR, scbptr); ahc_handle_scsiint() 1751 ahc_name(ahc), scbptr, scb_index); ahc_handle_scsiint() 6236 ahc_rem_scb_from_disc_list(struct ahc_softc *ahc, u_int prev, u_int scbptr) ahc_rem_scb_from_disc_list() argument 6240 ahc_outb(ahc, SCBPTR, scbptr); ahc_rem_scb_from_disc_list()
|
H A D | aic79xx_core.c | 662 ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr) ahd_set_scbptr() argument 666 ahd_outb(ahd, SCBPTR, scbptr & 0xFF); ahd_set_scbptr() 667 ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF); ahd_set_scbptr()
|
/linux-4.1.27/drivers/scsi/ |
H A D | wd7000.c | 237 unchar scbptr[3]; /* SCSI-style - MSB first (big endian) */ member in struct:mailbox 895 static int mail_out(Adapter * host, Scb * scbptr) mail_out() argument 906 dprintk("wd7000_mail_out: 0x%06lx", (long) scbptr); mail_out() 915 any2scsi((unchar *) ogmbs[ogmb].scbptr, (int) scbptr); mail_out() 924 dprintk(", scb is 0x%06lx", (long) scbptr); mail_out() 1055 scb = isa_bus_to_virt(scsi2int((unchar *) icmbs[icmb].scbptr)); wd7000_intr()
|
Completed in 167 milliseconds