Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dselftest.h584 int __I = 2; \
586 CDEBUG(IS_PO2(++__I) ? D_WARNING : D_NET, \
/linux-4.1.27/drivers/pinctrl/sh-pfc/
Dpfc-r8a7740.c1531 #define __I (SH_PFC_PIN_CFG_INPUT) macro
1538 #define R8A7740_PIN_I_PD(pin) SH_PFC_PIN_CFG(pin, __I | __PD)
1539 #define R8A7740_PIN_I_PU(pin) SH_PFC_PIN_CFG(pin, __I | __PU)
1540 #define R8A7740_PIN_I_PU_PD(pin) SH_PFC_PIN_CFG(pin, __I | __PUD)
Dpfc-sh73a0.c1162 #define __I (SH_PFC_PIN_CFG_INPUT) macro
1169 #define SH73A0_PIN_I_PD(pin) SH_PFC_PIN_CFG(pin, __I | __PD)
1170 #define SH73A0_PIN_I_PU(pin) SH_PFC_PIN_CFG(pin, __I | __PU)
1171 #define SH73A0_PIN_I_PU_PD(pin) SH_PFC_PIN_CFG(pin, __I | __PUD)