Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/irq/
H A Dirq-gpio-switch.c116 IRQ_D("No gpio alias %s\n", alias_name); in __phandle_gpio_to_irq()
136 IRQ_D("%s: gpio%d-%d\n", __func__, bank, offset); in __phandle_gpio_to_irq()
/OK3568_Linux_fs/u-boot/include/
H A Dirq-generic.h17 #define IRQ_D(fmt, args...) debug("IRQ Debug "fmt, ##args) macro