Searched refs:ht_msictrl (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/pci/
H A Dpcivar.h137 uint16_t ht_msictrl; /* MSI mapping control */ member in struct:pcicfg_ht
H A Dpci.c925 cfg->ht.ht_msictrl = val;
1002 !(cfg->ht.ht_msictrl & PCIM_HTCMD_MSI_ENABLE)) {
1006 cfg->ht.ht_msictrl |= PCIM_HTCMD_MSI_ENABLE;
1007 WREG(cfg->ht.ht_msimap + PCIR_HT_COMMAND, cfg->ht.ht_msictrl,
2190 if (addr && !(ht->ht_msictrl & PCIM_HTCMD_MSI_ENABLE) &&
2193 ht->ht_msictrl |= PCIM_HTCMD_MSI_ENABLE;
2195 ht->ht_msictrl, 2);
2198 if (!addr && ht->ht_msictrl & PCIM_HTCMD_MSI_ENABLE) {
2200 ht->ht_msictrl &= ~PCIM_HTCMD_MSI_ENABLE;
2202 ht->ht_msictrl,
[all...]

Completed in 177 milliseconds