Searched refs:_I (Results 1 – 4 of 4) sorted by relevance
64 #define RSI_GET_SDIO_INTERRUPT_TYPE(_I, TYPE) \ argument67 (_I & (1 << PKT_BUFF_AVAILABLE)) ? \69 (_I & (1 << MSDU_PKT_PENDING)) ? \71 (_I & (1 << FW_ASSERT_IND)) ? \
245 #define PHY_ENABLED(_HA, _I) ((_HA)->hw_prof.enabled_phys & (1<<(_I))) argument
137 #define _AL3_I(op, rd, rn, imm) ((op ## _I) | (rd) << 12 | (rn) << 16 | (imm))
435 emit(op ## _I((r1), (r2), imm12), ctx); \