Lines Matching +full:5 +full:x
31 * [5] hysteresis.
40 #define IOCON_PIO_FUNC(x) (((x) & 0x7)) argument
42 #define IOCON_PIO_MODE(x) (((x) & 0x3) << 3) argument
44 #define IOCON_PIO_HYS(x) (((x) & 0x1) << 5) argument
46 #define IOCON_PIO_INVERT(x) (((x) & 0x1) << 2) argument
48 #define IOCON_PIO_OD(x) (((x) & 0x1) << 10) argument
50 #define IOCON_PIO_SMODE(x) (((x) & 0x3) << 11) argument
52 #define IOCON_PIO_CLKDIV(x) (((x) & 0x7) << 13) argument
61 * [5] hysteresis.
72 #define IOCON_PIO_ADMODE(x) (((x) & 0x1) << 7) argument
74 #define IOCON_PIO_FILTER(x) (((x) & 0x1) << 8) argument
91 #define IOCON_PIO_I2CMODE(x) (((x) & 0x3) << 8) argument
99 #define IOCON_FUNC5 5