Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c1279 uint16_t msgctrl, rwmask; in msixcap_cfgwrite() local
1285 rwmask = PCIM_MSIXCTRL_MSIX_ENABLE | PCIM_MSIXCTRL_FUNCTION_MASK; in msixcap_cfgwrite()
1287 msgctrl &= ~rwmask; in msixcap_cfgwrite()
1288 msgctrl |= val & rwmask; in msixcap_cfgwrite()
1303 uint16_t msgctrl, rwmask, msgdata, mme; in msicap_cfgwrite() local
1311 rwmask = PCIM_MSICTRL_MME_MASK | PCIM_MSICTRL_MSI_ENABLE; in msicap_cfgwrite()
1313 msgctrl &= ~rwmask; in msicap_cfgwrite()
1314 msgctrl |= val & rwmask; in msicap_cfgwrite()