Home
last modified time | relevance | path

Searched refs:soc_is_omap24xx (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/arm/mach-omap2/
Dsoc.h204 # define soc_is_omap24xx() is_omap24xx() macro
206 # define soc_is_omap24xx() 0
506 #define cpu_is_omap24xx() soc_is_omap24xx()
Did.c60 if (soc_is_omap24xx()) { in omap_type()
763 if (soc_is_omap24xx()) in omap_get_family()
Ddma.c245 if (soc_is_omap24xx()) { in omap2_system_dma_init_dev()