Searched defs:fwohci_softc (Results 1 – 1 of 1) sorted by relevance
39 typedef struct fwohci_softc { struct40 struct firewire_comm fc;41 uint8 irq;42 void *regAddr;43 area_id regArea;44 struct fwohci_dbch{81 int fwohci_init (struct fwohci_softc *); argument