Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
H A Dpci-xgene-msi.c33 #define MSInRx_HWIRQ_MASK GENMASK(6, 4) macro
125 FIELD_PREP(MSInRx_HWIRQ_MASK, index) | in compute_hwirq()
137 msir = FIELD_GET(MSInRx_HWIRQ_MASK, data->hwirq); in xgene_compose_msi_msg()