Searched refs:scbptr (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/
H A Dwd7000.c237 unchar scbptr[3]; /* SCSI-style - MSB first (big endian) */ member in struct:mailbox
895 static int mail_out(Adapter * host, Scb * scbptr) argument
906 dprintk("wd7000_mail_out: 0x%06lx", (long) scbptr);
915 any2scsi((unchar *) ogmbs[ogmb].scbptr, (int) scbptr);
924 dprintk(", scb is 0x%06lx", (long) scbptr);
1055 scb = isa_bus_to_virt(scsi2int((unchar *) icmbs[icmb].scbptr));
H A Daic7xxx_old.c2428 aic7xxx_rem_scb_from_disc_list(struct aic7xxx_host *p, unsigned char scbptr, argument
2433 aic_outb(p, scbptr, SCBPTR);
5785 unsigned char scbptr; local
5789 scbptr = aic_inb(p, WAITING_SCBH);
5790 if (scbptr > p->scb_data->maxhscbs)
5802 p->host_no, -1, -1, -1, scbptr);
5804 scbptr &= (p->scb_data->maxhscbs - 1);
5806 scbptr &= 0x03;
5808 aic_outb(p, scbptr, SCBPTR);
/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h135 void ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr);
H A Daic7xxx_core.c214 u_int prev, u_int scbptr);
1483 u_int scbptr; local
1485 scbptr = ahc_inb(ahc, SCBPTR);
1487 scbptr, ahc_inb(ahc, ARG_1),
1488 ahc->scb_data->hscbs[scbptr].tag);
1721 u_int scbptr; local
1743 scbptr = ahc_inb(ahc, WAITING_SCBH);
1744 ahc_outb(ahc, SCBPTR, scbptr);
1751 ahc_name(ahc), scbptr, scb_index);
6237 ahc_rem_scb_from_disc_list(struct ahc_softc *ahc, u_int prev, u_int scbptr) argument
[all...]
H A Daic79xx_core.c662 ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr) argument
666 ahd_outb(ahd, SCBPTR, scbptr & 0xFF);
667 ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF);

Completed in 112 milliseconds