Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Disp_pci.c49 static uint32_t isp_pci_rd_reg(struct ispsoftc *, int);
50 static void isp_pci_wr_reg(struct ispsoftc *, int, uint32_t);
52 static uint32_t isp_pci_rd_reg_1080(struct ispsoftc *, int);
53 static void isp_pci_wr_reg_1080(struct ispsoftc *, int, uint32_t);
61 isp_pci_rd_isr(struct ispsoftc *, uint32_t *, uint16_t *, uint16_t *);
65 isp_pci_rd_isr_2300(struct ispsoftc *, uint32_t *, uint16_t *, uint16_t *);
68 static uint32_t isp_pci_rd_reg_2400(struct ispsoftc *, int);
69 static void isp_pci_wr_reg_2400(struct ispsoftc *, int, uint32_t);
71 isp_pci_rd_isr_2400(struct ispsoftc *, uint32_t *, uint16_t *, uint16_t *);
73 static int isp_pci_mbxdma(struct ispsoftc *);
[all …]
/netbsd-src/sys/dev/ic/
H A Disp_netbsd.c63 static void ispcmd(struct ispsoftc *, XS_T *);
68 static void isp_polled_cmd_wait(struct ispsoftc *, XS_T *);
91 isp_attach(struct ispsoftc *isp) in isp_attach()
165 struct ispsoftc *isp = device_private(self); in isp_config_interrupts()
210 struct ispsoftc *isp = device_private(chan->chan_adapter->adapt_dev); in ispioctl()
530 ispcmd(struct ispsoftc *isp, XS_T *xs) in ispcmd()
702 struct ispsoftc *isp = device_private(chan->chan_adapter->adapt_dev); in isprequest()
742 isp_polled_cmd_wait(struct ispsoftc *isp, XS_T *xs) in isp_polled_cmd_wait()
786 struct ispsoftc *isp = XS_ISP(xs); in isp_done()
823 struct ispsoftc *isp = XS_ISP(xs); in isp_dog()
[all …]
H A Dispvar.h87 typedef struct ispsoftc ispsoftc_t;
576 struct ispsoftc { struct
/netbsd-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()