Home
last modified time | relevance | path

Searched refs:mxs_map_entry (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/arm/mach-mxs/
Dmm.c28 mxs_map_entry(MX23, OCRAM, MT_DEVICE),
29 mxs_map_entry(MX23, IO, MT_DEVICE),
36 mxs_map_entry(MX28, OCRAM, MT_DEVICE),
37 mxs_map_entry(MX28, IO, MT_DEVICE),
/linux-3.4.99/arch/arm/mach-mxs/include/mach/
Dmxs.h72 #define mxs_map_entry(soc, name, _type) { \ macro