Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/rapidio/devices/
Dtsi721.h189 #define TSI721_INT_IMSG_CHAN_M 0x00ff0000 macro
Dtsi721.c510 if (dev_ch_int & TSI721_INT_IMSG_CHAN_M) { /* Inbound Msg */ in tsi721_irqhandler()
513 ch_inte &= ~(dev_ch_int & TSI721_INT_IMSG_CHAN_M); in tsi721_irqhandler()