Searched refs:FUNC (Results 1 – 8 of 8) sorted by relevance
| /u-boot/drivers/pinctrl/ |
| A D | pinctrl-kendryte.c | 211 #define FUNC(id, mode) \ macro 217 #define FUNC(id, mode) \ 222 FUNC(JTAG_TCLK, IN), 223 FUNC(JTAG_TDI, IN), 224 FUNC(JTAG_TMS, IN), 240 FUNC(UARTHS_RX, IN), 242 FUNC(RESV6, IN), 243 FUNC(RESV7, IN), 286 FUNC(UART1_RX, IN), 288 FUNC(UART2_RX, IN), [all …]
|
| A D | pinctrl-sandbox.c | 58 #define FUNC(id) \ macro 60 FUNC(UART), 61 FUNC(I2C), 62 FUNC(SPI), 63 FUNC(I2S), 64 FUNC(GPIO), 65 FUNC(CS), 66 FUNC(PWM), 67 #undef FUNC
|
| /u-boot/drivers/pinctrl/mtmips/ |
| A D | pinctrl-mt7628.c | 158 FUNC("pwm", 2), 165 FUNC("pwm", 2), 171 FUNC("-", 3), 174 FUNC("i2c", 0), 210 FUNC("-", 3), 211 FUNC("-", 2), 224 FUNC("-", 3), 245 FUNC("-", 3), 246 FUNC("-", 2), 287 FUNC("-", 3), [all …]
|
| A D | pinctrl-mt7620.c | 36 FUNC("i2c", 2), 38 FUNC("none", 0), 42 FUNC("gpio", 2), 48 FUNC("gpio", 1), 49 FUNC("pa", 0), 53 FUNC("gpio", 2), 54 FUNC("sd", 1), 55 FUNC("nand", 0), 66 FUNC("led", 0), 71 FUNC("led", 0), [all …]
|
| A D | pinctrl-mtmips-common.h | 39 #define FUNC(name, value) { name, value } macro
|
| /u-boot/arch/x86/include/asm/ |
| A D | pnp_def.h | 32 #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC)) argument
|
| /u-boot/doc/device-tree-bindings/pinctrl/ |
| A D | kendryte,k210-fpioa.txt | 30 ((PIN << 16) | (DO << 8) | (FUNC)) 33 Valid values for FUNC are numbers 0 through 255. For a complete list of
|
| /u-boot/arch/arc/lib/ |
| A D | _millicodethunk.S | 21 #define FUNC(X) .type SYM(X),@function macro 22 #define HIDDEN_FUNC(X) FUNC(X)` .hidden X
|
Completed in 18 milliseconds