Home
last modified time | relevance | path

Searched refs:ispsoftc (Results 1 – 4 of 4) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Disp_pci.c49 static uint32_t isp_pci_rd_reg(struct ispsoftc *, int);
73 static int isp_pci_mbxdma(struct ispsoftc *);
76 static void isp_pci_reset0(struct ispsoftc *);
77 static void isp_pci_reset1(struct ispsoftc *);
418 struct ispsoftc pci_isp;
487 struct ispsoftc *isp = &pcs->pci_isp; in isp_pci_attach()
842 isp_pci_rd_isr(struct ispsoftc *isp, uint32_t *isrp, in isp_pci_rd_isr()
1092 isp_pci_rd_reg(struct ispsoftc *isp, int regoff) in isp_pci_rd_reg()
1135 isp_pci_rd_reg_1080(struct ispsoftc *isp, int regoff) in isp_pci_rd_reg_1080()
1197 isp_pci_mbxdma(struct ispsoftc *isp) in isp_pci_mbxdma()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Disp_netbsd.c65 static void ispcmd(struct ispsoftc *, XS_T *);
93 isp_attach(struct ispsoftc *isp) in isp_attach()
167 struct ispsoftc *isp = device_private(self); in isp_config_interrupts()
527 ispcmd(struct ispsoftc *isp, XS_T *xs) in ispcmd()
739 isp_polled_cmd_wait(struct ispsoftc *isp, XS_T *xs) in isp_polled_cmd_wait()
783 struct ispsoftc *isp = XS_ISP(xs); in isp_done()
820 struct ispsoftc *isp = XS_ISP(xs); in isp_dog()
1163 isp_uninit(struct ispsoftc *isp) in isp_uninit()
1174 isp_async(struct ispsoftc *isp, ispasync_t cmd, ...) in isp_async()
1544 isp_lock(struct ispsoftc *isp) in isp_lock()
[all …]
H A Dispvar.h87 typedef struct ispsoftc ispsoftc_t;
576 struct ispsoftc { struct
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sbus/
H A Disp_sbus.c488 isp_sbus_dmasetup(struct ispsoftc *isp, struct scsipi_xfer *xs, void *arg) in isp_sbus_dmasetup()