Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rapidio/devices/
H A Dtsi721.c466 if (priv->flags & TSI721_USING_MSI) in tsi721_irqhandler()
560 if (priv->flags & TSI721_USING_MSI) { in tsi721_irqhandler()
834 (priv->flags & TSI721_USING_MSI) ? 0 : IRQF_SHARED, in tsi721_request_irq()
2690 priv->flags |= TSI721_USING_MSI; in tsi721_setup_mport()
2960 else if (priv->flags & TSI721_USING_MSI) in tsi721_remove()
H A Dtsi721.h765 TSI721_USING_MSI = (1 << 0), enumerator