Home
last modified time | relevance | path

Searched refs:PINMUX_TYPE_NONE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/sh/
Dpfc.c518 if ((gpioc->gpios[offset].flags & PINMUX_FLAG_TYPE) != PINMUX_TYPE_NONE) in sh_gpio_request()
564 gpioc->gpios[offset].flags |= PINMUX_TYPE_NONE; in sh_gpio_free()
/linux-3.4.99/include/linux/
Dsh_pfc.h19 #define PINMUX_TYPE_NONE 0 macro