Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic94xx/
Daic94xx_hwi.h245 #define PHY_ENABLED(_HA, _I) ((_HA)->hw_prof.enabled_phys & (1<<(_I))) argument
/linux-3.4.99/arch/arm/net/
Dbpf_jit_32.h117 #define _AL3_I(op, rd, rn, imm) ((op ## _I) | (rd) << 12 | (rn) << 16 | (imm))
Dbpf_jit_32.c400 emit(op ## _I((r1), (r2), imm12), ctx); \