Home | History | Annotate | Download | only in pci

Lines Matching defs:bit64

995 		bool bit64, pvmask;
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;
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),