Searched refs:scbptr (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | wd7000.c | 197 unchar scbptr[3]; /* SCSI-style - MSB first (big endian) */ member 921 static int mail_out (Adapter *host, Scb *scbptr) in mail_out() argument 933 printk ("wd7000_mail_out: 0x%06lx", (long) scbptr); in mail_out() 946 any2scsi ((unchar *) ogmbs[ogmb].scbptr, (int) scbptr); in mail_out() 957 printk (", scb is 0x%06lx", (long) scbptr); in mail_out() 1113 scb = bus_to_virt(scsi2int ((unchar *) icmbs[icmb].scbptr)); in wd7000_intr_handle()
|
D | aic7xxx_old.c | 2533 aic7xxx_rem_scb_from_disc_list(struct aic7xxx_host *p, unsigned char scbptr, in aic7xxx_rem_scb_from_disc_list() argument 2538 aic_outb(p, scbptr, SCBPTR); in aic7xxx_rem_scb_from_disc_list() 6305 unsigned char scbptr; in aic7xxx_handle_scsiint() local 6309 scbptr = aic_inb(p, WAITING_SCBH); in aic7xxx_handle_scsiint() 6310 if (scbptr > p->scb_data->maxhscbs) in aic7xxx_handle_scsiint() 6322 p->host_no, -1, -1, -1, scbptr); in aic7xxx_handle_scsiint() 6324 scbptr &= (p->scb_data->maxhscbs - 1); in aic7xxx_handle_scsiint() 6326 scbptr &= 0x03; in aic7xxx_handle_scsiint() 6328 aic_outb(p, scbptr, SCBPTR); in aic7xxx_handle_scsiint()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_inline.h | 443 static __inline void ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr); 586 ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr) in ahd_set_scbptr() argument 590 ahd_outb(ahd, SCBPTR, scbptr & 0xFF); in ahd_set_scbptr() 591 ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF); in ahd_set_scbptr()
|
D | aic7xxx_core.c | 220 u_int prev, u_int scbptr); 901 u_int scbptr; in ahc_handle_seqint() local 903 scbptr = ahc_inb(ahc, SCBPTR); in ahc_handle_seqint() 905 scbptr, ahc_inb(ahc, ARG_1), in ahc_handle_seqint() 906 ahc->scb_data->hscbs[scbptr].tag); in ahc_handle_seqint() 1139 u_int scbptr; in ahc_handle_scsiint() local 1161 scbptr = ahc_inb(ahc, WAITING_SCBH); in ahc_handle_scsiint() 1162 ahc_outb(ahc, SCBPTR, scbptr); in ahc_handle_scsiint() 1169 ahc_name(ahc), scbptr, scb_index); in ahc_handle_scsiint() 5716 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 …]
|