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

  /src/sys/dev/ieee1394/
firewirereg.h 60 struct firewire_comm *fc;
74 struct firewire_comm *fc;
89 struct firewire_comm *fc;
105 struct firewire_comm { struct
153 uint32_t (*cyctimer) (struct firewire_comm *);
154 void (*ibr) (struct firewire_comm *);
155 uint32_t (*set_bmr) (struct firewire_comm *, uint32_t);
157 int (*irx_enable) (struct firewire_comm *, int);
158 int (*irx_disable) (struct firewire_comm *, int);
159 int (*itx_enable) (struct firewire_comm *, int)
    [all...]
firewire.c 135 int firewire_resume (struct firewire_comm *);
138 static void firewire_xfer_timeout(struct firewire_comm *);
141 static void fw_reset_csr(struct firewire_comm *);
142 static void fw_init_crom(struct firewire_comm *);
143 static void fw_reset_crom(struct firewire_comm *);
145 static void fw_tl_free(struct firewire_comm *, struct fw_xfer *);
146 static struct fw_xfer *fw_tl2xfer(struct firewire_comm *, int, int, int);
147 static void fw_phy_config(struct firewire_comm *, int, int);
149 static void fw_bus_probe(struct firewire_comm *);
153 static union fw_self_id *fw_find_self_id(struct firewire_comm *, int)
    [all...]
fwohcivar.h 43 struct firewire_comm fc;
fwdma.h 125 struct fwdma_alloc_multi *fwdma_malloc_multiseg(struct firewire_comm *,
fwohci.c 164 static uint32_t fwohci_cyctimer(struct firewire_comm *);
165 static uint32_t fwohci_set_bus_manager(struct firewire_comm *, u_int);
166 static void fwohci_ibr(struct firewire_comm *);
167 static int fwohci_irx_enable(struct firewire_comm *, int);
168 static int fwohci_irx_disable(struct firewire_comm *, int);
169 static int fwohci_itxbuf_enable(struct firewire_comm *, int);
170 static int fwohci_itx_disable(struct firewire_comm *, int);
171 static void fwohci_timeout(struct firewire_comm *fc);
173 static void fwohci_irx_post(struct firewire_comm *, uint32_t *);
175 static void fwohci_set_intr(struct firewire_comm *, int)
    [all...]
fwdev.c 101 struct firewire_comm *fc;
110 static int fwdev_allocbuf(struct firewire_comm *, struct fw_xferq *,
158 struct firewire_comm *fc;
233 struct firewire_comm *fc;
310 struct firewire_comm *fc;
386 struct firewire_comm *fc;
751 fwdev_allocbuf(struct firewire_comm *fc, struct fw_xferq *q,
fwdma.c 149 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment, int esize, int n,
firewire.h 472 struct firewire_comm *fc;
if_fwip.c 329 struct firewire_comm *fc;
433 struct firewire_comm *fc = sc->sc_fd.fc;
531 struct firewire_comm *fc = sc->sc_fd.fc;
sbp.c 469 struct firewire_comm *fc;
550 struct firewire_comm *fc = sc->sc_fd.fc;

Completed in 17 milliseconds