Home
last modified time | relevance | path

Searched refs:_I (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_sdio.h64 #define RSI_GET_SDIO_INTERRUPT_TYPE(_I, TYPE) \ argument
67 (_I & (1 << PKT_BUFF_AVAILABLE)) ? \
69 (_I & (1 << MSDU_PKT_PENDING)) ? \
71 (_I & (1 << FW_ASSERT_IND)) ? \
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_hwi.h245 #define PHY_ENABLED(_HA, _I) ((_HA)->hw_prof.enabled_phys & (1<<(_I))) argument
/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.h137 #define _AL3_I(op, rd, rn, imm) ((op ## _I) | (rd) << 12 | (rn) << 16 | (imm))
Dbpf_jit_32.c435 emit(op ## _I((r1), (r2), imm12), ctx); \