HomeSort by: relevance | last modified time | path
    Searched defs:bit64 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
pci.c 995 bool bit64, pvmask; local in function:pci_conf_capture
999 bit64 = pcs->msi_ctl & PCI_MSI_CTL_64BIT_ADDR;
1004 if (bit64)
1010 off + (bit64 ? PCI_MSI_MDATA64 : PCI_MSI_MDATA));
1015 off + (bit64 ? PCI_MSI_MASK64 : PCI_MSI_MASK));
1075 bool bit64, pvmask; local in function:pci_conf_restore
1082 bit64 = pcs->msi_ctl & PCI_MSI_CTL_64BIT_ADDR;
1088 if (bit64)
1094 off + (bit64 ? PCI_MSI_MDATA64 : PCI_MSI_MDATA),
1100 off + (bit64 ? PCI_MSI_MASK64 : PCI_MSI_MASK)
    [all...]
pci.c 995 bool bit64, pvmask; local in function:pci_conf_capture
999 bit64 = pcs->msi_ctl & PCI_MSI_CTL_64BIT_ADDR;
1004 if (bit64)
1010 off + (bit64 ? PCI_MSI_MDATA64 : PCI_MSI_MDATA));
1015 off + (bit64 ? PCI_MSI_MASK64 : PCI_MSI_MASK));
1075 bool bit64, pvmask; local in function:pci_conf_restore
1082 bit64 = pcs->msi_ctl & PCI_MSI_CTL_64BIT_ADDR;
1088 if (bit64)
1094 off + (bit64 ? PCI_MSI_MDATA64 : PCI_MSI_MDATA),
1100 off + (bit64 ? PCI_MSI_MASK64 : PCI_MSI_MASK)
    [all...]
pci.c 995 bool bit64, pvmask; local in function:pci_conf_capture
999 bit64 = pcs->msi_ctl & PCI_MSI_CTL_64BIT_ADDR;
1004 if (bit64)
1010 off + (bit64 ? PCI_MSI_MDATA64 : PCI_MSI_MDATA));
1015 off + (bit64 ? PCI_MSI_MASK64 : PCI_MSI_MASK));
1075 bool bit64, pvmask; local in function:pci_conf_restore
1082 bit64 = pcs->msi_ctl & PCI_MSI_CTL_64BIT_ADDR;
1088 if (bit64)
1094 off + (bit64 ? PCI_MSI_MDATA64 : PCI_MSI_MDATA),
1100 off + (bit64 ? PCI_MSI_MASK64 : PCI_MSI_MASK)
    [all...]

Completed in 262 milliseconds