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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_types.h 40 typedef uint64 PA;
vm_basic_types.h 16 typedef uint64 PA;
  /src/sys/dev/pci/
igma.c 217 igma_newpch_match(const struct pci_attach_args *pa)
219 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_INTEL)
221 switch (0xff00 & PCI_PRODUCT(pa->pa_id)) {
234 igma_lookup(const struct pci_attach_args *pa)
239 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_INTEL)
243 if (PCI_PRODUCT(pa->pa_id) == ip->product)
250 igma_product_to_chip(const struct pci_attach_args *pa, struct igma_chip *cd)
253 struct pci_attach_args PA;
255 ip = igma_lookup(pa);
269 PA = *pa
318 struct pci_attach_args *pa = (struct pci_attach_args *)aux; local in function:igma_match
335 const struct pci_attach_args *pa = (struct pci_attach_args *)aux; local in function:igma_attach
    [all...]
  /src/usr.bin/tip/
tip.c 98 char *PA;

Completed in 14 milliseconds