Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dpci_fire.c81 #define MSIQ_WORD0_FMT_TYPE 0x7f00000000000000UL macro
167 if ((ep->word0 & MSIQ_WORD0_FMT_TYPE) == 0) in pci_fire_dequeue_msi()
170 type_fmt = ((ep->word0 & MSIQ_WORD0_FMT_TYPE) >> in pci_fire_dequeue_msi()
183 ep->word0 &= ~MSIQ_WORD0_FMT_TYPE; in pci_fire_dequeue_msi()