Searched refs:hwmods (Results 1 – 6 of 6) sorted by relevance
/arch/arm/boot/dts/ |
D | omap4.dtsi | 47 ti,hwmods = "mpu"; 52 ti,hwmods = "dsp"; 57 ti,hwmods = "iva"; 97 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3"; 109 ti,hwmods = "uart1"; 115 ti,hwmods = "uart2"; 121 ti,hwmods = "uart3"; 127 ti,hwmods = "uart4"; 135 ti,hwmods = "i2c1"; 142 ti,hwmods = "i2c2"; [all …]
|
D | omap3.dtsi | 37 ti,hwmods = "mpu"; 42 ti,hwmods = "iva"; 62 ti,hwmods = "l3_main"; 74 ti,hwmods = "uart1"; 80 ti,hwmods = "uart2"; 86 ti,hwmods = "uart3"; 92 ti,hwmods = "uart4"; 100 ti,hwmods = "i2c1"; 107 ti,hwmods = "i2c2"; 114 ti,hwmods = "i2c3";
|
D | omap2.dtsi | 32 ti,hwmods = "mpu"; 41 ti,hwmods = "l3_main"; 51 ti,hwmods = "uart1"; 57 ti,hwmods = "uart2"; 63 ti,hwmods = "uart3";
|
/arch/arm/plat-omap/ |
D | omap_device.c | 334 struct omap_hwmod **hwmods; in omap_device_build_from_dt() local 347 hwmods = kzalloc(sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL); in omap_device_build_from_dt() 348 if (!hwmods) { in omap_device_build_from_dt() 362 hwmods[i] = oh; in omap_device_build_from_dt() 365 od = omap_device_alloc(pdev, hwmods, oh_cnt, NULL, 0); in omap_device_build_from_dt() 379 kfree(hwmods); in omap_device_build_from_dt() 430 ret = omap_hwmod_get_context_loss_count(od->hwmods[0]); in omap_device_get_context_loss_count() 450 c += omap_hwmod_count_resources(od->hwmods[i]); in omap_device_count_resources() 482 r = omap_hwmod_fill_resources(od->hwmods[i], res); in omap_device_fill_resources() 513 struct omap_hwmod **hwmods; in omap_device_alloc() local [all …]
|
/arch/arm/mach-omap2/ |
D | serial.c | 91 omap_hwmod_enable_wakeup(od->hwmods[0]); in omap_uart_enable_wakeup() 93 omap_hwmod_disable_wakeup(od->hwmods[0]); in omap_uart_enable_wakeup() 105 omap_hwmod_set_slave_idlemode(od->hwmods[0], HWMOD_IDLEMODE_NO); in omap_uart_set_noidle() 113 if (od->hwmods[0]->class->sysc->idlemodes & SIDLE_SMART_WKUP) in omap_uart_set_smartidle() 118 omap_hwmod_set_slave_idlemode(od->hwmods[0], idlemode); in omap_uart_set_smartidle()
|
/arch/arm/plat-omap/include/plat/ |
D | omap_device.h | 72 struct omap_hwmod **hwmods; member
|