Lines Matching refs:ispsoftc
43 static u_int16_t isp_pci_rd_reg(struct ispsoftc *, int);
44 static void isp_pci_wr_reg(struct ispsoftc *, int, u_int16_t);
46 static u_int16_t isp_pci_rd_reg_1080(struct ispsoftc *, int);
47 static void isp_pci_wr_reg_1080(struct ispsoftc *, int, u_int16_t);
50 isp_pci_rd_isr(struct ispsoftc *, u_int16_t *, u_int16_t *, u_int16_t *);
53 isp_pci_rd_isr_2300(struct ispsoftc *, u_int16_t *, u_int16_t *, u_int16_t *);
55 static int isp_pci_mbxdma(struct ispsoftc *);
56 static int isp_pci_dmasetup(struct ispsoftc *, struct scsi_xfer *,
59 isp_pci_dmateardown (struct ispsoftc *, struct scsi_xfer *, u_int16_t);
60 static void isp_pci_reset1 (struct ispsoftc *);
61 static void isp_pci_dumpregs (struct ispsoftc *, const char *);
309 struct ispsoftc pci_isp;
386 struct ispsoftc *isp = &pcs->pci_isp; in isp_pci_attach()
730 isp_pci_rd_debounced(struct ispsoftc *isp, int off, u_int16_t *rp) in isp_pci_rd_debounced()
748 isp_pci_rd_isr(struct ispsoftc *isp, u_int16_t *isrp, in isp_pci_rd_isr()
786 isp_pci_rd_isr_2300(struct ispsoftc *isp, u_int16_t *isrp, in isp_pci_rd_isr_2300()
840 isp_pci_rd_reg(struct ispsoftc *isp, int regoff) in isp_pci_rd_reg()
862 isp_pci_wr_reg(struct ispsoftc *isp, int regoff, u_int16_t val) in isp_pci_wr_reg()
883 isp_pci_rd_reg_1080(struct ispsoftc *isp, int regoff) in isp_pci_rd_reg_1080()
914 isp_pci_wr_reg_1080(struct ispsoftc *isp, int regoff, u_int16_t val) in isp_pci_wr_reg_1080()
945 isp_pci_mbxdma(struct ispsoftc *isp) in isp_pci_mbxdma()
1062 isp_pci_dmasetup(struct ispsoftc *isp, XS_T *xs, ispreq_t *rq, in isp_pci_dmasetup()
1193 struct ispsoftc *isp = (struct ispsoftc *)arg; in isp_pci_intr()
1208 isp_pci_dmateardown(struct ispsoftc *isp, XS_T *xs, u_int16_t handle) in isp_pci_dmateardown()
1219 isp_pci_reset1(struct ispsoftc *isp) in isp_pci_reset1()
1229 isp_pci_dumpregs(struct ispsoftc *isp, const char *msg) in isp_pci_dumpregs()