Home
last modified time | relevance | path

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

/linux/arch/powerpc/sysdev/
H A Dmpic.c480 str_enabled_disabled(flags & HT_MSI_FLAGS_ENABLE), addr); in mpic_scan_ht_msi()
482 if (!(flags & HT_MSI_FLAGS_ENABLE)) in mpic_scan_ht_msi()
483 writeb(flags | HT_MSI_FLAGS_ENABLE, base + HT_MSI_FLAGS); in mpic_scan_ht_msi()
/linux/include/uapi/linux/
H A Dpci_regs.h916 #define HT_MSI_FLAGS_ENABLE 0x1 /* Mapping enable */ macro