Lines Matching +full:0 +full:xb
19 #define SOC_PORT_DEFAULT (0)
21 #define SOC_PORT_FLAGS_POS (0)
22 #define SOC_PORT_FLAGS_MASK (0x7B << SOC_PORT_FLAGS_POS)
35 /* Drive-Strength, 0mA means normal, any other value means stronger */
44 #define SOC_PORT_FUNC_MASK (0xF << SOC_PORT_FUNC_POS)
47 #define SOC_PORT_FUNC_A (0x0 << SOC_PORT_FUNC_POS)
49 #define SOC_PORT_FUNC_B (0x1 << SOC_PORT_FUNC_POS)
51 #define SOC_PORT_FUNC_C (0x2 << SOC_PORT_FUNC_POS)
53 #define SOC_PORT_FUNC_D (0x3 << SOC_PORT_FUNC_POS)
55 #define SOC_PORT_FUNC_E (0x4 << SOC_PORT_FUNC_POS)
57 #define SOC_PORT_FUNC_F (0x5 << SOC_PORT_FUNC_POS)
59 #define SOC_PORT_FUNC_G (0x6 << SOC_PORT_FUNC_POS)
61 #define SOC_PORT_FUNC_H (0x7 << SOC_PORT_FUNC_POS)
63 #define SOC_PORT_FUNC_I (0x8 << SOC_PORT_FUNC_POS)
65 #define SOC_PORT_FUNC_J (0x9 << SOC_PORT_FUNC_POS)
67 #define SOC_PORT_FUNC_K (0xa << SOC_PORT_FUNC_POS)
69 #define SOC_PORT_FUNC_L (0xb << SOC_PORT_FUNC_POS)
71 #define SOC_PORT_FUNC_M (0xc << SOC_PORT_FUNC_POS)
73 #define SOC_PORT_FUNC_N (0xd << SOC_PORT_FUNC_POS)