Home
last modified time | relevance | path

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

/linux-4.4.14/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_3xxx_data.c550 static struct omap_hwmod_dma_info uart4_sdma_reqs[] = {
579 static struct omap_hwmod_dma_info am35xx_uart4_sdma_reqs[] = {
626 static struct omap_hwmod_dma_info omap3xxx_dss_sdma_chs[] = {
859 static struct omap_hwmod_dma_info i2c3_sdma_reqs[] = {
1246 static struct omap_hwmod_dma_info omap3xxx_mcbsp4_sdma_chs[] = {
1279 static struct omap_hwmod_dma_info omap3xxx_mcbsp5_sdma_chs[] = {
1598 static struct omap_hwmod_dma_info omap34xx_mcspi3_sdma_reqs[] = {
1634 static struct omap_hwmod_dma_info omap34xx_mcspi4_sdma_reqs[] = {
1760 static struct omap_hwmod_dma_info omap34xx_mmc1_sdma_reqs[] = {
1827 static struct omap_hwmod_dma_info omap34xx_mmc2_sdma_reqs[] = {
[all …]
Domap_hwmod_44xx_data.c629 static struct omap_hwmod_dma_info omap44xx_dss_dispc_sdma_reqs[] = {
684 static struct omap_hwmod_dma_info omap44xx_dss_dsi1_sdma_reqs[] = {
718 static struct omap_hwmod_dma_info omap44xx_dss_dsi2_sdma_reqs[] = {
772 static struct omap_hwmod_dma_info omap44xx_dss_hdmi_sdma_reqs[] = {
826 static struct omap_hwmod_dma_info omap44xx_dss_rfbi_sdma_reqs[] = {
1809 static struct omap_hwmod_dma_info omap44xx_mcspi1_sdma_reqs[] = {
1843 static struct omap_hwmod_dma_info omap44xx_mcspi2_sdma_reqs[] = {
1873 static struct omap_hwmod_dma_info omap44xx_mcspi3_sdma_reqs[] = {
1903 static struct omap_hwmod_dma_info omap44xx_mcspi4_sdma_reqs[] = {
1953 static struct omap_hwmod_dma_info omap44xx_mmc1_sdma_reqs[] = {
[all …]
Domap_hwmod.h192 struct omap_hwmod_dma_info { struct
676 struct omap_hwmod_dma_info *sdma_reqs;
Domap_hwmod_2xxx_ipblock_data.c23 static struct omap_hwmod_dma_info omap2xxx_dss_sdma_chs[] = {
Domap_hwmod_7xx_data.c450 static struct omap_hwmod_dma_info dra7xx_dss_sdma_reqs[] = {
Domap_hwmod.c1070 struct omap_hwmod_dma_info *ohdi; in _count_sdma_reqs()