Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-nomadik/include/plat/
Dpincfg.h46 #define PIN_NUM(x) ((x) & PIN_NUM_MASK) macro
126 (PIN_NUM(num) | PIN_##alt))
130 (PIN_NUM(num) | PIN_##alt | PIN_INPUT_##pull))
134 (PIN_NUM(num) | PIN_##alt | PIN_OUTPUT_##val))
138 (PIN_NUM(num) | PIN_##alt | PIN_PULL_##pull))
/linux-2.6.39/arch/arm/plat-nomadik/
Dgpio.c185 int pin = PIN_NUM(cfg); in __nmk_config_pin()
308 int pin = PIN_NUM(cfgs[i]); in __nmk_config_pins()
320 int pin = PIN_NUM(cfgs[i]); in __nmk_config_pins()