Searched refs:pa (Results 101 - 125 of 1143) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Damdpm.c66 struct pci_attach_args *pa = aux; local
68 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_AMD) {
69 switch (PCI_PRODUCT(pa->pa_id)) {
75 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_NVIDIA) {
76 switch (PCI_PRODUCT(pa->pa_id)) {
89 struct pci_attach_args *pa = aux; local
94 pci_aprint_devinfo(pa, NULL);
96 if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_NVIDIA_XBOX_SMBUS)
101 sc->sc_pc = pa->pa_pc;
102 sc->sc_tag = pa
[all...]
H A Djoy_pci.c58 struct pci_attach_args *pa = aux; local
60 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_INPUT &&
61 PCI_SUBCLASS(pa->pa_class) == PCI_SUBCLASS_INPUT_GAMEPORT &&
62 PCI_INTERFACE(pa->pa_class) == 0x10)
65 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_CREATIVELABS &&
66 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_CREATIVELABS_SBJOY ||
67 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_CREATIVELABS_SBJOY2))
93 struct pci_attach_args *pa = aux; local
97 pci_aprint_devinfo(pa, NULL);
101 if (bar_is_io(pa
[all...]
H A Dsiisata_pci.c110 siisata_pci_lookup(const struct pci_attach_args * pa) argument
115 if (siisata_pci_boards[i].spb_vend != PCI_VENDOR(pa->pa_id))
117 if (siisata_pci_boards[i].spb_prod == PCI_PRODUCT(pa->pa_id))
127 struct pci_attach_args *pa = aux; local
129 if (siisata_pci_lookup(pa) != NULL)
138 struct pci_attach_args *pa = aux; local
153 psc->sc_pc = pa->pa_pc;
154 psc->sc_pcitag = pa->pa_tag;
156 pci_aprint_devinfo(pa, "SATA-II HBA");
159 memtype = pci_mapreg_type(pa
[all...]
H A Dahcisata_pci.c142 struct pci_attach_args *pa = aux; local
149 force = ahci_pci_has_quirk(PCI_VENDOR(pa->pa_id),
150 PCI_PRODUCT(pa->pa_id),
154 if ((PCI_CLASS(pa->pa_class) != PCI_CLASS_MASS_STORAGE ||
155 ((PCI_SUBCLASS(pa->pa_class) != PCI_SUBCLASS_MASS_STORAGE_SATA ||
156 PCI_INTERFACE(pa->pa_class) != PCI_INTERFACE_SATA_AHCI) &&
157 PCI_SUBCLASS(pa->pa_class) != PCI_SUBCLASS_MASS_STORAGE_RAID)) &&
161 if (pci_mapreg_map(pa, AHCI_PCI_ABAR,
166 if ((PCI_SUBCLASS(pa->pa_class) == PCI_SUBCLASS_MASS_STORAGE_SATA &&
167 PCI_INTERFACE(pa
179 struct pci_attach_args *pa = aux; local
[all...]
H A Dif_an_pci.c105 struct pci_attach_args *pa = aux; local
109 if (PCI_VENDOR(pa->pa_id) == app->app_vendor &&
110 PCI_PRODUCT(pa->pa_id) == app->app_product)
119 struct pci_attach_args *pa = (struct pci_attach_args *)aux; local
128 psc->sc_pct = pa->pa_pc;
129 psc->sc_pcitag = pa->pa_tag;
131 pci_aprint_devinfo(pa, "802.11 controller");
134 if (pci_mapreg_map(pa, AN_PCI_IOBA, PCI_MAPREG_TYPE_IO, 0,
141 csr = pci_conf_read(pa->pa_pc, pa
[all...]
H A Dif_mtd_pci.c79 struct pci_attach_args *pa = aux; local
83 if (PCI_VENDOR(pa->pa_id) == id->vendor &&
84 PCI_PRODUCT(pa->pa_id) == id->product)
93 struct pci_attach_args * const pa = aux; local
101 pci_aprint_devinfo(pa, NULL);
103 io_valid = (pci_mapreg_map(pa, PCI_IO_MAP_REG, PCI_MAPREG_TYPE_IO,
105 mem_valid = (pci_mapreg_map(pa, PCI_MEM_MAP_REG, PCI_MAPREG_TYPE_MEM
119 sc->dma_tag = pa->pa_dmat;
124 if (pci_intr_map(pa, &ih)) {
128 intrstring = pci_intr_string(pa
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mips/pci/
H A Dpciide_machdep.c56 const struct pci_attach_args *pa, int chan, int (*func)(void *), void *arg)
58 pci_chipset_tag_t pc = pa->pa_pc;
62 return (mips_pciide_compat_intr_establish(pc, dev, pa, chan,
55 pciide_machdep_compat_intr_establish(device_t dev, const struct pci_attach_args *pa, int chan, int (*func)(void *), void *arg) argument
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/alchemy/
H A Dpciide_machdep.c57 const struct pci_attach_args *pa, int chan, int (*func)(void *), void *arg)
59 pci_chipset_tag_t pc = pa->pa_pc;
63 return (mips_pciide_compat_intr_establish(pc, dev, pa, chan,
56 pciide_machdep_compat_intr_establish(device_t dev, const struct pci_attach_args *pa, int chan, int (*func)(void *), void *arg) argument
/netbsd-6-1-5-RELEASE/sys/arch/alpha/pci/
H A Dpciide_machdep.c60 const struct pci_attach_args *pa, int chan, int (*func)(void *), void *arg)
62 pci_chipset_tag_t pc = pa->pa_pc;
64 return (alpha_pciide_compat_intr_establish(pc, dev, pa, chan,
59 pciide_machdep_compat_intr_establish(device_t dev, const struct pci_attach_args *pa, int chan, int (*func)(void *), void *arg) argument
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/acpidump/
H A Dacpi_user.c53 vm_offset_t pa; member in struct:acpi_user_mapping
73 acpi_user_find_mapping(vm_offset_t pa, size_t size) argument
79 if (map->pa <= pa && map->size >= pa + size - map->pa)
84 size = round_page(pa + size) - trunc_page(pa);
85 pa = trunc_page(pa);
188 acpi_map_physical(vm_offset_t pa, size_t size) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.martin/
H A Dsts_conv.C18 double *pa = a + 1; // { dg-bogus "" } should convert local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20030914-2.c8 int f (struct s pa, int pb, ...) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dvect-42.c9 void bar (float *pa, float *pb, float *pc) argument
16 if (pa[i] != (pb[i] * pc[i]))
30 main1 (float * __restrict__ pa, float *pb, float *pc) argument
45 pa[i] = b[i] * c[i];
H A Dvect-54.c9 void bar (float *pa, float *pb, float *pc) argument
16 if (pa[i+1] != (pb[i+1] * pc[i+1]))
37 float *pa = a; local
43 pa[i+1] = pb[i+1] * pc[i+1];
H A Dvect-58.c9 void bar (float *pa, float *pb, float *pc) argument
16 if (pa[i+1] != (pb[i+1] * pc[i+1]))
35 float *pa = a; local
41 pa[i+1] = pb[i+1] * pc[i+1];
H A Dno-vfa-vect-43.c9 void bar (float *pa, float *pb, float *pc) argument
16 if (pa[i] != (pb[i] * pc[i]))
25 main1 (float *pa, float *pb, float *pc) argument
37 /* Vectorizable: pa may not alias pb and/or pc, even though their
38 addresses escape. &pa would need to escape to point to escaped memory. */
41 pa[i] = b[i] * c[i];
44 bar (pa,b,c);
50 main2 (float *pa, float *pb, float *pc) argument
65 pa[i] = b[i] * c[i];
71 if (pa[
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.martin/
H A Dsts_conv.C18 double *pa = a + 1; // { dg-bogus "" } should convert local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20030914-2.c8 int f (struct s pa, int pb, ...) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vect/
H A Dvect-42.c8 void bar (float *pa, float *pb, float *pc) argument
15 if (pa[i] != (pb[i] * pc[i]))
29 main1 (float * __restrict__ pa) argument
37 pa[i] = pb[i] * pc[i];
H A Dvect-54.c8 void bar (float *pa, float *pb, float *pc) argument
15 if (pa[i+1] != (pb[i+1] * pc[i+1]))
35 float *pa = a; local
41 pa[i+1] = pb[i+1] * pc[i+1];
H A Dvect-58.c8 void bar (float *pa, float *pb, float *pc) argument
15 if (pa[i+1] != (pb[i+1] * pc[i+1]))
33 float *pa = a; local
39 pa[i+1] = pb[i+1] * pc[i+1];
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Dbus_subr.c88 bus_tmapin(int bustype, int pa) argument
96 off = pa & PGOFSET;
97 pa -= off;
99 pa &= bus_info[bustype].mask;
100 pa |= bus_info[bustype].base;
102 pte = PA_PGNUM(pa);
133 bus_mapin(int bustype, int pa, int sz) argument
141 off = pa & PGOFSET;
142 pa -= off;
148 if (find_prom_map(pa, PMAP_OBI
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/mainbus/
H A Dwdc_pioc.c86 struct pioc_attach_args *pa = aux; local
93 if (pa->pa_name && strcmp(pa->pa_name, "wdc") != 0)
97 if (pa->pa_offset == PIOCCF_OFFSET_DEFAULT)
105 iobase = pa->pa_iobase + pa->pa_offset;
106 wdr.cmd_iot = pa->pa_iot;
107 wdr.ctl_iot = pa->pa_iot;
135 pa->pa_iosize = WDC_PIOC_REG_NPORTS;
150 struct pioc_attach_args *pa local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dwired_map.c87 mips3_wired_enter_page(vaddr_t va, paddr_t pa, vsize_t pgsize) argument
95 KASSERT((pa & (pgsize - 1)) == 0);
105 mips3_wired_map[index].pa0 = pa;
108 mips3_wired_map[index].pa1 = pa;
128 mips3_wired_map[index].pa0 = pa;
133 mips3_wired_map[index].pa1 = pa;
174 mips3_wired_enter_region(vaddr_t va, paddr_t pa, vsize_t size) argument
187 KASSERT((va & MIPS3_WIRED_OFFMASK) == (pa & MIPS3_WIRED_OFFMASK));
192 pa &= ~MIPS3_WIRED_OFFMASK;
195 if (!mips3_wired_enter_page(va, pa, MIPS3_WIRED_SIZ
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/npwr_fc/
H A Dnpwr_fc_pci.c82 iq80321_pci_intr_map(const struct pci_attach_args *pa, pci_intr_handle_t *ihp) argument
84 struct i80321_softc *sc = pa->pa_pc->pc_intr_v;
105 pci_decompose_tag(pa->pa_pc, pa->pa_intrtag, &b, &d, &f);
113 if (pa->pa_intrpin == 1) {
117 if (pa->pa_intrpin == 2) {
124 if (pa->pa_intrpin == 1) {
131 if (pa->pa_intrpin == 1) {
140 pa->pa_bus, pa
[all...]

Completed in 123 milliseconds

1234567891011>>