Home
last modified time | relevance | path

Searched refs:omap_hwmod_dma_info (Results 1 – 8 of 8) sorted by relevance

/arch/arm/mach-omap2/
Domap_hwmod_2xxx_3xxx_ipblock_data.c50 struct omap_hwmod_dma_info omap2_uart1_sdma_reqs[] = {
56 struct omap_hwmod_dma_info omap2_uart2_sdma_reqs[] = {
62 struct omap_hwmod_dma_info omap2_uart3_sdma_reqs[] = {
68 struct omap_hwmod_dma_info omap2_i2c1_sdma_reqs[] = {
74 struct omap_hwmod_dma_info omap2_i2c2_sdma_reqs[] = {
80 struct omap_hwmod_dma_info omap2_mcspi1_sdma_reqs[] = {
92 struct omap_hwmod_dma_info omap2_mcspi2_sdma_reqs[] = {
100 struct omap_hwmod_dma_info omap2_mcbsp1_sdma_reqs[] = {
106 struct omap_hwmod_dma_info omap2_mcbsp2_sdma_reqs[] = {
112 struct omap_hwmod_dma_info omap2_mcbsp3_sdma_reqs[] = {
Domap_hwmod_common_data.h108 extern struct omap_hwmod_dma_info omap2_uart1_sdma_reqs[];
109 extern struct omap_hwmod_dma_info omap2_uart2_sdma_reqs[];
110 extern struct omap_hwmod_dma_info omap2_uart3_sdma_reqs[];
111 extern struct omap_hwmod_dma_info omap2_i2c1_sdma_reqs[];
112 extern struct omap_hwmod_dma_info omap2_i2c2_sdma_reqs[];
113 extern struct omap_hwmod_dma_info omap2_mcspi1_sdma_reqs[];
114 extern struct omap_hwmod_dma_info omap2_mcspi2_sdma_reqs[];
115 extern struct omap_hwmod_dma_info omap2_mcbsp1_sdma_reqs[];
116 extern struct omap_hwmod_dma_info omap2_mcbsp2_sdma_reqs[];
119 extern struct omap_hwmod_dma_info omap2_mcbsp3_sdma_reqs[];
Domap_hwmod.h186 struct omap_hwmod_dma_info { struct
653 struct omap_hwmod_dma_info *sdma_reqs;
Domap_hwmod_3xxx_data.c551 static struct omap_hwmod_dma_info uart4_sdma_reqs[] = {
580 static struct omap_hwmod_dma_info am35xx_uart4_sdma_reqs[] = {
627 static struct omap_hwmod_dma_info omap3xxx_dss_sdma_chs[] = {
872 static struct omap_hwmod_dma_info i2c3_sdma_reqs[] = {
1259 static struct omap_hwmod_dma_info omap3xxx_mcbsp4_sdma_chs[] = {
1292 static struct omap_hwmod_dma_info omap3xxx_mcbsp5_sdma_chs[] = {
1629 static struct omap_hwmod_dma_info omap34xx_mcspi3_sdma_reqs[] = {
1665 static struct omap_hwmod_dma_info omap34xx_mcspi4_sdma_reqs[] = {
1791 static struct omap_hwmod_dma_info omap34xx_mmc1_sdma_reqs[] = {
1858 static struct omap_hwmod_dma_info omap34xx_mmc2_sdma_reqs[] = {
[all …]
Domap_hwmod_44xx_data.c627 static struct omap_hwmod_dma_info omap44xx_dss_dispc_sdma_reqs[] = {
680 static struct omap_hwmod_dma_info omap44xx_dss_dsi1_sdma_reqs[] = {
712 static struct omap_hwmod_dma_info omap44xx_dss_dsi2_sdma_reqs[] = {
764 static struct omap_hwmod_dma_info omap44xx_dss_hdmi_sdma_reqs[] = {
816 static struct omap_hwmod_dma_info omap44xx_dss_rfbi_sdma_reqs[] = {
1804 static struct omap_hwmod_dma_info omap44xx_mcspi1_sdma_reqs[] = {
1838 static struct omap_hwmod_dma_info omap44xx_mcspi2_sdma_reqs[] = {
1868 static struct omap_hwmod_dma_info omap44xx_mcspi3_sdma_reqs[] = {
1898 static struct omap_hwmod_dma_info omap44xx_mcspi4_sdma_reqs[] = {
1948 static struct omap_hwmod_dma_info omap44xx_mmc1_sdma_reqs[] = {
[all …]
Domap_hwmod_2xxx_ipblock_data.c23 struct omap_hwmod_dma_info omap2xxx_dss_sdma_chs[] = {
Domap_hwmod_7xx_data.c429 static struct omap_hwmod_dma_info dra7xx_dss_sdma_reqs[] = {
Domap_hwmod.c1093 struct omap_hwmod_dma_info *ohdi; in _count_sdma_reqs()