Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/rapidio/devices/
Dtsi721.h216 #define TSI721_INT_IMSG_CHAN_M 0x00ff0000 macro
Dtsi721.c513 if (dev_ch_int & TSI721_INT_IMSG_CHAN_M) { /* Inbound Msg */ in tsi721_irqhandler()
516 ch_inte &= ~(dev_ch_int & TSI721_INT_IMSG_CHAN_M); in tsi721_irqhandler()