Home
last modified time | relevance | path

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

/linux-6.15/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.c686 if (reg_int & RKCANFD_REG_INT_WAKEUP_INT) in rkcanfd_irq()