Searched defs:omap_hwmod_ocp_if (Results 1 – 1 of 1) sorted by relevance
243 struct omap_hwmod_ocp_if { struct244 struct omap_hwmod *master;245 struct omap_hwmod *slave;246 struct omap_hwmod_addr_space *addr;247 const char *clk;248 struct clk *_clk;249 struct list_head node;250 union {252 } fw;253 u8 width;[all …]