Lines Matching +full:0 +full:x04
12 #define B91_FUNC_A 0x00
13 #define B91_FUNC_B 0x01
14 #define B91_FUNC_C 0x02
18 #define B91_PORT_A 0x00
19 #define B91_PORT_B 0x01
20 #define B91_PORT_C 0x02
21 #define B91_PORT_D 0x03
22 #define B91_PORT_E 0x04
26 #define B91_PIN_0 0x01
27 #define B91_PIN_1 0x02
28 #define B91_PIN_2 0x04
29 #define B91_PIN_3 0x08
30 #define B91_PIN_4 0x10
31 #define B91_PIN_5 0x20
32 #define B91_PIN_6 0x40
33 #define B91_PIN_7 0x80
37 #define B91_PULL_NONE 0
43 #define B91_PIN_0_FUNC_POS 0x00
44 #define B91_PIN_1_FUNC_POS 0x02
45 #define B91_PIN_2_FUNC_POS 0x04
46 #define B91_PIN_3_FUNC_POS 0x06
47 #define B91_PIN_4_FUNC_POS 0x00
48 #define B91_PIN_5_FUNC_POS 0x02
49 #define B91_PIN_6_FUNC_POS 0x04
50 #define B91_PIN_7_FUNC_POS 0x06
55 #define B91_PULL_MSK 0x3
57 #define B91_FUNC_MSK 0x3
59 #define B91_PORT_MSK 0xFF
60 #define B91_PIN_POS 0
61 #define B91_PIN_MSK 0xFFFF
62 #define B91_PIN_ID_MSK 0xFF