Home
last modified time | relevance | path

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

/linux/drivers/net/can/rockchip/
H A Drockchip_canfd.h56 #define RKCANFD_REG_INT_WAKEUP_INT BIT(14) macro
73 (RKCANFD_REG_INT_WAKEUP_INT | \
H A Drockchip_canfd-core.c691 if (reg_int & RKCANFD_REG_INT_WAKEUP_INT) in rkcanfd_irq()