Searched refs:gpio_dbg (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/gpio/ |
D | gpio-samsung.c | 46 #define gpio_dbg(x...) do { } while (0) macro 48 #define gpio_dbg(x...) printk(KERN_DEBUG x) macro 602 gpio_dbg("%s: %p: CON now %08lx\n", __func__, base, con); in samsung_gpiolib_4bit_input() 630 gpio_dbg("%s: %p: CON %08lx, DAT %08lx\n", __func__, base, con, dat); in samsung_gpiolib_4bit_output() 674 gpio_dbg("%s: %p: CON %08lx\n", __func__, base, con); in samsung_gpiolib_4bit2_input() 709 gpio_dbg("%s: %p: CON %08lx, DAT %08lx\n", __func__, base, con, dat); in samsung_gpiolib_4bit2_output()
|