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

  /src/sys/dev/ieee1394/
fwohcivar.h 42 struct fwohci_softc { struct
80 void fwohci_init(struct fwohci_softc *);
81 int fwohci_attach(struct fwohci_softc *);
82 int fwohci_detach(struct fwohci_softc *, int);
84 int fwohci_resume(struct fwohci_softc *);
85 int fwohci_stop(struct fwohci_softc *);
fwohci.c 177 static uint32_t fwphy_rddata(struct fwohci_softc *, uint32_t);
178 static uint32_t fwphy_wrdata(struct fwohci_softc *, uint32_t, uint32_t);
179 static int fwohci_probe_phy(struct fwohci_softc *);
180 static void fwohci_reset(struct fwohci_softc *);
182 static void fwohci_start(struct fwohci_softc *, struct fwohci_dbch *);
185 static void fwohci_txd(struct fwohci_softc *, struct fwohci_dbch *);
186 static void fwohci_db_free(struct fwohci_softc *, struct fwohci_dbch *);
187 static void fwohci_db_init(struct fwohci_softc *, struct fwohci_dbch *);
188 static int fwohci_rx_enable(struct fwohci_softc *, struct fwohci_dbch *);
189 static int fwohci_tx_enable(struct fwohci_softc *, struct fwohci_dbch *)
    [all...]
  /src/sys/dev/cardbus/
fwohci_cardbus.c 57 struct fwohci_softc sc_sc;
  /src/sys/dev/pci/
fwohci_pci.c 53 struct fwohci_softc psc_sc;

Completed in 12 milliseconds