HomeSort by: relevance | last modified time | path
    Searched refs:pci_conf_write (Results 1 - 25 of 277) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/netwinder/pci/
pci_machdep.c 25 pci_conf_write(pba->pba_pc, tag,
36 pci_conf_write(pba->pba_pc, tag, PCI_INTERRUPT_REG, intreg);
37 pci_conf_write(pba->pba_pc, tag, 0x10, 0x400 | PCI_MAPREG_TYPE_IO);
38 pci_conf_write(pba->pba_pc, tag, 0x14, 0x00800000);
44 pci_conf_write(pba->pba_pc, tag,
54 pci_conf_write(pba->pba_pc, tag, PCI_INTERRUPT_REG, intreg);
55 pci_conf_write(pba->pba_pc, tag, 0x10, 0x300 | PCI_MAPREG_TYPE_IO);
62 pci_conf_write(pba->pba_pc, tag,
67 pci_conf_write(pba->pba_pc, tag, 0x10, 0);
68 pci_conf_write(pba->pba_pc, tag, 0x48
    [all...]
  /src/sys/arch/ia64/include/
pci_machdep.h 43 void pci_conf_write(pci_chipset_tag_t, pcitag_t, int, pcireg_t);
  /src/sys/dev/pci/
agp_intel.c 161 pci_conf_write(sc->as_pc, sc->as_tag,
165 pci_conf_write(sc->as_pc, sc->as_tag, AGP_INTEL_APSIZE, value);
199 pci_conf_write(sc->as_pc, sc->as_tag, AGP_INTEL_ATTBASE,
205 pci_conf_write(sc->as_pc, sc->as_tag, AGP_INTEL_AGPCTRL,
210 pci_conf_write(sc->as_pc, sc->as_tag, AGP_INTEL_AGPCTRL,
222 pci_conf_write(sc->as_pc, sc->as_tag, AGP_I840_MCHCFG, reg);
230 pci_conf_write(sc->as_pc, sc->as_tag, AGP_INTEL_AGPCMD,
234 pci_conf_write(sc->as_pc, sc->as_tag, AGP_I840_MCHCFG,
243 pci_conf_write(sc->as_pc, sc->as_tag, AGP_INTEL_NBXCFG, reg);
250 pci_conf_write(sc->as_pc, sc->as_tag
    [all...]
if_ex_pci.c 240 pci_conf_write(pc, pa->pa_tag, PCI_COMMAND_STATUS_REG,
348 pci_conf_write(pc, tag, PCI_POWERCTL, 0);
349 pci_conf_write(pc, tag, PCI_BAR0, base0);
350 pci_conf_write(pc, tag, PCI_BAR1, base1);
351 pci_conf_write(pc, tag, PCI_EXP_ROM_BAR, romaddr);
352 pci_conf_write(pc, tag, PCI_INT_GNT_LAT, pci_int_lat);
353 pci_conf_write(pc, tag, PCI_CACHE_LAT_BIST, pci_cache_lat);
354 pci_conf_write(pc, tag, PCI_COMMAND_STATUS_REG,
368 pci_conf_write(psc->psc_pc, psc->psc_tag,
372 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_BHLC_REG
    [all...]
agp_amd64.c 301 pci_conf_write(pa->pa_pc, asc->mctrl_tag[i], AGP_AMD64_ATTBASE,
308 pci_conf_write(pa->pa_pc, asc->mctrl_tag[i], AGP_AMD64_APCTRL,
370 pci_conf_write(sc->as_pc, asc->mctrl_tag[0], AGP_AMD64_APCTRL,
429 pci_conf_write(sc->as_pc, asc->mctrl_tag[i],
446 pci_conf_write(sc->as_pc, asc->mctrl_tag[i], AGP_AMD64_APBASE,
458 pci_conf_write(sc->as_pc, sc->as_tag, AGP_AMD64_ULI_APBASE,
460 pci_conf_write(sc->as_pc, sc->as_tag, AGP_AMD64_ULI_HTT_FEATURE,
479 pci_conf_write(sc->as_pc, sc->as_tag, AGP_AMD64_ULI_ENU_SCR,
494 pci_conf_write(sc->as_pc, sc->as_tag, AGP_AMD64_NVIDIA_0_APBASE,
496 pci_conf_write(sc->as_pc, asc->ctrl_tag, AGP_AMD64_NVIDIA_1_APBASE1
    [all...]
agp_via.c 141 pci_conf_write(pa->pa_pc, pa->pa_tag, asc->regs[REG_ATTBASE],
144 pci_conf_write(pa->pa_pc, pa->pa_tag, asc->regs[REG_GARTCTRL],
149 pci_conf_write(pa->pa_pc, pa->pa_tag, asc->regs[REG_ATTBASE],
154 pci_conf_write(pa->pa_pc, pa->pa_tag, asc->regs[REG_GARTCTRL],
172 pci_conf_write(sc->as_pc, sc->as_tag, asc->regs[REG_GARTCTRL], 0);
173 pci_conf_write(sc->as_pc, sc->as_tag, asc->regs[REG_ATTBASE], 0);
254 pci_conf_write(sc->as_pc, sc->as_tag,
297 pci_conf_write(sc->as_pc, sc->as_tag, asc->regs[REG_APSIZE], reg);
334 pci_conf_write(sc->as_pc, sc->as_tag, asc->regs[REG_GARTCTRL],
336 pci_conf_write(sc->as_pc, sc->as_tag, asc->regs[REG_GARTCTRL]
    [all...]
agp_apple.c 117 pci_conf_write(pa->pa_pc, pa->pa_tag, APPLE_UNINORTH_GART_BASE,
122 pci_conf_write(pa->pa_pc, pa->pa_tag, APPLE_UNINORTH_GART_CTRL,
124 pci_conf_write(pa->pa_pc, pa->pa_tag, APPLE_UNINORTH_GART_CTRL,
126 pci_conf_write(pa->pa_pc, pa->pa_tag, APPLE_UNINORTH_GART_CTRL,
156 pci_conf_write(sc->as_pc, sc->as_tag, APPLE_UNINORTH_GART_BASE, reg);
189 pci_conf_write(sc->as_pc, sc->as_tag, APPLE_UNINORTH_GART_CTRL,
191 pci_conf_write(sc->as_pc, sc->as_tag, APPLE_UNINORTH_GART_CTRL,
193 pci_conf_write(sc->as_pc, sc->as_tag, APPLE_UNINORTH_GART_CTRL,
cyber.c 84 pci_conf_write(pc, tag, SIIG10x_USR_BASE, newregs);
113 pci_conf_write(pc, tag, offset, newreg);
agp_sis.c 115 pci_conf_write(sc->as_pc, sc->as_tag, AGP_SIS_ATTBASE,
121 pci_conf_write(sc->as_pc, sc->as_tag, AGP_SIS_WINCTRL, reg);
141 pci_conf_write(sc->as_pc, sc->as_tag, AGP_SIS_WINCTRL, reg);
183 pci_conf_write(sc->as_pc, sc->as_tag, AGP_SIS_WINCTRL, reg);
220 pci_conf_write(sc->as_pc, sc->as_tag, AGP_SIS_TLBFLUSH, reg);
pci_map.c 84 pci_conf_write(pc, tag, PCI_COMMAND_STATUS_REG,
86 pci_conf_write(pc, tag, reg, 0xffffffff);
88 pci_conf_write(pc, tag, reg, address);
89 pci_conf_write(pc, tag, PCI_COMMAND_STATUS_REG, csr);
157 pci_conf_write(pc, tag, PCI_COMMAND_STATUS_REG,
159 pci_conf_write(pc, tag, reg, 0xffffffff);
161 pci_conf_write(pc, tag, reg, address);
165 pci_conf_write(pc, tag, reg + 4, 0xffffffff);
167 pci_conf_write(pc, tag, reg + 4, address1);
170 pci_conf_write(pc, tag, PCI_COMMAND_STATUS_REG, csr)
    [all...]
agp_ali.c 119 pci_conf_write(pa->pa_pc, pa->pa_tag, AGP_ALI_ATTBASE, reg);
124 pci_conf_write(pa->pa_pc, pa->pa_tag, AGP_ALI_TLBCTRL, reg);
145 pci_conf_write(sc->as_pc, sc->as_tag, AGP_ALI_TLBCTRL, reg);
151 pci_conf_write(sc->as_pc, sc->as_tag, AGP_ALI_ATTBASE, reg);
208 pci_conf_write(sc->as_pc, sc->as_tag, AGP_ALI_ATTBASE, reg);
244 pci_conf_write(sc->as_pc, sc->as_tag, AGP_ALI_TLBCTRL, reg);
247 pci_conf_write(sc->as_pc, sc->as_tag, AGP_ALI_TLBCTRL, reg);
rdcide.c 96 pci_conf_write(sc->sc_pc, sc->sc_tag, RDCIDE_PATR,
98 pci_conf_write(sc->sc_pc, sc->sc_tag, RDCIDE_PSD1ATR,
100 pci_conf_write(sc->sc_pc, sc->sc_tag, RDCIDE_UDCCR,
102 pci_conf_write(sc->sc_pc, sc->sc_tag, RDCIDE_IIOCR,
270 pci_conf_write(sc->sc_pc, sc->sc_tag, RDCIDE_PATR, patr);
271 pci_conf_write(sc->sc_pc, sc->sc_tag, RDCIDE_PSD1ATR, psd1atr);
272 pci_conf_write(sc->sc_pc, sc->sc_tag, RDCIDE_UDCCR, udccr);
273 pci_conf_write(sc->sc_pc, sc->sc_tag, RDCIDE_IIOCR, iiocr);
ixpide.c 153 pci_conf_write(sc->sc_pc, sc->sc_tag, IXP_MDMA_TIMING,
155 pci_conf_write(sc->sc_pc, sc->sc_tag, IXP_PIO_TIMING,
218 pci_conf_write(sc->sc_pc, sc->sc_tag, IXP_UDMA_CTL, udma);
219 pci_conf_write(sc->sc_pc, sc->sc_tag, IXP_MDMA_TIMING, mdma_timing);
220 pci_conf_write(sc->sc_pc, sc->sc_tag, IXP_PIO_CTL, pio);
221 pci_conf_write(sc->sc_pc, sc->sc_tag, IXP_PIO_TIMING, pio_timing);
hdaudio_pci.c 145 pci_conf_write(sc->sc_pc, sc->sc_tag, PCI_COMMAND_STATUS_REG, csr);
198 pci_conf_write(sc->sc_pc, sc->sc_tag,
249 pci_conf_write(sc->sc_pc, sc->sc_tag, PCI_COMMAND_STATUS_REG, csr);
279 pci_conf_write(sc->sc_pc, sc->sc_tag,
290 pci_conf_write(sc->sc_pc, sc->sc_tag,
297 pci_conf_write(sc->sc_pc, sc->sc_tag,
307 pci_conf_write(sc->sc_pc, sc->sc_tag,
  /src/sys/arch/i386/pci/
amd756reg.h 64 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR, \
69 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR, \
via8231reg.h 93 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR, \
97 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR, \
116 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR, \
120 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR, \
  /src/sys/arch/sparc/sparc/
pci_fixup.c 127 pci_conf_write(NULL, tag, PCI_COMMAND_STATUS_REG,
167 pci_conf_write(NULL, tag, PCI_BAR(i), (pcireg_t) ~0x0);
169 pci_conf_write(NULL, tag, PCI_BAR(i), saved);
196 pci_conf_write(NULL, tag, PCI_MAPREG_ROM, (pcireg_t) ~0x0);
198 pci_conf_write(NULL, tag, PCI_MAPREG_ROM, saved);
317 pci_conf_write(NULL, starttag, PCI_COMMAND_STATUS_REG,
320 pci_conf_write(NULL, starttag, PCI_BRIDGE_CONTROL_REG, 0);
323 pci_conf_write(NULL, starttag, PCI_BRIDGE_BUS_REG,
334 pci_conf_write(NULL, tag, PCI_COMMAND_STATUS_REG,
352 pci_conf_write(NULL, tag, PCI_INTERRUPT_REG, val)
    [all...]
  /src/sys/arch/atari/include/
pci_machdep.h 75 void pci_conf_write(pci_chipset_tag_t, pcitag_t, int, pcireg_t);
  /src/sys/arch/cobalt/include/
pci_machdep.h 73 void pci_conf_write(pci_chipset_tag_t, pcitag_t, int,
  /src/sys/arch/arm/cortex/
gic_v2m.c 135 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
140 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
147 pci_conf_write(pc, tag, off + PCI_MSI_MADDR64_LO,
149 pci_conf_write(pc, tag, off + PCI_MSI_MADDR64_HI,
151 pci_conf_write(pc, tag, off + PCI_MSI_MDATA64, data);
153 pci_conf_write(pc, tag, off + PCI_MSI_MADDR,
155 pci_conf_write(pc, tag, off + PCI_MSI_MDATA, data);
158 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
175 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
194 pci_conf_write(pc, tag, off + PCI_MSIX_CTL, ctl)
    [all...]
  /src/sys/arch/x86/pci/
pci_bus_fixup.c 126 pci_conf_write(pc, tag, PCI_BRIDGE_BUS_REG,
135 pci_conf_write(pc, tag, PCI_BRIDGE_BUS_REG,
166 pci_conf_write(pc, tag, PCI_BRIDGE_BUS_REG, reg);
aapic.c 63 pci_conf_write(pa->pa_pc, pa->pa_tag, AMD8131_IOAPIC_CTL, reg);
70 pci_conf_write(pa->pa_pc, tag, AMD8131_PCIX_MISC, reg);
  /src/sys/arch/atari/pci/
pci_milan.c 86 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) function in typeref:typename:void
176 pci_conf_write(pc, tag, PCI_MAPREG_START, PCI_LINMEMBASE);
180 pci_conf_write(pc, tag, PCI_COMMAND_STATUS_REG, csr);
  /src/sys/arch/macppc/macppc/
rbus_machdep.c 144 pci_conf_write(pc, tag, 0x18, 0x10010100);
149 pci_conf_write(pc, tag, 0x8c, x);
158 pci_conf_write(pc, tag, 0x40, x);
  /src/sys/arch/sgimips/include/
pci_machdep.h 88 void pci_conf_write(pci_chipset_tag_t, pcitag_t, int,

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>