Lines Matching defs:ohci
36 struct ohci { struct
40 static inline void reg_write(const struct ohci *ohci, int offset, u32 data) in reg_write()
45 static inline u32 reg_read(const struct ohci *ohci, int offset) in reg_read()
53 static inline u8 __init get_phy_reg(struct ohci *ohci, u8 addr) in get_phy_reg()
71 static inline void __init set_phy_reg(struct ohci *ohci, u8 addr, u8 data) in set_phy_reg()
85 static inline void __init init_ohci1394_soft_reset(struct ohci *ohci) in init_ohci1394_soft_reset()
104 static inline void __init init_ohci1394_initialize(struct ohci *ohci) in init_ohci1394_initialize()
177 static inline void __init init_ohci1394_wait_for_busresets(struct ohci *ohci) in init_ohci1394_wait_for_busresets()
195 static inline void __init init_ohci1394_enable_physical_dma(struct ohci *ohci) in init_ohci1394_enable_physical_dma()
206 static inline void __init init_ohci1394_reset_and_init_dma(struct ohci *ohci) in init_ohci1394_reset_and_init_dma()
238 struct ohci ohci; in init_ohci1394_controller() local