Home
last modified time | relevance | path

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

/linux-2.6.39/arch/h8300/include/asm/
Dgpio.h44 h8300_get_gpio_dir(((port) << 8) | (bit))
49 extern int h8300_get_gpio_dir(int port_bit);
/linux-2.6.39/arch/h8300/kernel/
Dgpio.c107 int h8300_get_gpio_dir(int port_bit) in h8300_get_gpio_dir() function