Searched refs:PINMUX_TYPE_NONE (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/pinctrl/renesas/
H A Dpfc.c587 if (cfg->type != PINMUX_TYPE_NONE) {
630 cfg->type = PINMUX_TYPE_NONE;
647 if (cfg->type != PINMUX_TYPE_NONE) {
683 if (cfg->type != PINMUX_TYPE_NONE) {
943 cfg->type = PINMUX_TYPE_NONE;
H A Dsh_pfc.h14 PINMUX_TYPE_NONE, enumerator in enum:__anon14
/u-boot/drivers/gpio/
H A Dsh_pfc.c456 if ((gpioc->gpios[offset].flags & PINMUX_FLAG_TYPE) != PINMUX_TYPE_NONE)
496 gpioc->gpios[offset].flags |= PINMUX_TYPE_NONE;
/u-boot/include/
H A Dsh_pfc.h19 #define PINMUX_TYPE_NONE 0 macro

Completed in 135 milliseconds