HomeSort by: relevance | last modified time | path
    Searched refs:ispsoftc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
isp_pci.c 49 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...]
  /src/sys/dev/ic/
isp_netbsd.c 63 static void ispcmd(struct ispsoftc *, XS_T *);
68 static void isp_polled_cmd_wait(struct ispsoftc *, XS_T *);
91 isp_attach(struct ispsoftc *isp)
165 struct ispsoftc *isp = device_private(self);
210 struct ispsoftc *isp = device_private(chan->chan_adapter->adapt_dev);
530 ispcmd(struct ispsoftc *isp, XS_T *xs)
702 struct ispsoftc *isp = device_private(chan->chan_adapter->adapt_dev);
742 isp_polled_cmd_wait(struct ispsoftc *isp, XS_T *xs)
786 struct ispsoftc *isp = XS_ISP(xs);
823 struct ispsoftc *isp = XS_ISP(xs)
    [all...]
ispvar.h 87 typedef struct ispsoftc ispsoftc_t;
576 struct ispsoftc { struct
1012 * Each Platform provides its own isposinfo substructure of the ispsoftc
  /src/sys/dev/sbus/
isp_sbus.c 488 isp_sbus_dmasetup(struct ispsoftc *isp, struct scsipi_xfer *xs, void *arg)

Completed in 122 milliseconds