Searched refs:fw_ohci (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dohci.c90 struct fw_ohci *ohci;
117 struct fw_ohci *ohci;
168 struct fw_ohci { struct
182 * Spinlock for accessing fw_ohci data. Never call out of
215 static inline struct fw_ohci *fw_ohci(struct fw_card *card) function
217 return container_of(card, struct fw_ohci, card);
486 static inline void reg_write(const struct fw_ohci *ohci, int offset, u32 data)
491 static inline u32 reg_read(const struct fw_ohci *ohci, int offset)
496 static inline void flush_writes(const struct fw_ohci *ohc
[all...]

Completed in 144 milliseconds