Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.c78 #define PIN_NUM(x) ((x) & PIN_NUM_MASK) macro
189 (PIN_NUM(num) | PIN_##alt))
193 (PIN_NUM(num) | PIN_##alt | PIN_INPUT_##pull))
197 (PIN_NUM(num) | PIN_##alt | PIN_OUTPUT_##val))