fwohci_softc
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
fwohci_txd(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
fwohci_db_init(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
static void fwohci_db_init (struct fwohci_softc *, struct fwohci_dbch *);
static void fwohci_arcv (struct fwohci_softc *, struct fwohci_dbch *, int);
static void fwohci_txd (struct fwohci_softc *, struct fwohci_dbch *);
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
static void fwohci_start (struct fwohci_softc *, struct fwohci_dbch *);
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
static uint32_t fwphy_wrdata (struct fwohci_softc *, uint32_t, uint32_t);
static uint32_t fwphy_rddata (struct fwohci_softc *, uint32_t);
fwohci_tx_enable(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
static int fwohci_rx_enable (struct fwohci_softc *, struct fwohci_dbch *);
static int fwohci_tx_enable (struct fwohci_softc *, struct fwohci_dbch *);
fwohci_rx_enable(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
static void dump_db (struct fwohci_softc *, uint32_t);
static void dump_dma (struct fwohci_softc *, uint32_t);
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
static void fwohci_rbuf_update (struct fwohci_softc *, int);
static void fwohci_tbuf_update (struct fwohci_softc *, int);
void fwohci_txbufdb (struct fwohci_softc *, int , struct fw_bulkxfer *);
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
fwohci_stop(struct fwohci_softc *sc, device_t dev)
fwohci_resume(struct fwohci_softc *sc, device_t dev)
fwohci_dump_intr(struct fwohci_softc *sc, uint32_t stat)
fwohci_intr_core(struct fwohci_softc *sc, uint32_t stat, int count)
fwohci_intr_dma(struct fwohci_softc *sc, uint32_t stat, int count)
struct fwohci_softc *sc = (struct fwohci_softc *)arg;
struct fwohci_softc *sc = (struct fwohci_softc *)arg;
struct fwohci_softc *sc = (struct fwohci_softc *)arg;
fwohci_check_stat(struct fwohci_softc *sc)
struct fwohci_softc *sc = (struct fwohci_softc *)arg;
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
struct fwohci_softc *sc;
sc = (struct fwohci_softc *)fc;
fwohci_tbuf_update(struct fwohci_softc *sc, int dmach)
fwohci_rbuf_update(struct fwohci_softc *sc, int dmach)
dump_dma(struct fwohci_softc *sc, uint32_t ch)
dump_db(struct fwohci_softc *sc, uint32_t ch)
struct fwohci_softc *sc;
sc = (struct fwohci_softc *)fc;
fwohci_txbufdb(struct fwohci_softc *sc, int dmach, struct fw_bulkxfer *bulkxfer)
fwphy_wrdata(struct fwohci_softc *sc, uint32_t addr, uint32_t data)
fwohci_get_plen(struct fwohci_softc *sc, struct fwohci_dbch *dbch, struct fw_pkt *fp)
fwohci_arcv_free_buf(struct fwohci_softc *sc, struct fwohci_dbch *dbch,
fwohci_arcv(struct fwohci_softc *sc, struct fwohci_dbch *dbch, int count)
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
fwphy_rddata(struct fwohci_softc *sc, u_int addr)
struct fwohci_softc *fc;
fc = (struct fwohci_softc *)sc->fc;
fwohci_probe_phy(struct fwohci_softc *sc, device_t dev)
fwohci_reset(struct fwohci_softc *sc, device_t dev)
fwohci_init(struct fwohci_softc *sc, device_t dev)
struct fwohci_softc *sc __unused;
sc = (struct fwohci_softc *)arg;
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
fwohci_detach(struct fwohci_softc *sc, device_t dev)
fwohci_start(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
struct fwohci_softc *sc;
sc = (struct fwohci_softc *)device_get_softc(dev);
int fwohci_init (struct fwohci_softc *, device_t);
void fwohci_reset (struct fwohci_softc *, device_t);
int fwohci_detach (struct fwohci_softc *, device_t);
int fwohci_resume (struct fwohci_softc *, device_t);
int fwohci_stop (struct fwohci_softc *, device_t dev);