Searched refs:__omap_get_config (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dboard.h170 extern const void *__omap_get_config(u16 tag, size_t len, int nr);
173 ((const type *) __omap_get_config((tag), sizeof(type), 0))
175 ((const type *) __omap_get_config((tag), sizeof(type), (nr)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dcommon.c109 const void *__omap_get_config(u16 tag, size_t len, int nr) function
113 EXPORT_SYMBOL(__omap_get_config); variable

Completed in 117 milliseconds