Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dpci.c995 bool bit64, pvmask; local
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
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),