Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h874 #define HT_5BIT_CAP_MASK 0xF8 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h876 #define HT_5BIT_CAP_MASK 0xF8 macro
/openbmc/linux/arch/powerpc/sysdev/
H A Dmpic.c461 if ((id & HT_5BIT_CAP_MASK) == HT_CAPTYPE_MSI_MAPPING) in mpic_scan_ht_msi()
505 if ((id & HT_5BIT_CAP_MASK) == HT_CAPTYPE_IRQ) in mpic_scan_ht_pic()
/openbmc/linux/drivers/pci/
H A Dpci.c659 mask = HT_5BIT_CAP_MASK; in __pci_find_next_ht_cap()