Home
last modified time | relevance | path

Searched refs:iotable_init (Results 1 - 25 of 144) sorted by relevance

123456

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dio.c314 iotable_init(omap24xx_io_desc, ARRAY_SIZE(omap24xx_io_desc)); in omap242x_map_io()
315 iotable_init(omap242x_io_desc, ARRAY_SIZE(omap242x_io_desc)); in omap242x_map_io()
322 iotable_init(omap24xx_io_desc, ARRAY_SIZE(omap24xx_io_desc)); in omap243x_map_io()
323 iotable_init(omap243x_io_desc, ARRAY_SIZE(omap243x_io_desc)); in omap243x_map_io()
330 iotable_init(omap34xx_io_desc, ARRAY_SIZE(omap34xx_io_desc)); in omap3_map_io()
337 iotable_init(omapti81xx_io_desc, ARRAY_SIZE(omapti81xx_io_desc)); in ti81xx_map_io()
344 iotable_init(omapam33xx_io_desc, ARRAY_SIZE(omapam33xx_io_desc)); in am33xx_map_io()
351 iotable_init(omap44xx_io_desc, ARRAY_SIZE(omap44xx_io_desc)); in omap4_map_io()
359 iotable_init(omap54xx_io_desc, ARRAY_SIZE(omap54xx_io_desc)); in omap5_map_io()
367 iotable_init(dra7xx_io_des in dra7xx_map_io()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dio.c311 iotable_init(omap24xx_io_desc, ARRAY_SIZE(omap24xx_io_desc)); in omap242x_map_io()
312 iotable_init(omap242x_io_desc, ARRAY_SIZE(omap242x_io_desc)); in omap242x_map_io()
319 iotable_init(omap24xx_io_desc, ARRAY_SIZE(omap24xx_io_desc)); in omap243x_map_io()
320 iotable_init(omap243x_io_desc, ARRAY_SIZE(omap243x_io_desc)); in omap243x_map_io()
327 iotable_init(omap34xx_io_desc, ARRAY_SIZE(omap34xx_io_desc)); in omap3_map_io()
334 iotable_init(omapti81xx_io_desc, ARRAY_SIZE(omapti81xx_io_desc)); in ti81xx_map_io()
341 iotable_init(omapam33xx_io_desc, ARRAY_SIZE(omapam33xx_io_desc)); in am33xx_map_io()
348 iotable_init(omap44xx_io_desc, ARRAY_SIZE(omap44xx_io_desc)); in omap4_map_io()
356 iotable_init(omap54xx_io_desc, ARRAY_SIZE(omap54xx_io_desc)); in omap5_map_io()
364 iotable_init(dra7xx_io_des in dra7xx_map_io()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dio.c90 iotable_init(omap_io_desc, ARRAY_SIZE(omap_io_desc)); in omap1_map_common_io()
97 iotable_init(omap7xx_io_desc, ARRAY_SIZE(omap7xx_io_desc)); in omap7xx_map_io()
105 iotable_init(omap1510_io_desc, ARRAY_SIZE(omap1510_io_desc)); in omap15xx_map_io()
113 iotable_init(omap16xx_io_desc, ARRAY_SIZE(omap16xx_io_desc)); in omap16xx_map_io()
/kernel/linux/linux-5.10/arch/arm/include/asm/mach/
H A Dmap.h40 extern void iotable_init(struct map_desc *, int);
61 #define iotable_init(map,num) do { } while (0) macro
/kernel/linux/linux-6.6/arch/arm/include/asm/mach/
H A Dmap.h40 extern void iotable_init(struct map_desc *, int);
61 #define iotable_init(map,num) do { } while (0) macro
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H A Dcommon.c50 iotable_init(standard_io_desc, ARRAY_SIZE(standard_io_desc)); in mmp_map_io()
59 iotable_init(mmp2_io_desc, ARRAY_SIZE(mmp2_io_desc)); in mmp2_map_io()
/kernel/linux/linux-6.6/arch/arm/mach-mmp/
H A Dcommon.c50 iotable_init(standard_io_desc, ARRAY_SIZE(standard_io_desc)); in mmp_map_io()
59 iotable_init(mmp2_io_desc, ARRAY_SIZE(mmp2_io_desc)); in mmp2_map_io()
/kernel/linux/linux-5.10/arch/arm/mach-imx/
H A Dmm-imx3.c89 iotable_init(mx31_io_desc, ARRAY_SIZE(mx31_io_desc)); in mx31_map_io()
137 iotable_init(mx35_io_desc, ARRAY_SIZE(mx35_io_desc)); in mx35_map_io()
/kernel/linux/linux-6.6/arch/arm/mach-imx/
H A Dmm-imx3.c88 iotable_init(mx31_io_desc, ARRAY_SIZE(mx31_io_desc)); in mx31_map_io()
124 iotable_init(mx35_io_desc, ARRAY_SIZE(mx35_io_desc)); in mx35_map_io()
H A Dmach-imx27.c45 iotable_init(imx27_io_desc, ARRAY_SIZE(imx27_io_desc)); in mx27_map_io()
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/
H A Dsetup.c30 iotable_init(iop3xx_std_desc, ARRAY_SIZE(iop3xx_std_desc)); in iop3xx_map_io()
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/
H A Dcommon.c181 iotable_init(fb_common_io_desc, ARRAY_SIZE(fb_common_io_desc)); in footbridge_map_io()
188 iotable_init(ebsa285_host_io_desc, ARRAY_SIZE(ebsa285_host_io_desc)); in footbridge_map_io()
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-s3c64xx-dt.c33 iotable_init(s3c64xx_dt_iodesc, ARRAY_SIZE(s3c64xx_dt_iodesc)); in s3c64xx_dt_map_io()
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H A Dmach-s3c64xx-dt.c33 iotable_init(s3c64xx_dt_iodesc, ARRAY_SIZE(s3c64xx_dt_iodesc)); in s3c64xx_dt_map_io()
/kernel/linux/linux-5.10/arch/arm/mach-gemini/
H A Dboard-dt.c27 iotable_init(gemini_io_desc, ARRAY_SIZE(gemini_io_desc)); in gemini_map_io()
/kernel/linux/linux-5.10/arch/arm/mach-hisi/
H A Dhisilicon.c41 iotable_init(hi3620_io_desc, ARRAY_SIZE(hi3620_io_desc)); in hi3620_map_io()
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/
H A Dixp4xx-of.c41 iotable_init(ixp4xx_of_io_desc, ARRAY_SIZE(ixp4xx_of_io_desc)); in ixp4xx_of_map_io()
/kernel/linux/linux-6.6/arch/arm/mach-spear/
H A Dspear1310.c51 iotable_init(spear1310_io_desc, ARRAY_SIZE(spear1310_io_desc)); in spear1310_map_io()
/kernel/linux/linux-6.6/arch/arm/mach-gemini/
H A Dboard-dt.c27 iotable_init(gemini_io_desc, ARRAY_SIZE(gemini_io_desc)); in gemini_map_io()
/kernel/linux/linux-6.6/arch/arm/mach-hisi/
H A Dhisilicon.c41 iotable_init(hi3620_io_desc, ARRAY_SIZE(hi3620_io_desc)); in hi3620_map_io()
/kernel/linux/linux-5.10/arch/arm/mach-tegra/
H A Dio.c54 iotable_init(tegra_io_desc, ARRAY_SIZE(tegra_io_desc)); in tegra_map_common_io()
/kernel/linux/linux-5.10/arch/arm/mach-spear/
H A Dspear1310.c54 iotable_init(spear1310_io_desc, ARRAY_SIZE(spear1310_io_desc)); in spear1310_map_io()
/kernel/linux/linux-5.10/arch/arm/mach-s5pv210/
H A Ds5pv210.c37 iotable_init(&iodesc, 1); in s5pv210_fdt_map_sys()
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/
H A Dsetup-sh73a0.c40 iotable_init(sh73a0_io_desc, ARRAY_SIZE(sh73a0_io_desc)); in sh73a0_map_io()
/kernel/linux/linux-6.6/arch/arm/mach-tegra/
H A Dio.c54 iotable_init(tegra_io_desc, ARRAY_SIZE(tegra_io_desc)); in tegra_map_common_io()

Completed in 5 milliseconds

123456