/src/sys/dev/pci/ |
pcibusprint.c | 13 struct pcibus_attach_args *pa = vpa; local in function:pcibusprint 17 aprint_normal(" bus %d", pa->pba_bus);
|
nca_pci.c | 65 struct pci_attach_args *pa = aux; local in function:nca_pci_match 66 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_DOMEX && 67 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_DOMEX_PCISCSI) 76 struct pci_attach_args *pa = aux; local in function:nca_pci_attach 80 pci_aprint_devinfo(pa, "SCSI controller"); 82 if (pci_mapreg_map(pa, 0x10, PCI_MAPREG_TYPE_IO, 0,
|
pciide.c | 90 struct pci_attach_args *pa = aux; local in function:pciide_match 97 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_MASS_STORAGE && 98 PCI_SUBCLASS(pa->pa_class) == PCI_SUBCLASS_MASS_STORAGE_IDE) { 108 struct pci_attach_args *pa = aux; local in function:pciide_attach 113 pciide_common_attach(sc, pa, NULL);
|
/src/sys/external/bsd/drm2/pci/ |
drm_pci_busid.c | 50 const struct pci_attach_args *const pa = &dev->pdev->pd_pa; local in function:drm_pci_set_busid 56 pa->pa_bus, pa->pa_device, pa->pa_function);
|
/src/sys/dev/marvell/ |
pchb.c | 56 struct pci_attach_args *pa = aux; local in function:pchb_match 58 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_MARVELL) 59 switch (PCI_PRODUCT(pa->pa_id)) {
|
/src/sys/arch/cobalt/pci/ |
pcib.c | 52 struct pci_attach_args *pa = aux; local in function:pcib_match 54 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_VIATECH) && 55 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_VIATECH_VT82C586_ISA)) 64 struct pci_attach_args *pa = aux; local in function:pcib_attach 68 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo)); 70 PCI_REVISION(pa->pa_class));
|
pchb.c | 52 struct pci_attach_args *pa = aux; local in function:pchb_match 54 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_MARVELL) && 55 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_MARVELL_GT64011)) 64 struct pci_attach_args *pa = aux; local in function:pchb_attach 67 major = PCI_REVISION(pa->pa_class) >> 4; 68 minor = PCI_REVISION(pa->pa_class) & 0x0f;
|
/src/sys/arch/evbmips/malta/pci/ |
pchb.c | 59 struct pci_attach_args *pa = aux; local in function:pchb_match 64 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && 65 PCI_SUBCLASS(pa->pa_class) == PCI_SUBCLASS_BRIDGE_HOST) { 66 switch (PCI_VENDOR(pa->pa_id)) { 68 switch (PCI_PRODUCT(pa->pa_id)) { 81 struct pci_attach_args *pa = aux; local in function:pchb_attach 92 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_MARVELL && 93 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_MARVELL_GT64120) { 103 PCI_REVISION(pa->pa_class) >= 0x10 ? "A" : ""); 105 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo [all...] |
/src/sys/arch/algor/algor/ |
autoconf.c | 84 #define BUILTIN_ETHERNET_P(pa) \ 85 ((pa)->pa_bus == 0 && (pa)->pa_device == 5 && (pa)->pa_function == 0) 87 #define BUILTIN_ETHERNET_P(pa) \ 88 ((pa)->pa_bus == 0 && (pa)->pa_device == 0 && (pa)->pa_function == 0) 90 #define BUILTIN_ETHERNET_P(pa) \ 91 ((pa)->pa_bus == 0 && (pa)->pa_device == 16 && (pa)->pa_function == 0 111 struct pci_attach_args *pa = aux; local in function:device_register [all...] |
/src/sys/arch/cats/pci/ |
pcib.c | 63 struct pci_attach_args *pa = aux; local in function:pcibmatch 68 switch (PCI_VENDOR(pa->pa_id)) { 70 switch (PCI_PRODUCT(pa->pa_id)) { 83 struct pci_attach_args *pa = aux; local in function:pcibattach 92 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo)); 94 PCI_REVISION(pa->pa_class));
|
/src/sys/arch/cobalt/cobalt/ |
autoconf.c | 87 struct pci_attach_args *pa = aux; local in function:device_register 89 if (pa->pa_bus == 0 && 90 pa->pa_device == 7 && 91 pa->pa_function == 0)
|
/src/sys/arch/evbppc/obs405/ |
rbus_machdep.c | 68 paddr_t pa; local in function:md_space_unmap 73 pmap_extract(pmap_kernel(), bsh, &pa); 74 *adrp = pa - t->pbs_offset; 80 rbus_pccbb_parent_mem(struct pci_attach_args *pa) 82 bus_space_tag_t bst = pa->pa_memt; 89 rbus_pccbb_parent_io(struct pci_attach_args *pa) 91 bus_space_tag_t bst = pa->pa_iot;
|
/src/sys/arch/i386/pci/ |
p64h2apic.c | 65 struct pci_attach_args *pa = aux; local in function:p64h2match 67 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_INTEL && 68 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_INTEL_82870P2_IOxAPIC) 78 struct pci_attach_args *pa = aux; local in function:p64h2attach 84 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo)); 86 PCI_REVISION(pa->pa_class)); 88 sc->sc_tag = pa->pa_tag;
|
pcmb.c | 64 struct pci_attach_args *pa = aux; local in function:pcmbmatch 69 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE 70 && PCI_SUBCLASS(pa->pa_class) == PCI_SUBCLASS_BRIDGE_MC) 79 struct pci_attach_args *pa = aux; local in function:pcmbattach 89 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo)); 91 PCI_REVISION(pa->pa_class));
|
geode.c | 90 struct pci_attach_args *pa = aux; local in function:geode_gcb_match 92 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_NS && 93 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_NS_SC1100_XBUS) 103 struct pci_attach_args *pa = aux; local in function:geode_gcb_attach 107 cba = pci_conf_read(pa->pa_pc, pa->pa_tag, SC1100_XBUS_CBA_SCRATCHPAD); 108 sc->sc_iot = pa->pa_iot;
|
pceb.c | 69 struct pci_attach_args *pa = aux; local in function:pcebmatch 74 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && 75 PCI_SUBCLASS(pa->pa_class) == PCI_SUBCLASS_BRIDGE_EISA) 83 switch (PCI_VENDOR(pa->pa_id)) { 85 switch (PCI_PRODUCT(pa->pa_id)) { 98 struct pci_attach_args *pa = aux; local in function:pcebattach 108 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo)); 110 PCI_REVISION(pa->pa_class));
|
/src/sys/arch/mips/sibyte/pci/ |
sbpcihb.c | 64 struct pci_attach_args *pa = aux; local in function:sbpcihb_match 67 pci_decompose_tag(pa->pa_pc, pa->pa_tag, &bus, &device, NULL); 71 && PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SIBYTE 72 && PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_SIBYTE_BCM1250_PCIHB)
|
/src/sys/arch/netwinder/pci/ |
pcib.c | 63 struct pci_attach_args *pa = aux; local in function:pcibmatch 68 switch (PCI_VENDOR(pa->pa_id)) { 70 switch (PCI_PRODUCT(pa->pa_id)) { 77 switch (PCI_PRODUCT(pa->pa_id)) { 90 struct pci_attach_args *pa = aux; local in function:pcibattach 99 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo)); 101 PCI_REVISION(pa->pa_class));
|
/src/sys/arch/arc/arc/ |
bus_space_large.c | 83 paddr_t pa; local in function:arc_large_bus_space_compose_handle 86 pa = bst->bs_pbase + (addr - bst->bs_start); 92 if ((va = arc_contiguously_wired_mapped(pa, size)) != 0 || 96 (va = arc_map_wired(pa, size)) != 0)) { 106 pa, pa + size - 1); 119 paddr_t pa; local in function:arc_large_bus_space_dispose_handle 125 if (arc_wired_map_extract(bsh, &pa))
|
/src/sys/arch/amiga/amiga/ |
amiga_bus_simple_1word.c | 63 uint32_t pa = kvtop((void*) tag->base); local in function:oabs 64 *handlep = tag->base + (address - pa) * AMIGA_SIMPLE_BUS_STRIDE;
|
/src/sys/arch/mvme68k/dev/ |
if_le.c | 149 struct pcc_attach_args *pa = aux; local in function:le_pcc_match 151 if (strcmp(pa->pa_name, le_cd.cd_name)) 154 pa->pa_ipl = cf->pcccf_ipl; 164 struct pcc_attach_args *pa; local in function:le_pcc_attach 171 pa = aux; 174 lsc->sc_bust = pa->pa_bust; 175 bus_space_map(pa->pa_bust, pa->pa_offset, 4, 0, &lsc->sc_bush); 178 if (bus_dmamem_alloc(pa->pa_dmat, ether_data_buff_size, PAGE_SIZE, 0, 184 if (bus_dmamem_map(pa->pa_dmat, &seg, rseg, ether_data_buff_size [all...] |
zs_pcctwo.c | 89 struct pcctwo_attach_args *pa = aux; local in function:zsc_pcctwo_match 91 if (strcmp(pa->pa_name, zsc_cd.cd_name) || 95 pa->pa_ipl = cf->pcctwocf_ipl; 96 if (pa->pa_ipl == -1) 97 pa->pa_ipl = ZSHARD_PRI; 108 struct pcctwo_attach_args *pa = aux; local in function:zsc_pcctwo_attach 117 bus_space_map(pa->pa_bust, pa->pa_offset, 8, 0, &bush); 119 zs_level = pa->pa_ipl;
|
/src/sys/arch/usermode/usermode/ |
vm_machdep.c | 50 paddr_t pa; local in function:vmapbuf 68 &pa) == false) 70 pmap_enter(vm_map_pmap(phys_map), taddr, trunc_page(pa),
|
/src/sys/arch/x86/pci/ |
aapic.c | 31 struct pci_attach_args *pa = aux; local in function:aapic_match 33 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_AMD && 34 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_AMD_PCIX8131_APIC) 43 struct pci_attach_args *pa = aux; local in function:aapic_attach 49 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo)); 50 rev = PCI_REVISION(pa->pa_class); 61 reg = pci_conf_read(pa->pa_pc, pa->pa_tag, AMD8131_IOAPIC_CTL); 63 pci_conf_write(pa->pa_pc, pa->pa_tag, AMD8131_IOAPIC_CTL, reg) [all...] |
amdpcib.c | 59 struct pci_attach_args *pa = aux; local in function:amdpcib_match 61 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_AMD) && 62 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_AMD_PBC8111_LPC)) 71 struct pci_attach_args *pa = aux; local in function:amdpcib_attach 75 config_search(self, pa,
|