Home
last modified time | relevance | path

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

/arch/blackfin/include/asm/
Dgpio.h12 #define gpio_sub_n(x) ((x) & 0xF) macro
/arch/blackfin/kernel/
Dbfin_gpio.c286 u8 offset = pmux_offset[gpio_bank(ident)][gpio_sub_n(ident)]; in portmux_group_check()
315 u8 offset = pmux_offset[gpio_bank(ident)][gpio_sub_n(ident)]; in portmux_setup()
442 ret = 0x01 & (gpio_array[gpio_bank(gpio)]->name >> gpio_sub_n(gpio)); \