Lines Matching +full:0 +full:x7fff3ccf
38 0xffffffff 0xffc00c3b /* pioA */
39 0xffffffff 0x7fff3ccf /* pioB */
40 0xffffffff 0x007fffff /* pioC */
81 => 0xffc00c3b
86 The PERIPH 0 means gpio, PERIPH 1 is periph A, PERIPH 2 is periph B...
87 PIN_BANK 0 is pioA, PIN_BANK 1 is pioB...
90 PULL_UP (1 << 0): indicate this pin needs a pull up.
103 OUTPUT_VAL (1 << 8): output val (1 = high, 0 = low)
104 SLEWRATE (1 << 9): slew rate of the pin: 0 = disable, 1 = enable
106 DEBOUNCE_VAL (0x3fff << 17): debounce value.
142 reg = <0xfffff400 0x600>;
146 reg = <0xfffff400 0x200>;
157 0xffffffff 0xffc00c3b /* pioA */
158 0xffffffff 0x7fff3ccf /* pioB */
159 0xffffffff 0x007fffff /* pioC */
164 pinctrl_dbgu: dbgu-0 {
166 <1 14 0x1 0x0 /* PB14 periph A */
167 1 15 0x1 0x1>; /* PB15 periph A with pullup */
174 reg = <0xfffff200 0x200>;
177 pinctrl-0 = <&pinctrl_dbgu>;