Searched refs:fwohci_softc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
H A Dfwohcivar.h40 typedef struct fwohci_softc { struct
77 int fwohci_init (struct fwohci_softc *, device_t);
79 void fwohci_reset (struct fwohci_softc *, device_t);
80 int fwohci_detach (struct fwohci_softc *, device_t);
81 int fwohci_resume (struct fwohci_softc *, device_t);
82 int fwohci_stop (struct fwohci_softc *, device_t dev);
H A Dfwohci.c124 static void fwohci_db_init (struct fwohci_softc *, struct fwohci_dbch *);
126 static void fwohci_arcv (struct fwohci_softc *, struct fwohci_dbch *, int);
127 static void fwohci_txd (struct fwohci_softc *, struct fwohci_dbch *);
130 static void fwohci_start (struct fwohci_softc *, struct fwohci_dbch *);
131 static uint32_t fwphy_wrdata (struct fwohci_softc *, uint32_t, uint32_t);
132 static uint32_t fwphy_rddata (struct fwohci_softc *, uint32_t);
133 static int fwohci_rx_enable (struct fwohci_softc *, struct fwohci_dbch *);
134 static int fwohci_tx_enable (struct fwohci_softc *, struct fwohci_dbch *);
147 static void dump_db (struct fwohci_softc *, uint32_t);
149 static void dump_dma (struct fwohci_softc *, uint32_
[all...]
H A Dfwohci_pci.c422 struct fwohci_softc *sc;
426 sc = (struct fwohci_softc *)device_get_softc(dev);
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.c47 static uint32_t fwphy_wrdata ( struct fwohci_softc *, uint32_t, uint32_t);
48 static uint32_t fwphy_rddata ( struct fwohci_softc *, uint32_t);
71 fwphy_wrdata( struct fwohci_softc *sc, uint32_t addr, uint32_t data)
86 fwphy_rddata(struct fwohci_softc *sc, u_int addr)
131 fwohci_probe_phy(struct fwohci_softc *sc, device_t dev)
207 fwohci_reset(struct fwohci_softc *sc, device_t dev)
265 fwohci_init(struct fwohci_softc *sc, device_t dev)
317 fwohci_ibr(struct fwohci_softc *sc)
347 fwohci_sid(struct fwohci_softc *sc)
395 fwohci_intr_body(struct fwohci_softc *s
[all...]
H A Dfirewire.c90 static struct fwohci_softc fwinfo[MAX_OHCI];
94 fw_probe(int index, struct fwohci_softc *sc)
129 struct fwohci_softc *sc;
157 struct fwohci_softc *sc;
221 fw_init_crom(struct fwohci_softc *sc)
261 fw_reset_crom(struct fwohci_softc *sc)
294 dcons_crom(struct fwohci_softc *sc)
316 fw_crom(struct fwohci_softc *sc)
343 fw_busreset(struct fwohci_softc *sc)
369 struct fwohci_softc *s
[all...]
H A Dfwohci.h40 struct fwohci_softc { struct
57 int fwohci_init(struct fwohci_softc *, int);
58 void fwohci_ibr(struct fwohci_softc *);
59 void fwohci_poll(struct fwohci_softc *);

Completed in 113 milliseconds