Home | History | Annotate | Download | only in pci

Lines Matching defs:PA

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;
270 if (pci_find_device(&PA, igma_newpch_match)) {
318 struct pci_attach_args *pa = (struct pci_attach_args *)aux;
321 if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY)
324 ip = igma_lookup(pa);
335 const struct pci_attach_args *pa = (struct pci_attach_args *)aux;
341 pci_aprint_devinfo(pa, NULL);
346 igma_product_to_chip(pa, &sc->sc_chip);
348 if (pci_mapreg_map(pa, PCI_BAR0, PCI_MAPREG_TYPE_MEM,
367 if (pci_mapreg_map(pa, PCI_BAR2, PCI_MAPREG_TYPE_MEM,
377 if (pci_mapreg_map(pa, PCI_BAR4, PCI_MAPREG_TYPE_IO, 0,