Searched refs:PCIM_MSICTRL_64BIT (Results 1 – 2 of 2) sorted by relevance
147 vdev->msi.caplen = ((val & (PCIM_MSICTRL_64BIT << 16U)) != 0U) ? 0xEU : 0xAU; in init_vmsi()148 vdev->msi.is_64bit = ((val & (PCIM_MSICTRL_64BIT << 16U)) != 0U); in init_vmsi()
153 #define PCIM_MSICTRL_64BIT 0x80U macro
Completed in 7 milliseconds