Searched defs:arm_app (Results 1 – 2 of 2) sorted by relevance
362 #define FW_CI_LL_SUPPORT(arm_app) ((arm_app) & 0x80000000) argument363 #define FW_4M_SDRAM(arm_app) ((arm_app) & 0x40000000) argument364 #define FW_VERSION(arm_app) ((arm_app) & 0x0000FFFF) argument
220 u32 arm_app; member