Symbol: pci_write_config
sys/amd64/vmm/io/ppt.c
170
pci_write_config(dev, PCIR_COMMAND, cmd, 2);
sys/amd64/vmm/io/ppt.c
173
pci_write_config(dev, PCIR_COMMAND, cmd1, 2);
sys/amd64/vmm/io/ppt.c
442
pci_write_config(ppt->dev, PCIR_COMMAND, cmd, 2);
sys/amd64/vmm/io/ppt.c
462
pci_write_config(ppt->dev, PCIR_COMMAND, cmd, 2);
sys/compat/linuxkpi/common/include/linux/pci.h
1413
pci_write_config(bus->self->dev.bsddev, pos, val, size);
sys/compat/linuxkpi/common/include/linux/pci.h
723
pci_write_config(pdev->dev.bsddev, where, val, 1);
sys/compat/linuxkpi/common/include/linux/pci.h
731
pci_write_config(pdev->dev.bsddev, where, val, 2);
sys/compat/linuxkpi/common/include/linux/pci.h
739
pci_write_config(pdev->dev.bsddev, where, val, 4);
sys/dev/acpica/acpi_cpu.c
1354
pci_write_config(acpi_dev, PIIX4_DEVACTB_REG, val, 4);
sys/dev/agp/agp.c
391
pci_write_config(dev, agp_find_caps(dev) + AGP_COMMAND, 0, 4);
sys/dev/agp/agp.c
403
pci_write_config(dev, agp_find_caps(dev) + AGP_COMMAND, command, 4);
sys/dev/agp/agp.c
404
pci_write_config(mdev, agp_find_caps(mdev) + AGP_COMMAND, command, 4);
sys/dev/agp/agp.c
456
pci_write_config(dev, agp_find_caps(dev) + AGP_COMMAND, command, 4);
sys/dev/agp/agp.c
457
pci_write_config(mdev, agp_find_caps(mdev) + AGP_COMMAND, command, 4);
sys/dev/agp/agp_ali.c
128
pci_write_config(dev, AGP_ALI_ATTBASE, gatt->ag_physical |
sys/dev/agp/agp_ali.c
132
pci_write_config(dev, AGP_ALI_TLBCTRL, 0x10, 1);
sys/dev/agp/agp_ali.c
146
pci_write_config(dev, AGP_ALI_TLBCTRL, 0x90, 1);
sys/dev/agp/agp_ali.c
151
pci_write_config(dev, AGP_ALI_ATTBASE, attbase & 0xfff, 4);
sys/dev/agp/agp_ali.c
201
pci_write_config(dev, AGP_ALI_ATTBASE, (attbase & ~0xf) | i, 4);
sys/dev/agp/agp_ali.c
232
pci_write_config(dev, AGP_ALI_TLBCTRL, 0x90, 1);
sys/dev/agp/agp_ali.c
233
pci_write_config(dev, AGP_ALI_TLBCTRL, 0x10, 1);
sys/dev/agp/agp_amd.c
252
pci_write_config(dev,
sys/dev/agp/agp_amd.c
257
pci_write_config(dev,
sys/dev/agp/agp_amd.c
281
pci_write_config(dev, AGP_AMD751_MODECTRL, 0x00, 1);
sys/dev/agp/agp_amd.c
330
pci_write_config(dev, AGP_AMD751_APCTRL,
sys/dev/agp/agp_amd64.c
390
pci_write_config(dev, AGP_AMD64_ULI_APBASE,
sys/dev/agp/agp_amd64.c
393
pci_write_config(dev, AGP_AMD64_ULI_HTT_FEATURE, sc->apbase, 4);
sys/dev/agp/agp_amd64.c
411
pci_write_config(dev, AGP_AMD64_ULI_ENU_SCR,
sys/dev/agp/agp_amd64.c
423
pci_write_config(dev, AGP_AMD64_NVIDIA_0_APBASE,
sys/dev/agp/agp_apple.c
131
pci_write_config(dev, UNIN_AGP_BASE_ADDR, 0, 4);
sys/dev/agp/agp_apple.c
170
pci_write_config(dev, UNIN_AGP_GART_CONTROL, UNIN_AGP_GART_INVAL, 4);
sys/dev/agp/agp_apple.c
171
pci_write_config(dev, UNIN_AGP_GART_CONTROL, 0, 4);
sys/dev/agp/agp_apple.c
174
pci_write_config(dev, UNIN_AGP_GART_CONTROL,
sys/dev/agp/agp_apple.c
176
pci_write_config(dev, UNIN_AGP_GART_CONTROL, 0, 4);
sys/dev/agp/agp_apple.c
211
pci_write_config(dev, UNIN_AGP_GART_BASE,
sys/dev/agp/agp_apple.c
250
pci_write_config(dev, UNIN_AGP_GART_CONTROL,
sys/dev/agp/agp_apple.c
252
pci_write_config(dev, UNIN_AGP_GART_CONTROL, cntrl, 4);
sys/dev/agp/agp_apple.c
255
pci_write_config(dev, UNIN_AGP_GART_CONTROL,
sys/dev/agp/agp_apple.c
257
pci_write_config(dev, UNIN_AGP_GART_CONTROL, cntrl, 4);
sys/dev/agp/agp_ati.c
224
pci_write_config(dev, apsize_reg, temp | 1, 4);
sys/dev/agp/agp_ati.c
226
pci_write_config(dev, agpmode_reg, 0x20000, 4);
sys/dev/agp/agp_ati.c
231
pci_write_config(dev, 4, temp | (1 << 14), 4);
sys/dev/agp/agp_ati.c
260
pci_write_config(dev, apsize_reg, temp & ~1, 4);
sys/dev/agp/agp_ati.c
305
pci_write_config(dev, apsize_reg, size_value, 4);
sys/dev/agp/agp_i810.c
1414
pci_write_config(sc->bdev, AGP_I810_MISCC, miscc, 2);
sys/dev/agp/agp_i810.c
1438
pci_write_config(sc->bdev, AGP_I830_GCC1, gcc1, 2);
sys/dev/agp/agp_i810.c
2091
pci_write_config(sc->bdev, AGP_I915_IFPADDR, temp | 1, 4);
sys/dev/agp/agp_i810.c
2108
pci_write_config(sc->bdev, AGP_I915_IFPADDR, temp, 4);
sys/dev/agp/agp_i810.c
2148
pci_write_config(sc->bdev, AGP_I965_IFPADDR + 4,
sys/dev/agp/agp_i810.c
2150
pci_write_config(sc->bdev, AGP_I965_IFPADDR,
sys/dev/agp/agp_i810.c
2168
pci_write_config(sc->bdev, AGP_I965_IFPADDR, temp_lo, 4);
sys/dev/agp/agp_intel.c
139
pci_write_config(dev, AGP_INTEL_ATTBASE, sc->gatt->ag_physical, 4);
sys/dev/agp/agp_intel.c
144
pci_write_config(dev, AGP_INTEL_AGPCTRL, 0x2080, 4);
sys/dev/agp/agp_intel.c
151
pci_write_config(dev, AGP_INTEL_AGPCTRL, 0x2280, 4);
sys/dev/agp/agp_intel.c
155
pci_write_config(dev, AGP_INTEL_AGPCTRL, value | 0x80, 4);
sys/dev/agp/agp_intel.c
162
pci_write_config(dev, AGP_INTEL_I820_RDCR,
sys/dev/agp/agp_intel.c
172
pci_write_config(dev, AGP_INTEL_I845_AGPM,
sys/dev/agp/agp_intel.c
181
pci_write_config(dev, AGP_INTEL_MCHCFG,
sys/dev/agp/agp_intel.c
186
pci_write_config(dev, AGP_INTEL_NBXCFG,
sys/dev/agp/agp_intel.c
194
pci_write_config(dev, AGP_INTEL_I8XX_ERRSTS, 0xc000, 2);
sys/dev/agp/agp_intel.c
207
pci_write_config(dev, AGP_INTEL_I8XX_ERRSTS, 0x00ff, 2);
sys/dev/agp/agp_intel.c
210
pci_write_config(dev, AGP_INTEL_ERRSTS + 1, 7, 1);
sys/dev/agp/agp_intel.c
230
pci_write_config(dev, AGP_INTEL_APSIZE, MAX_APSIZE, 1);
sys/dev/agp/agp_intel.c
233
pci_write_config(dev, AGP_INTEL_APSIZE, value, 1);
sys/dev/agp/agp_intel.c
273
pci_write_config(dev, AGP_INTEL_I820_RDCR, reg, 1);
sys/dev/agp/agp_intel.c
283
pci_write_config(dev, AGP_INTEL_I845_AGPM, reg, 1);
sys/dev/agp/agp_intel.c
292
pci_write_config(dev, AGP_INTEL_MCHCFG, reg, 2);
sys/dev/agp/agp_intel.c
297
pci_write_config(dev, AGP_INTEL_NBXCFG, reg, 4);
sys/dev/agp/agp_intel.c
299
pci_write_config(dev, AGP_INTEL_ATTBASE, 0, 4);
sys/dev/agp/agp_intel.c
359
pci_write_config(dev, AGP_INTEL_APSIZE, apsize, 1);
sys/dev/agp/agp_intel.c
398
pci_write_config(dev, AGP_INTEL_AGPCTRL, val & ~(1 << 7), 4);
sys/dev/agp/agp_intel.c
399
pci_write_config(dev, AGP_INTEL_AGPCTRL, val, 4);
sys/dev/agp/agp_nvidia.c
193
pci_write_config(sc->mc2_dev, AGP_NVIDIA_2_APBASE, apbase, 4);
sys/dev/agp/agp_nvidia.c
194
pci_write_config(sc->mc2_dev, AGP_NVIDIA_2_APLIMIT, aplimit, 4);
sys/dev/agp/agp_nvidia.c
195
pci_write_config(sc->bdev, AGP_NVIDIA_3_APBASE, apbase, 4);
sys/dev/agp/agp_nvidia.c
196
pci_write_config(sc->bdev, AGP_NVIDIA_3_APLIMIT, aplimit, 4);
sys/dev/agp/agp_nvidia.c
218
pci_write_config(sc->mc2_dev, AGP_NVIDIA_2_ATTBASE(i),
sys/dev/agp/agp_nvidia.c
225
pci_write_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, temp | 0x11, 4);
sys/dev/agp/agp_nvidia.c
229
pci_write_config(sc->dev, AGP_NVIDIA_0_APSIZE, temp | 0x100, 4);
sys/dev/agp/agp_nvidia.c
247
pci_write_config(sc->dev, AGP_NVIDIA_0_APSIZE, temp & ~(0x100), 4);
sys/dev/agp/agp_nvidia.c
251
pci_write_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, temp & ~(0x11), 4);
sys/dev/agp/agp_nvidia.c
300
pci_write_config(dev, AGP_NVIDIA_0_APSIZE, ((val & ~0x0f) | key), 1);
sys/dev/agp/agp_nvidia.c
348
pci_write_config(sc->mc1_dev, AGP_NVIDIA_1_WBC, wbc_reg, 4);
sys/dev/agp/agp_sis.c
154
pci_write_config(dev, AGP_SIS_ATTBASE, gatt->ag_physical, 4);
sys/dev/agp/agp_sis.c
157
pci_write_config(dev, AGP_SIS_WINCTRL,
sys/dev/agp/agp_sis.c
164
pci_write_config(dev, AGP_SIS_TLBCTRL, 0x05, 1);
sys/dev/agp/agp_sis.c
177
pci_write_config(dev, AGP_SIS_WINCTRL,
sys/dev/agp/agp_sis.c
181
pci_write_config(dev, AGP_SIS_TLBCTRL, 0, 1);
sys/dev/agp/agp_sis.c
219
pci_write_config(dev, AGP_SIS_WINCTRL,
sys/dev/agp/agp_sis.c
253
pci_write_config(dev, AGP_SIS_TLBFLUSH, 0x02, 1);
sys/dev/agp/agp_via.c
201
pci_write_config(dev, sc->regs[REG_ATTBASE], gatt->ag_physical | 3, 4);
sys/dev/agp/agp_via.c
204
pci_write_config(dev, sc->regs[REG_GARTCTRL], 0x0f, 4);
sys/dev/agp/agp_via.c
209
pci_write_config(dev, sc->regs[REG_ATTBASE], gatt->ag_physical, 4);
sys/dev/agp/agp_via.c
213
pci_write_config(dev, sc->regs[REG_GARTCTRL], gartctrl | (3 << 7), 4);
sys/dev/agp/agp_via.c
229
pci_write_config(dev, sc->regs[REG_GARTCTRL], 0, 4);
sys/dev/agp/agp_via.c
230
pci_write_config(dev, sc->regs[REG_ATTBASE], 0, 4);
sys/dev/agp/agp_via.c
304
pci_write_config(dev, sc->regs[REG_APSIZE], apsize, 1);
sys/dev/agp/agp_via.c
343
pci_write_config(dev, sc->regs[REG_APSIZE],
sys/dev/agp/agp_via.c
380
pci_write_config(dev, sc->regs[REG_GARTCTRL], 0x8f, 4);
sys/dev/agp/agp_via.c
381
pci_write_config(dev, sc->regs[REG_GARTCTRL], 0x0f, 4);
sys/dev/agp/agp_via.c
384
pci_write_config(dev, sc->regs[REG_GARTCTRL], gartctrl &
sys/dev/agp/agp_via.c
386
pci_write_config(dev, sc->regs[REG_GARTCTRL], gartctrl, 4);
sys/dev/aic7xxx/aic_osm_lib.h
365
pci_write_config(pci, reg, value, width);
sys/dev/al_eth/al_eth.c
505
pci_write_config((device_t)handle, where, val, sizeof(val));
sys/dev/alpm/alpm.c
165
pci_write_config(dev, ATPC, l & ~ATPC_SMBCTRL, 1);
sys/dev/amd_ecc_inject/ecc_inject.c
160
pci_write_config(nbdev, NB_ARRAY_ADDR, val, 4);
sys/dev/amd_ecc_inject/ecc_inject.c
163
pci_write_config(nbdev, NB_ARRAY_PORT, val, 4);
sys/dev/amdpm/amdpm.c
198
pci_write_config(dev, AMDPCI_GEN_CONFIG_PM, val_b | AMDPCI_PMIOEN, 1);
sys/dev/amdsmn/amdsmn.c
277
pci_write_config(parent, sc->smn_pciid->amdsmn_addr_reg, addr, 4);
sys/dev/amdsmn/amdsmn.c
293
pci_write_config(parent, sc->smn_pciid->amdsmn_addr_reg, addr, 4);
sys/dev/amdsmn/amdsmn.c
294
pci_write_config(parent, sc->smn_pciid->amdsmn_data_reg, value, 4);
sys/dev/amdsmu/amdsmu.c
325
pci_write_config(dev, SMU_INDEX_ADDRESS, SMU_PHYSBASE_ADDR_LO, 4);
sys/dev/amdsmu/amdsmu.c
328
pci_write_config(dev, SMU_INDEX_ADDRESS, SMU_PHYSBASE_ADDR_HI, 4);
sys/dev/amdtemp/amdtemp.c
730
pci_write_config(dev, AMDTEMP_THERMTP_STAT, temp, 1);
sys/dev/ata/ata-pci.c
215
pci_write_config(dev, reg, val, width);
sys/dev/ata/ata-pci.c
593
DEVMETHOD(pci_write_config, ata_pci_write_config),
sys/dev/ata/ata-pci.h
585
DEVMETHOD(pci_write_config, ata_pci_write_config), \
sys/dev/ata/chipsets/ata-acard.c
164
pci_write_config(parent, 0x54, reg54, 1);
sys/dev/ata/chipsets/ata-acard.c
165
pci_write_config(parent, 0x4a, 0xa6, 1);
sys/dev/ata/chipsets/ata-acard.c
166
pci_write_config(parent, 0x40 + (devno << 1), 0x0301, 2);
sys/dev/ata/chipsets/ata-acard.c
188
pci_write_config(parent, 0x44, reg44, 2);
sys/dev/ata/chipsets/ata-acard.c
189
pci_write_config(parent, 0x4a, 0xa6, 1);
sys/dev/ata/chipsets/ata-acard.c
190
pci_write_config(parent, 0x40 + devno, 0x31, 1);
sys/dev/ata/chipsets/ata-acerlabs.c
139
pci_write_config(dev, 0x4a, pci_read_config(dev, 0x4a, 1) | 0x20, 1);
sys/dev/ata/chipsets/ata-acerlabs.c
143
pci_write_config(dev, 0x4b, pci_read_config(dev, 0x4b, 1) |
sys/dev/ata/chipsets/ata-acerlabs.c
147
pci_write_config(dev, 0x53, pci_read_config(dev, 0x53, 1) |
sys/dev/ata/chipsets/ata-acerlabs.c
163
pci_write_config(dev, 0x53, pci_read_config(dev, 0x53, 1) | 0x03, 1);
sys/dev/ata/chipsets/ata-acerlabs.c
276
pci_write_config(children[i], 0x58,
sys/dev/ata/chipsets/ata-acerlabs.c
279
pci_write_config(children[i], 0x58,
sys/dev/ata/chipsets/ata-acerlabs.c
336
pci_write_config(parent, 0x54, word54, 4);
sys/dev/ata/chipsets/ata-acerlabs.c
338
pci_write_config(parent, 0x58 + (ch->unit << 2),
sys/dev/ata/chipsets/ata-amd.c
130
pci_write_config(parent, reg, modes[mode & ATA_MODE_MASK], 1);
sys/dev/ata/chipsets/ata-amd.c
133
pci_write_config(parent, reg, 0x8b, 1);
sys/dev/ata/chipsets/ata-amd.c
137
pci_write_config(parent, reg - 0x08, timings[ata_mode2idx(piomode)], 1);
sys/dev/ata/chipsets/ata-amd.c
97
pci_write_config(dev, 0x41, pci_read_config(dev, 0x41, 1) & 0x0f, 1);
sys/dev/ata/chipsets/ata-amd.c
99
pci_write_config(dev, 0x41, pci_read_config(dev, 0x41, 1) | 0xf0, 1);
sys/dev/ata/chipsets/ata-ati.c
219
pci_write_config(parent, 0x56,
sys/dev/ata/chipsets/ata-ati.c
223
pci_write_config(parent, 0x54,
sys/dev/ata/chipsets/ata-ati.c
226
pci_write_config(parent, 0x44,
sys/dev/ata/chipsets/ata-ati.c
233
pci_write_config(parent, 0x54,
sys/dev/ata/chipsets/ata-ati.c
236
pci_write_config(parent, 0x44,
sys/dev/ata/chipsets/ata-ati.c
244
pci_write_config(parent, 0x54,
sys/dev/ata/chipsets/ata-ati.c
250
pci_write_config(parent, 0x4a,
sys/dev/ata/chipsets/ata-ati.c
254
pci_write_config(parent, 0x40,
sys/dev/ata/chipsets/ata-cypress.c
103
pci_write_config(parent, ch->unit ? 0x4e : 0x4c, 0x2020, 2);
sys/dev/ata/chipsets/ata-highpoint.c
116
pci_write_config(dev, 0x51, (pci_read_config(dev, 0x51, 1) & ~0x80), 1);
sys/dev/ata/chipsets/ata-highpoint.c
120
pci_write_config(dev, 0x51, (pci_read_config(dev, 0x51, 1) & ~0x03), 1);
sys/dev/ata/chipsets/ata-highpoint.c
121
pci_write_config(dev, 0x55, (pci_read_config(dev, 0x55, 1) & ~0x03), 1);
sys/dev/ata/chipsets/ata-highpoint.c
124
pci_write_config(dev, 0x5a, (pci_read_config(dev, 0x5a, 1) & ~0x10), 1);
sys/dev/ata/chipsets/ata-highpoint.c
128
pci_write_config(dev, 0x5b, 0x22, 1);
sys/dev/ata/chipsets/ata-highpoint.c
130
pci_write_config(dev, 0x5b,
sys/dev/ata/chipsets/ata-highpoint.c
189
pci_write_config(parent, 0x40 + (devno << 2),
sys/dev/ata/chipsets/ata-highpoint.c
205
pci_write_config(parent, reg, val | 0x80, 1);
sys/dev/ata/chipsets/ata-highpoint.c
210
pci_write_config(parent, reg, val & 0xfe, 1);
sys/dev/ata/chipsets/ata-highpoint.c
213
pci_write_config(parent, reg, val, 1);
sys/dev/ata/chipsets/ata-intel.c
260
pci_write_config(dev, 0x92, pci_read_config(dev, 0x92, 2) | 0x0f, 2);
sys/dev/ata/chipsets/ata-intel.c
274
pci_write_config(dev, 0x94,
sys/dev/ata/chipsets/ata-intel.c
424
pci_write_config(parent, 0x92,
sys/dev/ata/chipsets/ata-intel.c
427
pci_write_config(parent, 0x92,
sys/dev/ata/chipsets/ata-intel.c
506
pci_write_config(parent, 0x48, reg48 | (0x0001 << devno), 2);
sys/dev/ata/chipsets/ata-intel.c
507
pci_write_config(parent, 0x4a,
sys/dev/ata/chipsets/ata-intel.c
512
pci_write_config(parent, 0x48, reg48 & ~(0x0001 << devno), 2);
sys/dev/ata/chipsets/ata-intel.c
513
pci_write_config(parent, 0x4a, (reg4a & ~(0x3 << (devno << 2))),2);
sys/dev/ata/chipsets/ata-intel.c
523
pci_write_config(parent, 0x54, reg54, 2);
sys/dev/ata/chipsets/ata-intel.c
542
pci_write_config(parent, 0x40, (reg40 & ~mask40) | new40, 4);
sys/dev/ata/chipsets/ata-intel.c
543
pci_write_config(parent, 0x44, (reg44 & ~mask44) | new44, 1);
sys/dev/ata/chipsets/ata-intel.c
572
pci_write_config(parent, dtim, tim, 4);
sys/dev/ata/chipsets/ata-intel.c
658
pci_write_config(parent, 0xa0,
sys/dev/ata/chipsets/ata-intel.c
755
pci_write_config(parent, 0xa0,
sys/dev/ata/chipsets/ata-intel.c
757
pci_write_config(parent, 0xa4, value, 4);
sys/dev/ata/chipsets/ata-ite.c
101
pci_write_config(dev, 0x54, 0x31, 1);
sys/dev/ata/chipsets/ata-ite.c
102
pci_write_config(dev, 0x56, 0x31, 1);
sys/dev/ata/chipsets/ata-ite.c
148
pci_write_config(parent, 0x50,
sys/dev/ata/chipsets/ata-ite.c
152
pci_write_config(parent,
sys/dev/ata/chipsets/ata-ite.c
158
pci_write_config(parent, 0x50,
sys/dev/ata/chipsets/ata-ite.c
165
pci_write_config(parent, 0x54 + (ch->unit << 2),
sys/dev/ata/chipsets/ata-ite.c
197
pci_write_config(parent, 0x48, reg48 | (0x0001 << target), 2);
sys/dev/ata/chipsets/ata-ite.c
198
pci_write_config(parent, 0x4a,
sys/dev/ata/chipsets/ata-ite.c
203
pci_write_config(parent, 0x48, reg48 & ~(0x0001 << target), 2);
sys/dev/ata/chipsets/ata-ite.c
204
pci_write_config(parent, 0x4a, (reg4a & ~(0x3 << (target << 2))),2);
sys/dev/ata/chipsets/ata-ite.c
213
pci_write_config(parent, 0x54, reg54, 2);
sys/dev/ata/chipsets/ata-ite.c
229
pci_write_config(parent, 0x40, (reg40 & ~mask40) | new40, 4);
sys/dev/ata/chipsets/ata-ite.c
230
pci_write_config(parent, 0x44, (reg44 & ~mask44) | new44, 1);
sys/dev/ata/chipsets/ata-ite.c
98
pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) & ~0x83, 1);
sys/dev/ata/chipsets/ata-jmicron.c
109
pci_write_config(dev, 0x40, 0x80c0a131, 4);
sys/dev/ata/chipsets/ata-jmicron.c
110
pci_write_config(dev, 0x80, 0x01200000, 4);
sys/dev/ata/chipsets/ata-national.c
115
pci_write_config(parent, 0x44 + (devno << 3),
sys/dev/ata/chipsets/ata-national.c
119
pci_write_config(parent, 0x44 + (devno << 3),
sys/dev/ata/chipsets/ata-national.c
123
pci_write_config(parent, 0x44 + (devno << 3),
sys/dev/ata/chipsets/ata-national.c
128
pci_write_config(parent, 0x40 + (devno << 3),
sys/dev/ata/chipsets/ata-nvidia.c
213
pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) | 0x04,1);
sys/dev/ata/chipsets/ata-nvidia.c
240
pci_write_config(dev, 0x51, pci_read_config(dev, 0x51, 1) & 0x0f, 1);
sys/dev/ata/chipsets/ata-nvidia.c
337
pci_write_config(parent, reg, modes[mode & ATA_MODE_MASK], 1);
sys/dev/ata/chipsets/ata-nvidia.c
340
pci_write_config(parent, reg, 0x8b, 1);
sys/dev/ata/chipsets/ata-nvidia.c
343
pci_write_config(parent, reg - 0x08, timings[ata_mode2idx(piomode)], 1);
sys/dev/ata/chipsets/ata-promise.c
501
pci_write_config(parent, 0x60 + (devno << 2),
sys/dev/ata/chipsets/ata-serverworks.c
153
pci_write_config(children[i], 0x64,
sys/dev/ata/chipsets/ata-serverworks.c
163
pci_write_config(dev, 0x5a, (pci_read_config(dev, 0x5a, 1) & ~0x40) |
sys/dev/ata/chipsets/ata-serverworks.c
326
pci_write_config(parent, 0x56,
sys/dev/ata/chipsets/ata-serverworks.c
330
pci_write_config(parent, 0x54,
sys/dev/ata/chipsets/ata-serverworks.c
333
pci_write_config(parent, 0x44,
sys/dev/ata/chipsets/ata-serverworks.c
340
pci_write_config(parent, 0x54,
sys/dev/ata/chipsets/ata-serverworks.c
343
pci_write_config(parent, 0x44,
sys/dev/ata/chipsets/ata-serverworks.c
351
pci_write_config(parent, 0x54,
sys/dev/ata/chipsets/ata-serverworks.c
358
pci_write_config(parent, 0x4a,
sys/dev/ata/chipsets/ata-serverworks.c
363
pci_write_config(parent, 0x40,
sys/dev/ata/chipsets/ata-siliconimage.c
123
pci_write_config(dev, 0x8a,
sys/dev/ata/chipsets/ata-siliconimage.c
137
pci_write_config(dev, 0x48,
sys/dev/ata/chipsets/ata-siliconimage.c
141
pci_write_config(dev, 0x8a, (pci_read_config(dev, 0x8a, 1) & 0x3f), 1);
sys/dev/ata/chipsets/ata-siliconimage.c
164
pci_write_config(dev, 0x71, 0x01, 1);
sys/dev/ata/chipsets/ata-siliconimage.c
200
pci_write_config(device_get_parent(dev), 0x71,
sys/dev/ata/chipsets/ata-siliconimage.c
229
pci_write_config(parent, ureg, umode, 1);
sys/dev/ata/chipsets/ata-siliconimage.c
232
pci_write_config(parent, ureg,
sys/dev/ata/chipsets/ata-siliconimage.c
237
pci_write_config(parent, treg, piotimings[ata_mode2idx(piomode)], 1);
sys/dev/ata/chipsets/ata-siliconimage.c
373
pci_write_config(parent, mreg,
sys/dev/ata/chipsets/ata-siliconimage.c
375
pci_write_config(parent, ureg,
sys/dev/ata/chipsets/ata-siliconimage.c
380
pci_write_config(parent, mreg,
sys/dev/ata/chipsets/ata-siliconimage.c
382
pci_write_config(parent, dreg, dmatimings[mode & ATA_MODE_MASK], 2);
sys/dev/ata/chipsets/ata-siliconimage.c
386
pci_write_config(parent, mreg,
sys/dev/ata/chipsets/ata-siliconimage.c
390
pci_write_config(parent, preg, piotimings[ata_mode2idx(piomode)], 2);
sys/dev/ata/chipsets/ata-sis.c
118
pci_write_config(dev, 0x57, (reg57 & 0x7f), 1);
sys/dev/ata/chipsets/ata-sis.c
127
pci_write_config(dev, 0x57, reg57, 1);
sys/dev/ata/chipsets/ata-sis.c
132
pci_write_config(dev, 0x4a, (reg4a | 0x10), 1);
sys/dev/ata/chipsets/ata-sis.c
145
pci_write_config(dev, 0x4a, reg4a, 1);
sys/dev/ata/chipsets/ata-sis.c
171
pci_write_config(dev, 0x52, pci_read_config(dev, 0x52, 1) & ~0x04, 1);
sys/dev/ata/chipsets/ata-sis.c
175
pci_write_config(dev, 0x49, pci_read_config(dev, 0x49, 1) & ~0x01, 1);
sys/dev/ata/chipsets/ata-sis.c
178
pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 2) | 0x0008, 2);
sys/dev/ata/chipsets/ata-sis.c
179
pci_write_config(dev, 0x52, pci_read_config(dev, 0x52, 2) | 0x0008, 2);
sys/dev/ata/chipsets/ata-sis.c
269
pci_write_config(parent, reg, timings[ata_mode2idx(mode)], 4);
sys/dev/ata/chipsets/ata-sis.c
279
pci_write_config(parent, reg, timings[ata_mode2idx(mode)], 2);
sys/dev/ata/chipsets/ata-sis.c
288
pci_write_config(parent, reg, timings[ata_mode2idx(mode)], 2);
sys/dev/ata/chipsets/ata-sis.c
299
pci_write_config(parent, reg, timings[ata_mode2idx(mode)], 2);
sys/dev/ata/chipsets/ata-via.c
181
pci_write_config(dev, 0x50, 0x030b030b, 4);
sys/dev/ata/chipsets/ata-via.c
188
pci_write_config(dev, 0x43,
sys/dev/ata/chipsets/ata-via.c
192
pci_write_config(dev, 0x44, pci_read_config(dev, 0x44, 1) | 0x08, 1);
sys/dev/ata/chipsets/ata-via.c
195
pci_write_config(dev, 0x46,
sys/dev/ata/chipsets/ata-via.c
199
pci_write_config(dev, 0x60, DEV_BSIZE, 2);
sys/dev/ata/chipsets/ata-via.c
200
pci_write_config(dev, 0x68, DEV_BSIZE, 2);
sys/dev/ata/chipsets/ata-via.c
330
pci_write_config(parent, 0xb3,
sys/dev/ata/chipsets/ata-via.c
335
pci_write_config(parent, 0xab, pio_timings[ata_mode2idx(piomode)], 1);
sys/dev/ata/chipsets/ata-via.c
361
pci_write_config(parent, reg,
sys/dev/ata/chipsets/ata-via.c
365
pci_write_config(parent, reg, 0x8b, 1);
sys/dev/ata/chipsets/ata-via.c
369
pci_write_config(parent, reg - 0x08,timings[ata_mode2idx(piomode)], 1);
sys/dev/ata/chipsets/ata-via.c
392
pci_write_config(children[i], 0x75, 0x80, 1);
sys/dev/ata/chipsets/ata-via.c
393
pci_write_config(children[i], 0x76, (reg76 & 0x0f) | 0xd0, 1);
sys/dev/ata/chipsets/ata-via.c
536
pci_write_config(parent, 0xa8 + port * 4, value, 4);
sys/dev/ata/chipsets/ata-via.c
548
pci_write_config(parent, 0xa4 + port, val, 1);
sys/dev/ath/if_ath_pci.c
121
pci_write_config(dev, PCIR_CACHELNSZ,
sys/dev/ath/if_ath_pci.c
126
pci_write_config(dev, PCIR_LATTIMER, 0xa8, 1);
sys/dev/ath/if_ath_pci.c
135
pci_write_config(dev, PCIR_CFG_PMCSR, pmcsr, 2);
sys/dev/ath/if_ath_pci.c
137
pci_write_config(dev, PCIR_CFG_PMCSR, pmcsr, 2);
sys/dev/ath/if_ath_pci.c
145
pci_write_config(dev, PCIR_RETRY_TIMEOUT, 0, 1);
sys/dev/bce/if_bce.c
1155
pci_write_config(dev, BCE_PCICFG_MISC_CONFIG,
sys/dev/bce/if_bce.c
1648
pci_write_config(dev, BCE_PCICFG_REG_WINDOW_ADDRESS, offset, 4);
sys/dev/bce/if_bce.c
1681
pci_write_config(dev, BCE_PCICFG_REG_WINDOW_ADDRESS, offset, 4);
sys/dev/bce/if_bce.c
1682
pci_write_config(dev, BCE_PCICFG_REG_WINDOW, val, 4);
sys/dev/bce/if_bce.c
4915
pci_write_config(sc->bce_dev, BCE_PCICFG_MISC_CONFIG, val, 4);
sys/dev/bce/if_bcereg.h
1075
pci_write_config(dev, reg, (pci_read_config(dev, reg, s) | (x)), s)
sys/dev/bce/if_bcereg.h
1077
pci_write_config(dev, reg, (pci_read_config(dev, reg, s) & ~(x)), s)
sys/dev/bfe/if_bfe.c
857
pci_write_config(sc->bfe_dev, BFE_BAR0_WIN, BFE_REG_PCI, 4);
sys/dev/bfe/if_bfe.c
867
pci_write_config(sc->bfe_dev, BFE_BAR0_WIN, bar_orig, 4);
sys/dev/bfe/if_bfereg.h
427
pci_write_config(dev, reg, (pci_read_config(dev, reg, s) | (x)), s)
sys/dev/bfe/if_bfereg.h
429
pci_write_config(dev, reg, (pci_read_config(dev, reg, s) & ~(x)), s)
sys/dev/bge/if_bge.c
1742
pci_write_config(sc->bge_dev, BGE_PCI_MISC_CTL, misc_ctl, 4);
sys/dev/bge/if_bge.c
1764
pci_write_config(sc->bge_dev, BGE_PCI_MSI_DATA + 2, val, 2);
sys/dev/bge/if_bge.c
1861
pci_write_config(sc->bge_dev, BGE_PCI_DMA_RW_CTL, dma_rw_ctl, 4);
sys/dev/bge/if_bge.c
3455
pci_write_config(dev, BGE_PCI_PCISTATE, pcistate, 4);
sys/dev/bge/if_bge.c
4053
pci_write_config(dev, BGE_PCI_MISC_CTL,
sys/dev/bge/if_bge.c
4118
pci_write_config(dev, 0xC4, val | (1 << 15), 4);
sys/dev/bge/if_bge.c
4125
pci_write_config(dev, sc->bge_expcap + PCIER_DEVICE_CTL,
sys/dev/bge/if_bge.c
4129
pci_write_config(dev, sc->bge_expcap + PCIER_DEVICE_STA,
sys/dev/bge/if_bge.c
4136
pci_write_config(dev, BGE_PCI_MISC_CTL,
sys/dev/bge/if_bge.c
4147
pci_write_config(dev, BGE_PCI_PCISTATE, val, 4);
sys/dev/bge/if_bge.c
4148
pci_write_config(dev, BGE_PCI_CACHESZ, cachesize, 4);
sys/dev/bge/if_bge.c
4149
pci_write_config(dev, BGE_PCI_CMD, command, 4);
sys/dev/bge/if_bge.c
4167
pci_write_config(dev, sc->bge_pcixcap + PCIXR_COMMAND,
sys/dev/bge/if_bge.c
4176
pci_write_config(dev,
sys/dev/bge/if_bge.c
563
pci_write_config(dev, BGE_PCI_MEMWIN_BASEADDR, off, 4);
sys/dev/bge/if_bge.c
565
pci_write_config(dev, BGE_PCI_MEMWIN_BASEADDR, 0, 4);
sys/dev/bge/if_bge.c
580
pci_write_config(dev, BGE_PCI_MEMWIN_BASEADDR, off, 4);
sys/dev/bge/if_bge.c
581
pci_write_config(dev, BGE_PCI_MEMWIN_DATA, val, 4);
sys/dev/bge/if_bge.c
582
pci_write_config(dev, BGE_PCI_MEMWIN_BASEADDR, 0, 4);
sys/dev/bge/if_bge.c
593
pci_write_config(dev, BGE_PCI_REG_BASEADDR, off, 4);
sys/dev/bge/if_bge.c
605
pci_write_config(dev, BGE_PCI_REG_BASEADDR, off, 4);
sys/dev/bge/if_bge.c
606
pci_write_config(dev, BGE_PCI_REG_DATA, val, 4);
sys/dev/bge/if_bgereg.h
2205
pci_write_config(sc->bge_dev, BGE_PCI_MEMWIN_BASEADDR, \
sys/dev/bge/if_bgereg.h
2212
pci_write_config(sc->bge_dev, BGE_PCI_MEMWIN_BASEADDR, \
sys/dev/bge/if_bgereg.h
2827
pci_write_config(dev, reg, (pci_read_config(dev, reg, s) | (x)), s)
sys/dev/bge/if_bgereg.h
2829
pci_write_config(dev, reg, (pci_read_config(dev, reg, s) & ~(x)), s)
sys/dev/bhnd/bhndb/bhndb_pci.c
1072
pci_write_config(pci_dev, BHNDB_PCI_GPIO_OUT, gpio_out, 4);
sys/dev/bhnd/bhndb/bhndb_pci.c
1073
pci_write_config(pci_dev, BHNDB_PCI_GPIO_OUTEN, gpio_en, 4);
sys/dev/bhnd/bhndb/bhndb_pci.c
1078
pci_write_config(pci_dev, BHNDB_PCI_GPIO_OUT, gpio_out, 4);
sys/dev/bhnd/bhndb/bhndb_pci.c
1084
pci_write_config(pci_dev, PCIR_STATUS, pci_status, 2);
sys/dev/bhnd/bhndb/bhndb_pci.c
1116
pci_write_config(pci_dev, BHNDB_PCI_GPIO_OUT, gpio_out, 4);
sys/dev/bhnd/bhndb/bhndb_pci.c
1120
pci_write_config(pci_dev, BHNDB_PCI_GPIO_OUTEN, gpio_en, 4);
sys/dev/bhnd/bhndb/bhndb_pci.c
1257
pci_write_config(sc->parent, BHNDB_PCI_INT_MASK, intmask, 4);
sys/dev/bhnd/bhndb/bhndb_pci.c
938
pci_write_config(pci_dev, rw->d.dyn.cfg_offset, addr, 4);
sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c
323
pci_write_config(sc->pci_dev, PCIR_LATTIMER, 0x20 /* 960ns */,
sys/dev/bwi/if_bwi.c
668
pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, gpio_out, 4);
sys/dev/bwi/if_bwi.c
669
pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, gpio_en, 4);
sys/dev/bwi/if_bwi.c
675
pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, gpio_out, 4);
sys/dev/bwi/if_bwi.c
683
pci_write_config(sc->sc_dev, PCIR_STATUS, status, 2);
sys/dev/bwi/if_bwi.c
702
pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, gpio_out, 4);
sys/dev/bwi/if_bwi.c
703
pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, gpio_en, 4);
sys/dev/bwi/if_bwi.c
742
pci_write_config(sc->sc_dev, BWI_PCIR_SEL_REGWIN, win, 4);
sys/dev/bwi/if_bwi.c
941
pci_write_config(sc->sc_dev, BWI_PCIR_INTCTL, val, 4);
sys/dev/bxe/bxe.c
10584
pci_write_config(sc->dev,
sys/dev/bxe/bxe.c
10610
pci_write_config(sc->dev,
sys/dev/bxe/bxe.c
14081
pci_write_config(sc->dev, PCICFG_GRC_ADDRESS, 0, 4);
sys/dev/bxe/bxe.c
19376
pci_write_config(sc->dev, cfg_rdw_p->cfg_id, cfg_rdw_p->cfg_val,
sys/dev/bxe/bxe.c
984
pci_write_config(sc->dev, PCICFG_GRC_ADDRESS, addr, 4);
sys/dev/bxe/bxe.c
985
pci_write_config(sc->dev, PCICFG_GRC_DATA, val, 4);
sys/dev/bxe/bxe.c
986
pci_write_config(sc->dev, PCICFG_GRC_ADDRESS, 0, 4);
sys/dev/bxe/bxe.c
995
pci_write_config(sc->dev, PCICFG_GRC_ADDRESS, addr, 4);
sys/dev/bxe/bxe.c
997
pci_write_config(sc->dev, PCICFG_GRC_ADDRESS, 0, 4);
sys/dev/cardbus/cardbus.c
152
pci_write_config(dev, PCIR_BAR(i), 0, 4);
sys/dev/cardbus/cardbus.c
156
pci_write_config(dev, PCIR_INTLINE, cfg->intline, 1);
sys/dev/cardbus/cardbus.c
157
pci_write_config(dev, PCIR_CACHELNSZ, 0x08, 1);
sys/dev/cardbus/cardbus.c
158
pci_write_config(dev, PCIR_LATTIMER, 0xa8, 1);
sys/dev/cardbus/cardbus.c
159
pci_write_config(dev, PCIR_MINGNT, 0x14, 1);
sys/dev/cardbus/cardbus.c
160
pci_write_config(dev, PCIR_MAXLAT, 0x14, 1);
sys/dev/cas/if_cas.c
1923
pci_write_config(sc->sc_dev, PCIR_STATUS, status, 2);
sys/dev/cas/if_cas.c
2661
pci_write_config(dev, PCIR_COMMAND,
sys/dev/cpufreq/ichss.c
267
pci_write_config(ich_device, ICHSS_PMCFG_OFFSET,
sys/dev/cxgb/cxgb_adapter.h
449
pci_write_config(adapter->dev, reg, val, 4);
sys/dev/cxgb/cxgb_adapter.h
461
pci_write_config(adapter->dev, reg, val, 2);
sys/dev/cxgbe/adapter.h
1328
pci_write_config(sc->dev, reg, val, 1);
sys/dev/cxgbe/adapter.h
1345
pci_write_config(sc->dev, reg, val, 2);
sys/dev/cxgbe/adapter.h
1361
pci_write_config(sc->dev, reg, val, 4);
sys/dev/cxgbe/t4_main.c
1344
pci_write_config(dev, i + PCIER_DEVICE_CTL, v, 2);
sys/dev/cxgbe/t4_main.c
1348
pci_write_config(dev, i + PCIER_DEVICE_CTL, v, 2);
sys/dev/cxgbe/t4_main.c
2693
pci_write_config(gpdev, PCIR_BRIDGECTL_1, v | PCIB_BCR_SECBUS_RESET, 2);
sys/dev/cxgbe/t4_main.c
2695
pci_write_config(gpdev, PCIR_BRIDGECTL_1, v, 2);
sys/dev/cxgbe/t4_main.c
2740
pci_write_config(gpdev, lctl, v | PCIEM_LINK_CTL_LINK_DIS, 2);
sys/dev/cxgbe/t4_main.c
2742
pci_write_config(gpdev, lctl, v | PCIEM_LINK_CTL_RETRAIN_LINK, 2);
sys/dev/dc/if_dc.c
2102
pci_write_config(dev, PCIR_LATTIMER, 0x80, 1);
sys/dev/dc/if_dc.c
2247
pci_write_config(dev, DC_PCI_CFDD, command, 4);
sys/dev/drm2/drm_os_freebsd.h
637
pci_write_config(kdev, where, val, 1);
sys/dev/drm2/drm_os_freebsd.h
653
pci_write_config(kdev, where, val, 2);
sys/dev/drm2/drm_os_freebsd.h
669
pci_write_config(kdev, where, val, 4);
sys/dev/e1000/e1000_osdep.c
103
pci_write_config(dev, offset + reg, *value, 2);
sys/dev/e1000/e1000_osdep.c
56
pci_write_config(((struct e1000_osdep *)hw->back)->dev, reg, *value, 2);
sys/dev/e1000/e1000_osdep.c
68
pci_write_config(((struct e1000_osdep *)hw->back)->dev, PCIR_COMMAND,
sys/dev/e1000/e1000_osdep.c
75
pci_write_config(((struct e1000_osdep *)hw->back)->dev, PCIR_COMMAND,
sys/dev/e1000/if_em.c
4683
pci_write_config(dev, reg, link_ctrl, 2);
sys/dev/et/if_et.c
720
pci_write_config(sc->dev, ET_PCIR_ACK_LATENCY, ack_latency, 2);
sys/dev/et/if_et.c
721
pci_write_config(sc->dev, ET_PCIR_REPLAY_TIMER, replay_timer,
sys/dev/et/if_et.c
734
pci_write_config(sc->dev, ET_PCIR_L0S_L1_LATENCY, val, 4);
sys/dev/firewire/fwohci_pci.c
212
pci_write_config(self, PCIR_COMMAND, cmd, 2);
sys/dev/firewire/fwohci_pci.c
218
pci_write_config(self, PCIR_LATTIMER, latency, 1);
sys/dev/firewire/fwohci_pci.c
225
pci_write_config(self, PCIR_CACHELNSZ, cache_line, 1);
sys/dev/hpt27xx/hpt27xx_os_bsd.c
72
pci_write_config(((PHBA)osext)->pcidev, offset, value, 1);
sys/dev/hpt27xx/hpt27xx_os_bsd.c
77
pci_write_config(((PHBA)osext)->pcidev, offset, value, 2);
sys/dev/hpt27xx/hpt27xx_os_bsd.c
82
pci_write_config(((PHBA)osext)->pcidev, offset, value, 4);
sys/dev/hptnr/hptnr_os_bsd.c
71
pci_write_config(((PHBA)osext)->pcidev, offset, value, 1);
sys/dev/hptnr/hptnr_os_bsd.c
76
pci_write_config(((PHBA)osext)->pcidev, offset, value, 2);
sys/dev/hptnr/hptnr_os_bsd.c
81
pci_write_config(((PHBA)osext)->pcidev, offset, value, 4);
sys/dev/hptrr/hptrr_os_bsd.c
72
pci_write_config(((PHBA)osext)->pcidev, offset, value, 1);
sys/dev/hptrr/hptrr_os_bsd.c
77
pci_write_config(((PHBA)osext)->pcidev, offset, value, 2);
sys/dev/hptrr/hptrr_os_bsd.c
82
pci_write_config(((PHBA)osext)->pcidev, offset, value, 4);
sys/dev/iavf/iavf_osdep.c
315
pci_write_config(((struct iavf_osdep *)hw->back)->dev,
sys/dev/ichsmb/ichsmb_pci.c
323
pci_write_config(dev, ICH_HOSTC, ICH_HOSTC_HST_EN, 1);
sys/dev/ichwd/i6300esbwd.c
57
pci_write_config(sc->dev, WDT_CONFIG_REG, val, 2);
sys/dev/ichwd/i6300esbwd.c
69
pci_write_config(sc->dev, WDT_LOCK_REG, val, 1);
sys/dev/ichwd/ichwd.c
485
pci_write_config(sc->ich, ICH_GEN_STA, status, 1);
sys/dev/imcsmb/imcsmb.c
398
pci_write_config(sc->imcsmb_pci, sc->regs->smb_cntl, cntl_val, 4);
sys/dev/imcsmb/imcsmb.c
422
pci_write_config(sc->imcsmb_pci, sc->regs->smb_cmd, cmd_val, 4);
sys/dev/imcsmb/imcsmb.c
492
pci_write_config(sc->imcsmb_pci, sc->regs->smb_cntl, orig_cntl_val, 4);
sys/dev/intpm/intpm.c
288
pci_write_config(dev, PCIR_INTLINE, 0x9, 1);
sys/dev/intpm/intpm.c
289
pci_write_config(dev, PCI_HST_CFG_SMB,
sys/dev/ioat/ioat.c
1727
pci_write_config(ioat->device, IOAT_CFG_CHANERRMASK_INT_OFFSET, 0x3e07,
sys/dev/ioat/ioat.c
1730
pci_write_config(ioat->device, IOAT_CFG_CHANERR_INT_OFFSET, chanerr, 4);
sys/dev/ipw/if_ipw.c
238
pci_write_config(dev, 0x41, 0, 1);
sys/dev/ipw/if_ipw.c
813
pci_write_config(dev, 0x41, 0, 1);
sys/dev/isp/isp_pci.c
598
pci_write_config(dev, PCIR_COMMAND, cmd, 2);
sys/dev/isp/isp_pci.c
607
pci_write_config(dev, PCIR_CACHELNSZ, data, 1);
sys/dev/isp/isp_pci.c
617
pci_write_config(dev, PCIR_LATTIMER, data, 1);
sys/dev/isp/isp_pci.c
625
pci_write_config(dev, PCIR_ROMADDR, data, 4);
sys/dev/iwi/if_iwi.c
301
pci_write_config(dev, 0x41, 0, 1);
sys/dev/iwi/if_iwi.c
859
pci_write_config(dev, 0x41, 0, 1);
sys/dev/iwm/if_iwm.c
5916
pci_write_config(dev, PCI_CFG_RETRY_TIMEOUT, 0x00, 1);
sys/dev/iwm/if_iwm.c
5925
pci_write_config(dev, PCIR_STATUS, reg, sizeof(reg));
sys/dev/iwm/if_iwm.c
6510
pci_write_config(dev, PCI_CFG_RETRY_TIMEOUT, 0x00, 1);
sys/dev/iwn/if_iwn.c
1479
pci_write_config(dev, 0x41, 0, 1);
sys/dev/iwn/if_iwn.c
453
pci_write_config(dev, 0x41, 0, 1);
sys/dev/iwx/if_iwx.c
10232
pci_write_config(dev, PCI_CFG_RETRY_TIMEOUT, 0x00, 1);
sys/dev/iwx/if_iwx.c
10775
pci_write_config(dev, PCI_CFG_RETRY_TIMEOUT, 0x00, 1);
sys/dev/ixgbe/if_ixv.c
1101
pci_write_config(dev, rid, msix_ctrl, 2);
sys/dev/ixgbe/ixgbe_osdep.c
51
pci_write_config(((struct ixgbe_softc *)hw->back)->dev, reg, value, 2);
sys/dev/ixl/i40e_osdep.c
259
pci_write_config(((struct i40e_osdep *)hw->back)->dev,
sys/dev/jme/if_jme.c
3345
pci_write_config(sc->jme_dev, JME_PCI_PE1, reg, 4);
sys/dev/jme/if_jme.c
3365
pci_write_config(sc->jme_dev, JME_PCI_PE1, reg, 4);
sys/dev/jme/if_jme.c
447
pci_write_config(sc->jme_dev, JME_EFUSE_CTL2, reg, 4);
sys/dev/jme/if_jme.c
450
pci_write_config(sc->jme_dev, JME_EFUSE_CTL2, reg, 4);
sys/dev/jme/if_jme.c
456
pci_write_config(sc->jme_dev, JME_EFUSE_CTL1, reg, 4);
sys/dev/jme/if_jme.c
538
pci_write_config(sc->jme_dev, JME_EFUSE_EEPROM,
sys/dev/liquidio/base/lio_device.h
820
pci_write_config(oct->device, reg, value, 4);
sys/dev/liquidio/lio_main.c
693
pci_write_config(oct->device, PCIR_COMMAND, PCIM_CMD_INTxDIS, 2);
sys/dev/liquidio/lio_main.c
708
pci_write_config(oct->device, exppos + PCIER_DEVICE_CTL, PCIEM_CTL_INITIATE_FLR, 2);
sys/dev/mlx5/mlx5_core/mlx5_fwdump.c
112
pci_write_config(dev, vsc_addr + MLX5_VSC_ADDR_OFFSET, in, 4);
sys/dev/mlx5/mlx5_core/mlx5_fwdump.c
144
pci_write_config(dev, vsc_addr + MLX5_VSC_ADDR_OFFSET, in, 4);
sys/dev/mlx5/mlx5_core/mlx5_vsc.c
121
pci_write_config(dev, vsc_addr + MLX5_VSC_SPACE_OFFSET, vsc_space, 4);
sys/dev/mlx5/mlx5_core/mlx5_vsc.c
146
pci_write_config(dev, vsc_addr + MLX5_VSC_DATA_OFFSET, *data, 4);
sys/dev/mlx5/mlx5_core/mlx5_vsc.c
147
pci_write_config(dev, vsc_addr + MLX5_VSC_ADDR_OFFSET, in, 4);
sys/dev/mlx5/mlx5_core/mlx5_vsc.c
169
pci_write_config(dev, vsc_addr + MLX5_VSC_ADDR_OFFSET, in, 4);
sys/dev/mlx5/mlx5_core/mlx5_vsc.c
61
pci_write_config(dev, vsc_addr + MLX5_VSC_SEMA_OFFSET, counter, 4);
sys/dev/mlx5/mlx5_core/mlx5_vsc.c
83
pci_write_config(dev, vsc_addr + MLX5_VSC_SEMA_OFFSET, 0, 4);
sys/dev/mpt/mpt_pci.c
385
pci_write_config(dev, PCIR_COMMAND, val, 2);
sys/dev/mpt/mpt_pci.c
392
pci_write_config(dev, PCIR_BIOS, val, 4);
sys/dev/mpt/mpt_pci.c
772
pci_write_config(mpt->dev, PCIR_COMMAND, mpt->pci_cfg.Command, 2);
sys/dev/mpt/mpt_pci.c
773
pci_write_config(mpt->dev, PCIR_CACHELNSZ,
sys/dev/mpt/mpt_pci.c
775
pci_write_config(mpt->dev, PCIR_BAR(0), mpt->pci_cfg.IO_BAR, 4);
sys/dev/mpt/mpt_pci.c
776
pci_write_config(mpt->dev, PCIR_BAR(1), mpt->pci_cfg.Mem0_BAR[0], 4);
sys/dev/mpt/mpt_pci.c
777
pci_write_config(mpt->dev, PCIR_BAR(2), mpt->pci_cfg.Mem0_BAR[1], 4);
sys/dev/mpt/mpt_pci.c
778
pci_write_config(mpt->dev, PCIR_BAR(3), mpt->pci_cfg.Mem1_BAR[0], 4);
sys/dev/mpt/mpt_pci.c
779
pci_write_config(mpt->dev, PCIR_BAR(4), mpt->pci_cfg.Mem1_BAR[1], 4);
sys/dev/mpt/mpt_pci.c
780
pci_write_config(mpt->dev, PCIR_BIOS, mpt->pci_cfg.ROM_BAR, 4);
sys/dev/mpt/mpt_pci.c
781
pci_write_config(mpt->dev, PCIR_INTLINE, mpt->pci_cfg.IntLine, 1);
sys/dev/mpt/mpt_pci.c
782
pci_write_config(mpt->dev, 0x44, mpt->pci_cfg.PMCSR, 4);
sys/dev/mrsas/mrsas.c
876
pci_write_config(dev, PCIR_COMMAND, cmd, 2);
sys/dev/msk/if_msk.c
1383
pci_write_config(sc->msk_dev, PCIR_STATUS, status |
sys/dev/msk/if_msk.c
1403
pci_write_config(sc->msk_dev, PCIR_CACHELNSZ, 2, 1);
sys/dev/msk/if_msk.c
1408
pci_write_config(sc->msk_dev, PCI_OUR_REG_1, val, 4);
sys/dev/msk/if_msk.c
1511
pci_write_config(sc->msk_dev,
sys/dev/msk/if_msk.c
3480
pci_write_config(sc->msk_dev, PCIR_STATUS, v16 |
sys/dev/mxge/if_mxge.c
3653
pci_write_config(dev, reg + 0x8, pectl, 2);
sys/dev/mxge/if_mxge.c
3657
pci_write_config(dev, reg + 0x8, sc->pectl, 2);
sys/dev/mxge/if_mxge.c
3678
pci_write_config(dev, vs + 0x10, 0x3, 1);
sys/dev/mxge/if_mxge.c
3680
pci_write_config(dev, vs + 0x18, 0xfffffff0, 4);
sys/dev/mxge/if_mxge.c
389
pci_write_config(pdev, 0x178, val, 4);
sys/dev/nfe/if_nfe.c
391
pci_write_config(dev, reg + 0x08, v, 2);
sys/dev/nge/if_nge.c
879
pci_write_config(dev, PCIR_COMMAND, reg, 2);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2093
pci_write_config(ntb->device, 0xFC, 0x4, 4);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2167
pci_write_config(ntb->device, bar->ssz_off, bar_sz, 1);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2658
pci_write_config(ntb->device, NTB_PPD_OFFSET,
sys/dev/ocs_fc/ocs_os.c
69
return pci_write_config(os->dev, reg, val, 1);
sys/dev/ocs_fc/ocs_os.c
75
return pci_write_config(os->dev, reg, val, 2);
sys/dev/ocs_fc/ocs_os.c
81
return pci_write_config(os->dev, reg, val, 4);
sys/dev/ocs_fc/ocs_pci.c
889
pci_write_config(ocs->dev, PCIR_COMMAND, val, 2);
sys/dev/pccbb/pccbb.c
1033
pci_write_config(brdev, basereg, start, 4);
sys/dev/pccbb/pccbb.c
1034
pci_write_config(brdev, limitreg, end, 4);
sys/dev/pccbb/pccbb.c
1054
pci_write_config(brdev, basereg, start, 4);
sys/dev/pccbb/pccbb.c
1055
pci_write_config(brdev, limitreg, end, 4);
sys/dev/pccbb/pccbb.c
1128
pci_write_config(sc->dev, CBBR_BRIDGECTRL, reg, 2);
sys/dev/pccbb/pccbb.c
113
pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
sys/dev/pccbb/pccbb.c
115
pci_write_config(DEV, REG, ( \
sys/dev/pccbb/pccbb.c
828
pci_write_config(sc->dev, TOPIC_REG_CTRL, reg_ctrl, 4);
sys/dev/pccbb/pccbb_pci.c
113
pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
sys/dev/pccbb/pccbb_pci.c
115
pci_write_config(DEV, REG, ( \
sys/dev/pccbb/pccbb_pci.c
292
pci_write_config(brdev, PCIR_PRIBUS_2, sc->pribus, 1);
sys/dev/pccbb/pccbb_pci.c
413
pci_write_config(sc->dev, PCIR_SECLAT_2, 0x20, 1);
sys/dev/pccbb/pccbb_pci.c
417
pci_write_config(sc->dev, PCIR_LATTIMER, 0x20, 1);
sys/dev/pccbb/pccbb_pci.c
432
pci_write_config(sc->dev, CBBR_LEGACY, 0x0, 4);
sys/dev/pccbb/pccbb_pci.c
498
pci_write_config(sc->dev, CBBR_MFUNC, mux, 4);
sys/dev/pccbb/pccbb_pci.c
508
pci_write_config(sc->dev, CBBR_MMCTRL, 0, 4);
sys/dev/pccbb/pccbb_pci.c
543
pci_write_config(sc->dev, TOPIC97_ZV_CONTROL, 0, 1);
sys/dev/pccbb/pccbb_pci.c
576
pci_write_config(sc->dev, TOPIC_SLOTCTRL,
sys/dev/pccbb/pccbb_pci.c
604
pci_write_config(sc->dev, CBBR_MEMBASE0, 0xffffffff, 4);
sys/dev/pccbb/pccbb_pci.c
605
pci_write_config(sc->dev, CBBR_MEMLIMIT0, 0, 4);
sys/dev/pccbb/pccbb_pci.c
606
pci_write_config(sc->dev, CBBR_MEMBASE1, 0xffffffff, 4);
sys/dev/pccbb/pccbb_pci.c
607
pci_write_config(sc->dev, CBBR_MEMLIMIT1, 0, 4);
sys/dev/pccbb/pccbb_pci.c
608
pci_write_config(sc->dev, CBBR_IOBASE0, 0xffffffff, 4);
sys/dev/pccbb/pccbb_pci.c
609
pci_write_config(sc->dev, CBBR_IOLIMIT0, 0, 4);
sys/dev/pccbb/pccbb_pci.c
610
pci_write_config(sc->dev, CBBR_IOBASE1, 0xffffffff, 4);
sys/dev/pccbb/pccbb_pci.c
611
pci_write_config(sc->dev, CBBR_IOLIMIT1, 0, 4);
sys/dev/pccbb/pccbb_pci.c
648
pci_write_config(brdev, CBBR_MEMBASE0, 0, 4);
sys/dev/pccbb/pccbb_pci.c
649
pci_write_config(brdev, CBBR_MEMLIMIT0, 0, 4);
sys/dev/pccbb/pccbb_pci.c
650
pci_write_config(brdev, CBBR_MEMBASE1, 0, 4);
sys/dev/pccbb/pccbb_pci.c
651
pci_write_config(brdev, CBBR_MEMLIMIT1, 0, 4);
sys/dev/pccbb/pccbb_pci.c
652
pci_write_config(brdev, CBBR_IOBASE0, 0, 4);
sys/dev/pccbb/pccbb_pci.c
653
pci_write_config(brdev, CBBR_IOLIMIT0, 0, 4);
sys/dev/pccbb/pccbb_pci.c
654
pci_write_config(brdev, CBBR_IOBASE1, 0, 4);
sys/dev/pccbb/pccbb_pci.c
655
pci_write_config(brdev, CBBR_IOLIMIT1, 0, 4);
sys/dev/pci/fixup_pci.c
134
pci_write_config(dev, 0x6c, val, 4);
sys/dev/pci/fixup_pci.c
93
pci_write_config(dev, 0x50, pmccfg, 2);
sys/dev/pci/fixup_pci.c
99
pci_write_config(dev, 0x50, pmccfg, 2);
sys/dev/pci/hostb_pci.c
129
pci_write_config(dev, reg, val, width);
sys/dev/pci/hostb_pci.c
264
DEVMETHOD(pci_write_config, pci_hostb_write_config),
sys/dev/pci/pci.c
1725
pci_write_config(child,
sys/dev/pci/pci.c
1819
pci_write_config(dev, msix->msix_location + PCIR_MSIX_CTRL,
sys/dev/pci/pci.c
186
DEVMETHOD(pci_write_config, pci_write_config_method),
sys/dev/pci/pci.c
1962
pci_write_config(child, cfg->msix.msix_location + PCIR_MSIX_CTRL,
sys/dev/pci/pci.c
2161
pci_write_config(child, msix->msix_location + PCIR_MSIX_CTRL,
sys/dev/pci/pci.c
2241
pci_write_config(dev, ht->ht_msimap + PCIR_HT_COMMAND,
sys/dev/pci/pci.c
2248
pci_write_config(dev, ht->ht_msimap + PCIR_HT_COMMAND,
sys/dev/pci/pci.c
2318
pci_write_config(dev, cap + PCIER_DEVICE_CTL, val, 2);
sys/dev/pci/pci.c
2347
pci_write_config(dev, cap + reg, value, width);
sys/dev/pci/pci.c
2375
pci_write_config(dev, cap + reg, new, width);
sys/dev/pci/pci.c
2390
pci_write_config(child, msi->msi_location + PCIR_MSI_ADDR,
sys/dev/pci/pci.c
2393
pci_write_config(child, msi->msi_location + PCIR_MSI_ADDR_HIGH,
sys/dev/pci/pci.c
2395
pci_write_config(child, msi->msi_location + PCIR_MSI_DATA_64BIT,
sys/dev/pci/pci.c
2398
pci_write_config(child, msi->msi_location + PCIR_MSI_DATA, data,
sys/dev/pci/pci.c
2403
pci_write_config(child, msi->msi_location + PCIR_MSI_CTRL,
sys/dev/pci/pci.c
2421
pci_write_config(child, msi->msi_location + PCIR_MSI_CTRL,
sys/dev/pci/pci.c
2441
pci_write_config(dev, msi->msi_location + PCIR_MSI_ADDR,
sys/dev/pci/pci.c
2444
pci_write_config(dev, msi->msi_location +
sys/dev/pci/pci.c
2446
pci_write_config(dev, msi->msi_location +
sys/dev/pci/pci.c
2449
pci_write_config(dev, msi->msi_location + PCIR_MSI_DATA,
sys/dev/pci/pci.c
2452
pci_write_config(dev, msi->msi_location + PCIR_MSI_CTRL, msi->msi_ctrl,
sys/dev/pci/pci.c
2737
pci_write_config(child, cfg->msi.msi_location + PCIR_MSI_CTRL, ctrl, 2);
sys/dev/pci/pci.c
2781
pci_write_config(child, msi->msi_location + PCIR_MSI_CTRL,
sys/dev/pci/pci.c
2969
pci_write_config(dev, dinfo->cfg.pp.pp_location +
sys/dev/pci/pci.c
2986
pci_write_config(dev, dinfo->cfg.pp.pp_location +
sys/dev/pci/pci.c
3170
pci_write_config(dev, reg, 0xfffffffe, 4);
sys/dev/pci/pci.c
3172
pci_write_config(dev, reg, map, 4);
sys/dev/pci/pci.c
3191
pci_write_config(dev, PCIR_COMMAND,
sys/dev/pci/pci.c
3207
pci_write_config(dev, reg, 0xffffffff, 4);
sys/dev/pci/pci.c
3209
pci_write_config(dev, reg + 4, 0xffffffff, 4);
sys/dev/pci/pci.c
3219
pci_write_config(dev, reg, map, 4);
sys/dev/pci/pci.c
3221
pci_write_config(dev, reg + 4, map >> 32, 4);
sys/dev/pci/pci.c
3222
pci_write_config(dev, PCIR_COMMAND, cmd, 2);
sys/dev/pci/pci.c
3242
pci_write_config(dev, pm->pm_reg, base, 4);
sys/dev/pci/pci.c
3244
pci_write_config(dev, pm->pm_reg + 4, base >> 32, 4);
sys/dev/pci/pci.c
3345
pci_write_config(dev, pm->pm_reg, pm->pm_value, 4);
sys/dev/pci/pci.c
3347
pci_write_config(dev, pm->pm_reg + 4,
sys/dev/pci/pci.c
3454
pci_write_config(dev, PCIR_COMMAND, cmd, 2);
sys/dev/pci/pci.c
3459
pci_write_config(dev, PCIR_COMMAND, cmd, 2);
sys/dev/pci/pci.c
3545
pci_write_config(dev, PCIR_PROGIF, progif | 0x05, 1);
sys/dev/pci/pci.c
3628
pci_write_config(dev, PCIR_INTLINE, irq, 1);
sys/dev/pci/pci.c
3685
pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2);
sys/dev/pci/pci.c
3732
pci_write_config(self, eecp + EHCI_LEGSUP_OS_SEM, 1, 1);
sys/dev/pci/pci.c
4123
pci_write_config(dev, ea->eae_cfg_offset, tmp, 4);
sys/dev/pci/pci.c
4135
pci_write_config(dev, rid, 0, 4);
sys/dev/pci/pci.c
4465
pci_write_config(dev, dinfo->cfg.pcie.pcie_location +
sys/dev/pci/pci.c
4470
pci_write_config(dev, aer + PCIR_AER_UC_STATUS, r, 4);
sys/dev/pci/pci.c
4496
pci_write_config(dev, aer + PCIR_AER_UC_MASK, r, 4);
sys/dev/pci/pci.c
4499
pci_write_config(dev, aer + PCIR_AER_COR_STATUS, r, 4);
sys/dev/pci/pci.c
4516
pci_write_config(dev, aer + PCIR_AER_COR_MASK, r, 4);
sys/dev/pci/pci.c
4522
pci_write_config(dev, dinfo->cfg.pcie.pcie_location +
sys/dev/pci/pci.c
5612
pci_write_config(child, PCIR_COMMAND,
sys/dev/pci/pci.c
5619
pci_write_config(child, PCIR_COMMAND, cmd, 2);
sys/dev/pci/pci.c
5960
pci_write_config(child, PCIR_COMMAND, pci_read_config(child,
sys/dev/pci/pci.c
6238
#define WREG(n, v) pci_write_config(dev, pos + (n), (v), 2)
sys/dev/pci/pci.c
6274
pci_write_config(dev, dinfo->cfg.pcix.pcix_location + PCIXR_COMMAND,
sys/dev/pci/pci.c
6292
pci_write_config(dev, PCIR_INTLINE, dinfo->cfg.intline, 1);
sys/dev/pci/pci.c
6293
pci_write_config(dev, PCIR_INTPIN, dinfo->cfg.intpin, 1);
sys/dev/pci/pci.c
6294
pci_write_config(dev, PCIR_CACHELNSZ, dinfo->cfg.cachelnsz, 1);
sys/dev/pci/pci.c
6295
pci_write_config(dev, PCIR_LATTIMER, dinfo->cfg.lattimer, 1);
sys/dev/pci/pci.c
6296
pci_write_config(dev, PCIR_PROGIF, dinfo->cfg.progif, 1);
sys/dev/pci/pci.c
6297
pci_write_config(dev, PCIR_REVID, dinfo->cfg.revid, 1);
sys/dev/pci/pci.c
6300
pci_write_config(dev, PCIR_MINGNT, dinfo->cfg.mingnt, 1);
sys/dev/pci/pci.c
6301
pci_write_config(dev, PCIR_MAXLAT, dinfo->cfg.maxlat, 1);
sys/dev/pci/pci.c
6304
pci_write_config(dev, PCIR_SECLAT_1,
sys/dev/pci/pci.c
6306
pci_write_config(dev, PCIR_SUBBUS_1,
sys/dev/pci/pci.c
6308
pci_write_config(dev, PCIR_SECBUS_1,
sys/dev/pci/pci.c
6310
pci_write_config(dev, PCIR_PRIBUS_1,
sys/dev/pci/pci.c
6312
pci_write_config(dev, PCIR_BRIDGECTL_1,
sys/dev/pci/pci.c
6316
pci_write_config(dev, PCIR_SECLAT_2,
sys/dev/pci/pci.c
6318
pci_write_config(dev, PCIR_SUBBUS_2,
sys/dev/pci/pci.c
6320
pci_write_config(dev, PCIR_SECBUS_2,
sys/dev/pci/pci.c
6322
pci_write_config(dev, PCIR_PRIBUS_2,
sys/dev/pci/pci.c
6324
pci_write_config(dev, PCIR_BRIDGECTL_2,
sys/dev/pci/pci.c
6331
pci_write_config(dev, PCIR_COMMAND, dinfo->cfg.cmdreg, 2);
sys/dev/pci/pci.c
6700
pci_write_config(dev, aer + PCIR_AER_UC_STATUS, r, 4);
sys/dev/pci/pci.c
6706
pci_write_config(dev, aer + PCIR_AER_COR_STATUS, r, 4);
sys/dev/pci/pci.c
6716
pci_write_config(dev, dinfo->cfg.pcie.pcie_location +
sys/dev/pci/pci.c
6763
pci_write_config(dev, PCIR_COMMAND, cmd & ~(PCIM_CMD_BUSMASTEREN), 2);
sys/dev/pci/pci.c
6766
pci_write_config(dev, PCIR_COMMAND, cmd, 2);
sys/dev/pci/pci.c
6787
pci_write_config(dev, cap + PCIER_DEVICE_CTL, ctl |
sys/dev/pci/pci.c
6831
pci_write_config(port, pcie_location + PCIER_LINK_CTL, v, 2);
sys/dev/pci/pci.c
6835
pci_write_config(port, pcie_location + PCIER_LINK_CTL, v, 2);
sys/dev/pci/pci.c
7013
pci_write_config(dev, dinfo->cfg.pcie.pcie_location +
sys/dev/pci/pci.c
7020
pci_write_config(dev, aer + PCIR_AER_UC_STATUS, r, 4);
sys/dev/pci/pci.c
7023
pci_write_config(dev, aer + PCIR_AER_COR_STATUS, r, 4);
sys/dev/pci/pci.c
7040
pci_write_config(dev, PCIR_STATUS, status, 2);
sys/dev/pci/pci_iov.c
479
pci_write_config(lowest, lowest_pos + PCIR_SRIOV_CTL, iov_ctl, 2);
sys/dev/pci/pci_iov.c
88
pci_write_config((d)->cfg.dev, (d)->cfg.iov->iov_pos + r, v, w)
sys/dev/pci/pci_pci.c
1435
pci_write_config(dev, PCIR_PRIBUS_1, sc->pribus, 1);
sys/dev/pci/pci_pci.c
1612
pci_write_config(dev, PCIR_COMMAND, pci_get_cmdreg(dev), 2);
sys/dev/pci/pci_pci.c
1619
pci_write_config(dev, PCIR_IOBASEL_1, 0xff, 1);
sys/dev/pci/pci_pci.c
1620
pci_write_config(dev, PCIR_IOBASEH_1, 0xffff, 2);
sys/dev/pci/pci_pci.c
1621
pci_write_config(dev, PCIR_IOLIMITL_1, 0, 1);
sys/dev/pci/pci_pci.c
1622
pci_write_config(dev, PCIR_IOLIMITH_1, 0, 2);
sys/dev/pci/pci_pci.c
1623
pci_write_config(dev, PCIR_MEMBASE_1, 0xffff, 2);
sys/dev/pci/pci_pci.c
1624
pci_write_config(dev, PCIR_MEMLIMIT_1, 0, 2);
sys/dev/pci/pci_pci.c
1625
pci_write_config(dev, PCIR_PMBASEL_1, 0xffff, 2);
sys/dev/pci/pci_pci.c
1626
pci_write_config(dev, PCIR_PMBASEH_1, 0xffffffff, 4);
sys/dev/pci/pci_pci.c
1627
pci_write_config(dev, PCIR_PMLIMITL_1, 0, 2);
sys/dev/pci/pci_pci.c
1628
pci_write_config(dev, PCIR_PMLIMITH_1, 0, 4);
sys/dev/pci/pci_pci.c
216
pci_write_config(dev, PCIR_IOBASEH_1,
sys/dev/pci/pci_pci.c
218
pci_write_config(dev, PCIR_IOLIMITH_1,
sys/dev/pci/pci_pci.c
221
pci_write_config(dev, PCIR_IOBASEL_1, sc->io.base >> 8, 1);
sys/dev/pci/pci_pci.c
222
pci_write_config(dev, PCIR_IOLIMITL_1, sc->io.limit >> 8, 1);
sys/dev/pci/pci_pci.c
226
pci_write_config(dev, PCIR_MEMBASE_1, sc->mem.base >> 16, 2);
sys/dev/pci/pci_pci.c
227
pci_write_config(dev, PCIR_MEMLIMIT_1, sc->mem.limit >> 16, 2);
sys/dev/pci/pci_pci.c
233
pci_write_config(dev, PCIR_PMBASEH_1,
sys/dev/pci/pci_pci.c
235
pci_write_config(dev, PCIR_PMLIMITH_1,
sys/dev/pci/pci_pci.c
2364
pci_write_config(sc->dev, pcie_pos + PCIER_DEVICE_CTL2, ctl2, 4);
sys/dev/pci/pci_pci.c
238
pci_write_config(dev, PCIR_PMBASEL_1, sc->pmem.base >> 16, 2);
sys/dev/pci/pci_pci.c
239
pci_write_config(dev, PCIR_PMLIMITL_1, sc->pmem.limit >> 16, 2);
sys/dev/pci/pci_pci.c
507
pci_write_config(dev, PCIR_IOBASEL_1, 0xff, 1);
sys/dev/pci/pci_pci.c
510
pci_write_config(dev, PCIR_IOBASEL_1, 0, 1);
sys/dev/pci/pci_pci.c
556
pci_write_config(dev, PCIR_PMBASEL_1, 0xffff, 2);
sys/dev/pci/pci_pci.c
559
pci_write_config(dev, PCIR_PMBASEL_1, 0, 2);
sys/dev/pci/pci_pci.c
761
pci_write_config(bus->dev, bus->sub_reg, bus->sub, 1);
sys/dev/pci/pci_user.c
1449
pci_write_config(pcidev,
sys/dev/pci/vga_pci.c
134
pci_write_config(dev, PCIR_COMMAND, config | PCIM_CMD_INTxDIS, 2);
sys/dev/pci/vga_pci.c
198
pci_write_config(pcib, PCIR_BRIDGECTL_1, config, 2);
sys/dev/pci/vga_pci.c
242
pci_write_config(dev, rid, rom_addr, 4);
sys/dev/pci/vga_pci.c
502
pci_write_config(dev, reg, val, width);
sys/dev/pci/vga_pci.c
727
DEVMETHOD(pci_write_config, vga_pci_write_config),
sys/dev/pms/freebsd/driver/common/lxosapi.c
181
pci_write_config( lDev, chipConfigOffset, chipConfigValue, 4 );
sys/dev/proto/proto_core.c
416
pci_write_config(dev, ofs, buf.x1[0], 1);
sys/dev/proto/proto_core.c
422
pci_write_config(dev, ofs, buf.x2[0], 2);
sys/dev/proto/proto_core.c
428
pci_write_config(dev, ofs, buf.x4[0], 4);
sys/dev/qat/qat_common/adf_aer.c
130
pci_write_config(pdev,
sys/dev/qat/qat_common/adf_aer.c
153
pci_write_config(pdev,
sys/dev/qat/qat_common/adf_aer.c
92
pci_write_config(parent, PCIR_BRIDGECTL_1, bridge_ctl, 2);
sys/dev/qat/qat_common/adf_aer.c
95
pci_write_config(parent, PCIR_BRIDGECTL_1, bridge_ctl, 2);
sys/dev/qat/qat_common/qat_freebsd.c
132
pci_write_config(dev, cap_reg, reg_value, 1);
sys/dev/qat/qat_hw/qat_200xx/adf_drv.c
143
pci_write_config(dev, ADF_200XX_PFIEERRUNCSTSR, reg_val, 4);
sys/dev/qlnx/qlnxe/qlnx_ioctl.c
470
pci_write_config(ha->pci_dev, pci_cfg_rd_wr->reg,
sys/dev/qlnx/qlnxe/qlnx_os.c
5087
pci_write_config(((qlnx_host_t *)ecore_dev)->pci_dev,
sys/dev/qlnx/qlnxe/qlnx_os.c
5096
pci_write_config(((qlnx_host_t *)ecore_dev)->pci_dev,
sys/dev/qlnx/qlnxe/qlnx_os.c
5105
pci_write_config(((qlnx_host_t *)ecore_dev)->pci_dev,
sys/dev/re/if_re.c
1383
pci_write_config(dev, sc->rl_expcap +
sys/dev/rtsx/rtsx.c
1049
pci_write_config(sc->rtsx_dev, sc->rtsx_pcie_cap + PCIER_LINK_CTL + 1, 1, 1);
sys/dev/rtsx/rtsx.c
1052
pci_write_config(sc->rtsx_dev, 0x70F, 0x5B, 1);
sys/dev/rtsx/rtsx.c
899
pci_write_config(sc->rtsx_dev, sc->rtsx_pcie_cap + PCIER_LINK_CTL, val & 0xfc, 1);
sys/dev/rtwn/pci/rtwn_pci_attach.c
650
pci_write_config(dev, cap_off + PCIER_LINK_CTL, lcsr, 4);
sys/dev/sdhci/sdhci_pci.c
265
pci_write_config(dev, SDHC_PCI_MODE_KEY, 0xfc, 1);
sys/dev/sdhci/sdhci_pci.c
267
pci_write_config(dev, SDHC_PCI_MODE, SDHC_PCI_MODE_SD20, 1);
sys/dev/sdhci/sdhci_pci.c
268
pci_write_config(dev, SDHC_PCI_MODE_KEY, 0x00, 1);
sys/dev/sdhci/sdhci_pci.c
274
pci_write_config(dev, SDHC_PCI_BASE_FREQ_KEY, 0x01, 1);
sys/dev/sdhci/sdhci_pci.c
276
pci_write_config(dev, SDHC_PCI_BASE_FREQ, 50, 1);
sys/dev/sdhci/sdhci_pci.c
277
pci_write_config(dev, SDHC_PCI_BASE_FREQ_KEY, 0x00, 1);
sys/dev/sdhci/sdhci_pci.c
286
pci_write_config(dev, SDHC_PCI_MODE_KEY, 0xfc, 1);
sys/dev/sdhci/sdhci_pci.c
287
pci_write_config(dev, SDHC_PCI_MODE, sc->cfg_mode, 1);
sys/dev/sdhci/sdhci_pci.c
288
pci_write_config(dev, SDHC_PCI_MODE_KEY, 0x00, 1);
sys/dev/sdhci/sdhci_pci.c
291
pci_write_config(dev, SDHC_PCI_BASE_FREQ_KEY, 0x01, 1);
sys/dev/sdhci/sdhci_pci.c
292
pci_write_config(dev, SDHC_PCI_BASE_FREQ, sc->cfg_freq, 1);
sys/dev/sdhci/sdhci_pci.c
293
pci_write_config(dev, SDHC_PCI_BASE_FREQ_KEY, 0x00, 1);
sys/dev/sge/if_sge.c
308
pci_write_config(dev, 0x48, reg & ~0x02, 1);
sys/dev/sge/if_sge.c
320
pci_write_config(dev, 0x48, reg, 1);
sys/dev/sis/if_sis.c
395
pci_write_config(bridge, 0x48, reg|0x40, 1);
sys/dev/sis/if_sis.c
407
pci_write_config(bridge, 0x48, reg & ~0x40, 1);
sys/dev/sound/pci/envy24.c
2395
pci_write_config(sc->dev, PCIR_LAC, data, 2);
sys/dev/sound/pci/envy24.c
2423
pci_write_config(sc->dev, PCIR_SCFG, sc->cfg->scfg, 1);
sys/dev/sound/pci/envy24.c
2424
pci_write_config(sc->dev, PCIR_ACL, sc->cfg->acl, 1);
sys/dev/sound/pci/envy24.c
2425
pci_write_config(sc->dev, PCIR_I2S, sc->cfg->i2s, 1);
sys/dev/sound/pci/envy24.c
2426
pci_write_config(sc->dev, PCIR_SPDIF, sc->cfg->spdif, 1);
sys/dev/sound/pci/envy24ht.c
2301
pci_write_config(sc->dev, PCIR_LAC, data, 2);
sys/dev/sound/pci/es137x.c
1453
pci_write_config(dev, PCIR_LATTIMER, val, 1);
sys/dev/sound/pci/es137x.c
1685
pci_write_config(dev, PCIR_LATTIMER, r, 1);
sys/dev/sound/pci/hda/hdac.c
1222
pci_write_config(dev, 0x44, v & 0xf8, 1);
sys/dev/sound/pci/hda/hdac.c
1259
pci_write_config(dev, hdac_pcie_snoop[i].reg, v, 1);
sys/dev/sound/pci/ich.c
938
pci_write_config(dev, PCIR_ICH_LEGACY, ICH_LEGACY_ENABLE, 1);
sys/dev/sound/pci/maestro3.c
1205
pci_write_config(sc->dev, data + 4, state, 1);
sys/dev/sound/pci/maestro3.c
1223
pci_write_config(sc->dev, PCI_LEGACY_AUDIO_CTRL, data, 2);
sys/dev/sound/pci/maestro3.c
1660
pci_write_config(sc->dev, PCI_ALLEGRO_CONFIG, data, 4);
sys/dev/sound/pci/maestro3.c
1670
pci_write_config(sc->dev, PCI_ALLEGRO_CONFIG, data, 4);
sys/dev/sound/pci/maestro3.c
1675
pci_write_config(sc->dev, PCI_USER_CONFIG, data, 4);
sys/dev/sound/pci/solo.c
935
pci_write_config(dev, ESS_PCI_LEGACYCONTROL, 0x805f, 2);
sys/dev/sound/pci/solo.c
936
pci_write_config(dev, ESS_PCI_DDMACONTROL, ddma, 2);
sys/dev/sound/pci/solo.c
937
pci_write_config(dev, ESS_PCI_CONFIG, 0, 2);
sys/dev/sound/pci/solo.c
974
pci_write_config(dev, ESS_PCI_LEGACYCONTROL, 0x805f, 2);
sys/dev/sound/pci/solo.c
975
pci_write_config(dev, ESS_PCI_DDMACONTROL, ddma, 2);
sys/dev/sound/pci/solo.c
976
pci_write_config(dev, ESS_PCI_CONFIG, 0, 2);
sys/dev/sound/pci/via8233.c
1117
pci_write_config(dev, VIA_PCI_ACLINK_CTRL,
sys/dev/sound/pci/via8233.c
1122
pci_write_config(dev, VIA_PCI_ACLINK_CTRL,
sys/dev/sound/pci/via8233.c
1127
pci_write_config(dev, VIA_PCI_ACLINK_CTRL,
sys/dev/sound/pci/via8233.c
1132
pci_write_config(dev, VIA_PCI_ACLINK_CTRL,
sys/dev/sound/pci/via8233.c
1136
pci_write_config(dev, VIA_PCI_ACLINK_CTRL,
sys/dev/sound/pci/via8233.c
1141
pci_write_config(dev, VIA_PCI_ACLINK_CTRL,
sys/dev/sound/pci/via8233.c
1148
pci_write_config(dev, VIA_PCI_ACLINK_CTRL, VIA_PCI_ACLINK_DESIRED, 1);
sys/dev/sound/pci/via8233.c
183
pci_write_config(dev, VIA_PCI_SPDIF, r, 1);
sys/dev/sound/pci/via82c686.c
485
pci_write_config(dev, VIA_ACLINKCTRL, VIA_ACLINK_EN, 1); /* Assert low */
sys/dev/sound/pci/via82c686.c
487
pci_write_config(dev, VIA_ACLINKCTRL, VIA_ACLINK_EN | VIA_ACLINK_NRST, 1); /* Assert high */
sys/dev/sound/pci/via82c686.c
489
pci_write_config(dev, VIA_ACLINKCTRL, VIA_ACLINK_EN, 1); /* Assert low */
sys/dev/sound/pci/via82c686.c
492
pci_write_config(dev, VIA_ACLINKCTRL, VIA_ACLINK_EN, 1); /* Force no sync */
sys/dev/sound/pci/via82c686.c
494
pci_write_config(dev, VIA_ACLINKCTRL, VIA_ACLINK_EN | VIA_ACLINK_SYNC, 1); /* Sync */
sys/dev/sound/pci/via82c686.c
496
pci_write_config(dev, VIA_ACLINKCTRL, VIA_ACLINK_EN, 1); /* Force no sync */
sys/dev/sound/pci/via82c686.c
501
pci_write_config(dev, VIA_ACLINKCTRL, VIA_ACLINK_DESIRED, 1);
sys/dev/sound/pci/vibes.c
756
pci_write_config(dev, SV_PCI_DMAA, SV_PCI_DMA_EXTENDED, 4);
sys/dev/sound/pci/vibes.c
757
pci_write_config(dev, SV_PCI_DMAC, 0, 4);
sys/dev/sound/pci/vibes.c
845
pci_write_config(dev, SV_PCI_DMAA, data, 4);
sys/dev/sound/pci/vibes.c
863
pci_write_config(dev, SV_PCI_DMAC, data, 4);
sys/dev/sume/if_sume.c
617
pci_write_config(dev, capmem + PCIER_DEVICE_CTL, (devctl |
sys/dev/sume/if_sume.c
621
pci_write_config(dev, capmem + PCIER_DEVICE_CTL2, (devctl |
sys/dev/sume/if_sume.c
625
pci_write_config(dev, capmem + PCIER_LINK_CTL, (linkctl |
sys/dev/sym/sym_hipd.c
3724
pci_write_config(np->device, PCIR_STATUS, pci_sts, 2);
sys/dev/sym/sym_hipd.c
8471
pci_write_config(dev, PCIR_COMMAND, command, 2);
sys/dev/sym/sym_hipd.c
8480
pci_write_config(dev, PCIR_CACHELNSZ, cachelnsz, 1);
sys/dev/tdfx/tdfx_pci.c
648
pci_write_config(tdfx_info->dev, piod->port & ~3, retval, 4);
sys/dev/thunderbolt/nhi_pci.c
499
pci_write_config(dev, ICL_VSCAP_22, val, 4);
sys/dev/thunderbolt/tb_pcib.c
293
pci_write_config(dev, sc->vsec + AR_VSCAP_1C, val, 4);
sys/dev/thunderbolt/tb_pcib.c
298
pci_write_config(dev, sc->vsec + AR_VSCAP_B0, val, 4);
sys/dev/thunderbolt/tb_pcib.c
368
pci_write_config(dev, vsec + m_out, regcmd, 4);
sys/dev/thunderbolt/tb_pcib.c
380
pci_write_config(dev, vsec + m_out, 0, 4);
sys/dev/thunderbolt/tb_pcib.c
430
pci_write_config(dev, vsec + PCIE2CIO_CMD, cmd, 4);
sys/dev/thunderbolt/tb_pcib.c
452
pci_write_config(dev, vsec + PCIE2CIO_WRDATA, val, 4);
sys/dev/thunderbolt/tb_pcib.c
458
pci_write_config(dev, vsec + PCIE2CIO_CMD, cmd);
sys/dev/usb/controller/ehci_pci.c
285
pci_write_config(self, 0x53, val, 1);
sys/dev/usb/controller/ehci_pci.c
302
pci_write_config(self, 0x4b, val, 1);
sys/dev/usb/controller/ehci_pci.c
577
pci_write_config(self, eecp +
sys/dev/usb/controller/ohci_pci.c
109
pci_write_config(self, PCI_CBMEM, reg, 4);
sys/dev/usb/controller/ohci_pci.c
110
pci_write_config(self, PCIR_INTLINE, int_line, 4);
sys/dev/usb/controller/uhci_pci.c
395
pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2);
sys/dev/usb/controller/uhci_pci.c
94
pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2);
sys/dev/usb/controller/xhci_pci.c
288
pci_write_config(self, PCI_XHCI_INTEL_USB3_PSSEN, temp & usb3_mask, 4);
sys/dev/usb/controller/xhci_pci.c
289
pci_write_config(self, PCI_XHCI_INTEL_XUSB2PR, temp & usb2_mask, 4);
sys/dev/viapm/viapm.c
203
pci_write_config(dev, VIAPM_586B_3040E_ACTIV, s | 0x1, 2);
sys/dev/viapm/viapm.c
214
pci_write_config(dev, VIAPM_586B_3040F_ACTIV, c | 0x80, 1);
sys/dev/viapm/viapm.c
301
pci_write_config(dev, VIAPM_PRO_SMBCTRL, l | 1, 1);
sys/dev/viapm/viapm.c
304
pci_write_config(dev, base_cfgreg,
sys/dev/viapm/viapm.c
352
pci_write_config(dev, VIAPM_PRO_SMBCTRL, l | 0x80, 1);
sys/dev/viapm/viapm.c
384
pci_write_config(dev, VIAPM_PRO_SMBCTRL, l | 1, 1);
sys/dev/vmd/vmd.c
233
pci_write_config(dev, VMD_CONFIG, val, 2);
sys/dev/vr/if_vr.c
1757
pci_write_config(sc->vr_dev, PCIR_STATUS, pcis, 2);
sys/dev/vr/if_vr.c
739
pci_write_config(dev, VR_PCI_MODE2,
sys/dev/vr/if_vr.c
744
pci_write_config(dev, VR_PCI_MODE2,
sys/dev/vr/if_vr.c
748
pci_write_config(dev, VR_PCI_MODE3,
sys/dev/vr/if_vr.c
753
pci_write_config(dev, VR_PCI_MODE2,
sys/dev/vr/if_vr.c
759
pci_write_config(dev, VR_PCI_MODE2,
sys/dev/wpi/if_wpi.c
378
pci_write_config(dev, 0x41, 0, 1);
sys/dev/wpi/if_wpi.c
761
pci_write_config(dev, 0x41, 0, 1);