Symbol: fwohci_softc
sys/dev/cardbus/fwohci_cardbus.c
57
struct fwohci_softc sc_sc;
sys/dev/ieee1394/fwohci.c
1028
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/ieee1394/fwohci.c
1045
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/ieee1394/fwohci.c
1063
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/ieee1394/fwohci.c
1081
fwphy_rddata(struct fwohci_softc *sc, u_int addr)
sys/dev/ieee1394/fwohci.c
1126
fwphy_wrdata(struct fwohci_softc *sc, uint32_t addr, uint32_t data)
sys/dev/ieee1394/fwohci.c
1142
fwohci_probe_phy(struct fwohci_softc *sc)
sys/dev/ieee1394/fwohci.c
1221
fwohci_reset(struct fwohci_softc *sc)
sys/dev/ieee1394/fwohci.c
1348
fwohci_start(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
sys/dev/ieee1394/fwohci.c
1531
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/ieee1394/fwohci.c
1543
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/ieee1394/fwohci.c
1553
fwohci_txd(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
sys/dev/ieee1394/fwohci.c
1699
fwohci_db_free(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
sys/dev/ieee1394/fwohci.c
1725
fwohci_db_init(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
sys/dev/ieee1394/fwohci.c
177
static uint32_t fwphy_rddata(struct fwohci_softc *, uint32_t);
sys/dev/ieee1394/fwohci.c
178
static uint32_t fwphy_wrdata(struct fwohci_softc *, uint32_t, uint32_t);
sys/dev/ieee1394/fwohci.c
179
static int fwohci_probe_phy(struct fwohci_softc *);
sys/dev/ieee1394/fwohci.c
180
static void fwohci_reset(struct fwohci_softc *);
sys/dev/ieee1394/fwohci.c
1813
fwohci_tx_enable(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
sys/dev/ieee1394/fwohci.c
182
static void fwohci_start(struct fwohci_softc *, struct fwohci_dbch *);
sys/dev/ieee1394/fwohci.c
185
static void fwohci_txd(struct fwohci_softc *, struct fwohci_dbch *);
sys/dev/ieee1394/fwohci.c
186
static void fwohci_db_free(struct fwohci_softc *, struct fwohci_dbch *);
sys/dev/ieee1394/fwohci.c
1864
fwohci_rx_enable(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
sys/dev/ieee1394/fwohci.c
187
static void fwohci_db_init(struct fwohci_softc *, struct fwohci_dbch *);
sys/dev/ieee1394/fwohci.c
188
static int fwohci_rx_enable(struct fwohci_softc *, struct fwohci_dbch *);
sys/dev/ieee1394/fwohci.c
189
static int fwohci_tx_enable(struct fwohci_softc *, struct fwohci_dbch *);
sys/dev/ieee1394/fwohci.c
190
static int fwohci_next_cycle(struct fwohci_softc *, int);
sys/dev/ieee1394/fwohci.c
192
static void fwohci_dump_intr(struct fwohci_softc *, uint32_t);
sys/dev/ieee1394/fwohci.c
1921
fwohci_next_cycle(struct fwohci_softc *sc, int cycle_now)
sys/dev/ieee1394/fwohci.c
194
static void fwohci_intr_core(struct fwohci_softc *, uint32_t);
sys/dev/ieee1394/fwohci.c
195
static void fwohci_intr_dma(struct fwohci_softc *, uint32_t);
sys/dev/ieee1394/fwohci.c
1953
fwohci_dump_intr(struct fwohci_softc *sc, uint32_t stat)
sys/dev/ieee1394/fwohci.c
196
static void fwohci_task_sid(struct fwohci_softc *);
sys/dev/ieee1394/fwohci.c
197
static void fwohci_task_dma(struct fwohci_softc *);
sys/dev/ieee1394/fwohci.c
198
static void fwohci_tbuf_update(struct fwohci_softc *, int);
sys/dev/ieee1394/fwohci.c
1988
fwohci_intr_core(struct fwohci_softc *sc, uint32_t stat)
sys/dev/ieee1394/fwohci.c
199
static void fwohci_rbuf_update(struct fwohci_softc *, int);
sys/dev/ieee1394/fwohci.c
200
static void dump_dma(struct fwohci_softc *, uint32_t);
sys/dev/ieee1394/fwohci.c
201
static void dump_db(struct fwohci_softc *, uint32_t);
sys/dev/ieee1394/fwohci.c
204
static void fwohci_txbufdb(struct fwohci_softc *, int, struct fw_bulkxfer *);
sys/dev/ieee1394/fwohci.c
2066
fwohci_intr_dma(struct fwohci_softc *sc, uint32_t stat)
sys/dev/ieee1394/fwohci.c
209
static int fwohci_get_plen(struct fwohci_softc *, struct fwohci_dbch *,
sys/dev/ieee1394/fwohci.c
211
static void fwohci_arcv_free_buf(struct fwohci_softc *, struct fwohci_dbch *,
sys/dev/ieee1394/fwohci.c
213
static void fwohci_arcv(struct fwohci_softc *, struct fwohci_dbch *);
sys/dev/ieee1394/fwohci.c
2134
fwohci_task_sid(struct fwohci_softc *sc)
sys/dev/ieee1394/fwohci.c
2172
fwohci_task_dma(struct fwohci_softc *sc)
sys/dev/ieee1394/fwohci.c
2186
fwohci_tbuf_update(struct fwohci_softc *sc, int dmach)
sys/dev/ieee1394/fwohci.c
2239
fwohci_rbuf_update(struct fwohci_softc *sc, int dmach)
sys/dev/ieee1394/fwohci.c
2302
dump_dma(struct fwohci_softc *sc, uint32_t ch)
sys/dev/ieee1394/fwohci.c
2347
dump_db(struct fwohci_softc *sc, uint32_t ch)
sys/dev/ieee1394/fwohci.c
2502
fwohci_txbufdb(struct fwohci_softc *sc, int dmach, struct fw_bulkxfer *bulkxfer)
sys/dev/ieee1394/fwohci.c
2700
fwohci_get_plen(struct fwohci_softc *sc, struct fwohci_dbch *dbch,
sys/dev/ieee1394/fwohci.c
2728
fwohci_arcv_free_buf(struct fwohci_softc *sc, struct fwohci_dbch *dbch,
sys/dev/ieee1394/fwohci.c
2750
fwohci_arcv(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
sys/dev/ieee1394/fwohci.c
327
fwohci_init(struct fwohci_softc *sc)
sys/dev/ieee1394/fwohci.c
400
fwohci_attach(struct fwohci_softc *sc)
sys/dev/ieee1394/fwohci.c
513
fwohci_detach(struct fwohci_softc *sc, int flags)
sys/dev/ieee1394/fwohci.c
547
struct fwohci_softc *sc = (struct fwohci_softc *)arg;
sys/dev/ieee1394/fwohci.c
586
fwohci_resume(struct fwohci_softc *sc)
sys/dev/ieee1394/fwohci.c
616
fwohci_stop(struct fwohci_softc *sc)
sys/dev/ieee1394/fwohci.c
660
struct fwohci_softc *sc;
sys/dev/ieee1394/fwohci.c
736
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/ieee1394/fwohci.c
744
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/ieee1394/fwohci.c
770
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/ieee1394/fwohci.c
800
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/ieee1394/fwohci.c
898
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/ieee1394/fwohci.c
914
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/ieee1394/fwohcivar.h
80
void fwohci_init(struct fwohci_softc *);
sys/dev/ieee1394/fwohcivar.h
81
int fwohci_attach(struct fwohci_softc *);
sys/dev/ieee1394/fwohcivar.h
82
int fwohci_detach(struct fwohci_softc *, int);
sys/dev/ieee1394/fwohcivar.h
84
int fwohci_resume(struct fwohci_softc *);
sys/dev/ieee1394/fwohcivar.h
85
int fwohci_stop(struct fwohci_softc *);
sys/dev/pci/fwohci_pci.c
53
struct fwohci_softc psc_sc;