Home
last modified time | relevance | path

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

/linux-2.6.39/arch/h8300/include/asm/
Dgpio.h41 h8300_set_gpio_dir(((port) << 8) | (bit), dir)
48 extern int h8300_set_gpio_dir(int port_bit, int dir);
/linux-2.6.39/arch/h8300/kernel/
Dh8300_ksyms.c101 EXPORT_SYMBOL(h8300_set_gpio_dir);
Dgpio.c89 int h8300_set_gpio_dir(int port_bit,int dir) in h8300_set_gpio_dir() function