Searched defs:omap_usb (Results 1 – 2 of 2) sorted by relevance
39 struct omap_usb { struct49 enum omap_usb_phy_type type; argument50 struct regmap *syscon_phy_power; /* ctrl. reg. acces */51 unsigned int power_reg; /* power reg. index within syscon */52 u32 mask;53 u32 power_on;54 u32 power_off;
53 struct omap_usb { struct70 #define phy_to_omapusb(x) container_of((x), struct omap_usb, phy) argument