Lines Matching +full:0 +full:x3
29 * [0:2] function.
40 #define IOCON_PIO_FUNC(x) (((x) & 0x7))
41 #define IOCON_PIO_FUNC_MASK IOCON_PIO_FUNC(0x7)
42 #define IOCON_PIO_MODE(x) (((x) & 0x3) << 3)
43 #define IOCON_PIO_MODE_MASK IOCON_PIO_MODE(0x3)
44 #define IOCON_PIO_HYS(x) (((x) & 0x1) << 5)
45 #define IOCON_PIO_HYS_MASK IOCON_PIO_HYS(0x1)
46 #define IOCON_PIO_INVERT(x) (((x) & 0x1) << 2)
47 #define IOCON_PIO_INVERT_MASK IOCON_PIO_INVERT(0x1)
48 #define IOCON_PIO_OD(x) (((x) & 0x1) << 10)
49 #define IOCON_PIO_OD_MASK IOCON_PIO_OD(0x1)
50 #define IOCON_PIO_SMODE(x) (((x) & 0x3) << 11)
51 #define IOCON_PIO_SMODE_MASK IOCON_PIO_SMODE(0x3)
52 #define IOCON_PIO_CLKDIV(x) (((x) & 0x7) << 13)
53 #define IOCON_PIO_CLKDIV_MASK IOCON_PIO_CLKDIV(0x7)
59 * [0:2] function.
72 #define IOCON_PIO_ADMODE(x) (((x) & 0x1) << 7)
73 #define IOCON_PIO_ADMODE_MASK IOCON_PIO_ADMODE(0x1)
74 #define IOCON_PIO_FILTER(x) (((x) & 0x1) << 8)
75 #define IOCON_PIO_FILTER_MASK IOCON_PIO_FILTER(0x1)
82 * [0:2] function.
91 #define IOCON_PIO_I2CMODE(x) (((x) & 0x3) << 8)
92 #define IOCON_PIO_I2CMODE_MASK IOCON_PIO_I2CMODE(0x3)
94 #define IOCON_FUNC0 0