Home
last modified time | relevance | path

Searched refs:fwohci_softc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwohcivar.h41 typedef struct fwohci_softc { struct
78 int fwohci_init (struct fwohci_softc *, device_t); argument
80 void fwohci_reset (struct fwohci_softc *, device_t);
81 int fwohci_detach (struct fwohci_softc *, device_t);
82 int fwohci_resume (struct fwohci_softc *, device_t);
83 int fwohci_stop (struct fwohci_softc *, device_t dev);
H A Dfwohci.c125 static void fwohci_db_init (struct fwohci_softc *, struct fwohci_dbch *);
127 static void fwohci_arcv (struct fwohci_softc *, struct fwohci_dbch *, int);
128 static void fwohci_txd (struct fwohci_softc *, struct fwohci_dbch *);
131 static void fwohci_start (struct fwohci_softc *, struct fwohci_dbch *);
132 static uint32_t fwphy_wrdata (struct fwohci_softc *, uint32_t, uint32_t);
133 static uint32_t fwphy_rddata (struct fwohci_softc *, uint32_t);
134 static int fwohci_rx_enable (struct fwohci_softc *, struct fwohci_dbch *);
135 static int fwohci_tx_enable (struct fwohci_softc *, struct fwohci_dbch *);
148 static void dump_db (struct fwohci_softc *, uint32_t);
150 static void dump_dma (struct fwohci_softc *, uint32_t);
[all …]
H A Dfwohci_pci.c410 struct fwohci_softc *sc; in fwohci_pci_add_child()
414 sc = (struct fwohci_softc *)device_get_softc(dev); in fwohci_pci_add_child()