Lines Matching defs: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() local
680 ispsoftc_t *isp = &pcs->pci_isp; in isp_pci_detach() local
714 #define BXR2(isp, off) bus_read_2((isp)->isp_regs, (off)) argument
715 #define BXW2(isp, off, v) bus_write_2((isp)->isp_regs, (off), (v)) argument
716 #define BXR4(isp, off) bus_read_4((isp)->isp_regs, (off)) argument
717 #define BXW4(isp, off, v) bus_write_4((isp)->isp_regs, (off), (v)) argument
718 #define B2R4(isp, off) bus_read_4((isp)->isp_regs2, (off)) argument
719 #define B2W4(isp, off, v) bus_write_4((isp)->isp_regs2, (off), (v)) argument
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()