Searched defs:arm_app (Results 1 – 2 of 2) sorted by relevance
369 #define FW_CI_LL_SUPPORT(arm_app) ((arm_app) & 0x80000000) argument370 #define FW_4M_SDRAM(arm_app) ((arm_app) & 0x40000000) argument371 #define FW_VERSION(arm_app) ((arm_app) & 0x0000FFFF) argument
222 u32 arm_app; member