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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dwd7000.c239 unchar scbptr[3]; /* SCSI-style - MSB first (big endian) */ member in struct:mailbox
893 static int mail_out(Adapter * host, Scb * scbptr) argument
904 dprintk("wd7000_mail_out: 0x%06lx", (long) scbptr);
913 any2scsi((unchar *) ogmbs[ogmb].scbptr, (int) scbptr);
922 dprintk(", scb is 0x%06lx", (long) scbptr);
1053 scb = isa_bus_to_virt(scsi2int((unchar *) icmbs[icmb].scbptr));
H A Daic7xxx_old.c2420 aic7xxx_rem_scb_from_disc_list(struct aic7xxx_host *p, unsigned char scbptr, argument
2425 aic_outb(p, scbptr, SCBPTR);
5767 unsigned char scbptr; local
5771 scbptr = aic_inb(p, WAITING_SCBH);
5772 if (scbptr > p->scb_data->maxhscbs)
5784 p->host_no, -1, -1, -1, scbptr);
5786 scbptr &= (p->scb_data->maxhscbs - 1);
5788 scbptr &= 0x03;
5790 aic_outb(p, scbptr, SCBPTR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h437 static __inline void ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr);
566 ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr) argument
570 ahd_outb(ahd, SCBPTR, scbptr & 0xFF);
571 ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF);
H A Daic7xxx_core.c215 u_int prev, u_int scbptr);
905 u_int scbptr; local
907 scbptr = ahc_inb(ahc, SCBPTR);
909 scbptr, ahc_inb(ahc, ARG_1),
910 ahc->scb_data->hscbs[scbptr].tag);
1143 u_int scbptr; local
1165 scbptr = ahc_inb(ahc, WAITING_SCBH);
1166 ahc_outb(ahc, SCBPTR, scbptr);
1173 ahc_name(ahc), scbptr, scb_index);
5628 ahc_rem_scb_from_disc_list(struct ahc_softc *ahc, u_int prev, u_int scbptr) argument
[all...]

Completed in 186 milliseconds