Home
last modified time | relevance | path

Searched defs:omap_hwmod_ocp_if (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/arch/arm/mach-omap2/
Domap_hwmod.h243 struct omap_hwmod_ocp_if { struct
244 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 …]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Domap_hwmod.h239 struct omap_hwmod_ocp_if { struct
240 struct omap_hwmod *master;
241 struct omap_hwmod *slave;
242 struct omap_hwmod_addr_space *addr;
243 const char *clk;
244 struct clk *_clk;
245 struct list_head node;
246 union {
248 } fw;
249 u8 width;
[all …]