Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c96 struct fw_ohci *ohci;
127 struct fw_ohci *ohci;
189 struct fw_ohci { struct
242 static inline struct fw_ohci *fw_ohci(struct fw_card *card) in fw_ohci() argument
244 return container_of(card, struct fw_ohci, card); in fw_ohci()
298 static bool has_reboot_by_cycle_timer_read_quirk(const struct fw_ohci *ohci) in has_reboot_by_cycle_timer_read_quirk()
404 static inline void reg_write(const struct fw_ohci *ohci, int offset, u32 data) in reg_write()
409 static inline u32 reg_read(const struct fw_ohci *ohci, int offset) in reg_read()
414 static inline void flush_writes(const struct fw_ohci *ohci) in flush_writes()
426 static int read_phy_reg(struct fw_ohci *ohci, int addr) in read_phy_reg()
[all …]