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