Lines Matching defs:ohci
49 struct ohci { struct
53 static inline void reg_write(const struct ohci *ohci, int offset, u32 data) in reg_write()
58 static inline u32 reg_read(const struct ohci *ohci, int offset) in reg_read()
66 static inline u8 __init get_phy_reg(struct ohci *ohci, u8 addr) in get_phy_reg()
84 static inline void __init set_phy_reg(struct ohci *ohci, u8 addr, u8 data) in set_phy_reg()
98 static inline void __init init_ohci1394_soft_reset(struct ohci *ohci) in init_ohci1394_soft_reset()
117 static inline void __init init_ohci1394_initialize(struct ohci *ohci) in init_ohci1394_initialize()
190 static inline void __init init_ohci1394_wait_for_busresets(struct ohci *ohci) in init_ohci1394_wait_for_busresets()
208 static inline void __init init_ohci1394_enable_physical_dma(struct ohci *ohci) in init_ohci1394_enable_physical_dma()
219 static inline void __init init_ohci1394_reset_and_init_dma(struct ohci *ohci) in init_ohci1394_reset_and_init_dma()
251 struct ohci ohci; in init_ohci1394_controller() local