Lines Matching refs:ispsoftc_t
50 static uint32_t isp_pci_rd_reg_2400(ispsoftc_t *, int);
51 static void isp_pci_wr_reg_2400(ispsoftc_t *, int, uint32_t);
52 static uint32_t isp_pci_rd_reg_2600(ispsoftc_t *, int);
53 static void isp_pci_wr_reg_2600(ispsoftc_t *, int, uint32_t);
54 static void isp_pci_run_isr_2400(ispsoftc_t *);
55 static int isp_pci_mbxdma(ispsoftc_t *);
56 static void isp_pci_mbxdmafree(ispsoftc_t *);
57 static int isp_pci_irqsetup(ispsoftc_t *);
190 ispsoftc_t pci_isp;
285 isp_get_generic_options(device_t dev, ispsoftc_t *isp) in isp_get_generic_options()
327 isp_get_specific_options(device_t dev, int chan, ispsoftc_t *isp) in isp_get_specific_options()
472 ispsoftc_t *isp = &pcs->pci_isp; in isp_pci_attach()
680 ispsoftc_t *isp = &pcs->pci_isp; in isp_pci_detach()
722 isp_pci_run_isr_2400(ispsoftc_t *isp) in isp_pci_run_isr_2400()
765 isp_pci_rd_reg_2400(ispsoftc_t *isp, int regoff) in isp_pci_rd_reg_2400()
780 isp_pci_wr_reg_2400(ispsoftc_t *isp, int regoff, uint32_t val) in isp_pci_wr_reg_2400()
806 isp_pci_rd_reg_2600(ispsoftc_t *isp, int regoff) in isp_pci_rd_reg_2600()
843 isp_pci_wr_reg_2600(ispsoftc_t *isp, int regoff, uint32_t val) in isp_pci_wr_reg_2600()
894 isp_pci_mbxdma(ispsoftc_t *isp) in isp_pci_mbxdma()
1145 isp_pci_mbxdmafree(ispsoftc_t *isp) in isp_pci_mbxdmafree()
1248 isp_pci_irqsetup(ispsoftc_t *isp) in isp_pci_irqsetup()