Home
last modified time | relevance | path

Searched refs:PIN_NUM (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/auxdisplay/
H A Dhd44780.c34 PIN_NUM enumerator
38 struct gpio_desc *pins[PIN_NUM];
/openbmc/u-boot/drivers/gpio/
H A Ddb8500_gpio.c191 int pin = PIN_NUM(cfg); in config_pin()
/openbmc/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c81 #define PIN_NUM(x) ((x) & PIN_NUM_MASK) macro
192 (PIN_NUM(num) | PIN_##alt))
196 (PIN_NUM(num) | PIN_##alt | PIN_INPUT_##pull))
200 (PIN_NUM(num) | PIN_##alt | PIN_OUTPUT_##val))