arch/alpha/kernel/pci.c
281
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 64);
arch/arm/kernel/bios32.c
101
pci_write_config_byte(dev, 0x42, 0x01);
arch/arm/kernel/bios32.c
106
pci_write_config_byte(dev, 0x40, 0x22);
arch/arm/kernel/bios32.c
114
pci_write_config_byte(dev, 0x83, 0x02);
arch/arm/kernel/bios32.c
120
pci_write_config_byte(dev, 0x80, 0x11);
arch/arm/kernel/bios32.c
121
pci_write_config_byte(dev, 0x81, 0x00);
arch/arm/kernel/bios32.c
233
pci_write_config_byte(dev, 0x4b, 14);
arch/arm/kernel/bios32.c
234
pci_write_config_byte(dev, 0x4c, 15);
arch/arm/kernel/bios32.c
239
pci_write_config_byte(dev, 0x4d, 0x41);
arch/arm/kernel/bios32.c
244
pci_write_config_byte(dev, 0x44, 0x17);
arch/arm/kernel/bios32.c
249
pci_write_config_byte(dev, 0x45, 0x03);
arch/arm/kernel/bios32.c
324
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE,
arch/arm/kernel/bios32.c
94
pci_write_config_byte(dev, 0x48, 0xff);
arch/m68k/kernel/pcibios.c
74
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, 8);
arch/m68k/kernel/pcibios.c
75
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 32);
arch/mips/pci/fixup-cobalt.c
100
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, 8);
arch/mips/pci/fixup-cobalt.c
79
pci_write_config_byte(dev, 0x40, 0xb);
arch/mips/pci/fixup-cobalt.c
84
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 64);
arch/mips/pci/fixup-cobalt.c
85
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, 8);
arch/mips/pci/fixup-cobalt.c
99
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 64);
arch/mips/pci/fixup-fuloong2e.c
105
pci_write_config_byte(pdev, 0x50, 0x0e);
arch/mips/pci/fixup-fuloong2e.c
112
pci_write_config_byte(pdev, 0x51, 0x76);
arch/mips/pci/fixup-fuloong2e.c
115
pci_write_config_byte(pdev, 0x52, 0x34);
arch/mips/pci/fixup-fuloong2e.c
118
pci_write_config_byte(pdev, 0x54, 0x00);
arch/mips/pci/fixup-fuloong2e.c
121
pci_write_config_byte(pdev, 0x55, 0x90); /* bit 7-4, PIRQA */
arch/mips/pci/fixup-fuloong2e.c
122
pci_write_config_byte(pdev, 0x56, 0xba); /* bit 7-4, PIRQC; */
arch/mips/pci/fixup-fuloong2e.c
124
pci_write_config_byte(pdev, 0x57, 0xd0); /* bit 7-4, PIRQD */
arch/mips/pci/fixup-fuloong2e.c
129
pci_write_config_byte(pdev, 0x85, c);
arch/mips/pci/fixup-fuloong2e.c
139
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 48);
arch/mips/pci/fixup-fuloong2e.c
140
pci_write_config_byte(pdev, PCI_COMMAND,
arch/mips/pci/fixup-fuloong2e.c
143
pci_write_config_byte(pdev, 0x40, 0x0b);
arch/mips/pci/fixup-fuloong2e.c
145
pci_write_config_byte(pdev, 0x42, 0x09);
arch/mips/pci/fixup-fuloong2e.c
149
pci_write_config_byte(pdev, 0x41, 0x02);
arch/mips/pci/fixup-fuloong2e.c
152
pci_write_config_byte(pdev, 0x43, 0x0a);
arch/mips/pci/fixup-fuloong2e.c
153
pci_write_config_byte(pdev, 0x44, 0x00);
arch/mips/pci/fixup-fuloong2e.c
155
pci_write_config_byte(pdev, 0x45, 0x00);
arch/mips/pci/fixup-fuloong2e.c
157
pci_write_config_byte(pdev, 0x41, 0xc2);
arch/mips/pci/fixup-fuloong2e.c
158
pci_write_config_byte(pdev, 0x43, 0x35);
arch/mips/pci/fixup-fuloong2e.c
159
pci_write_config_byte(pdev, 0x44, 0x1c);
arch/mips/pci/fixup-fuloong2e.c
161
pci_write_config_byte(pdev, 0x45, 0x10);
arch/mips/pci/fixup-fuloong2e.c
170
pci_write_config_byte(pdev, PCI_INTERRUPT_LINE, 10);
arch/mips/pci/fixup-fuloong2e.c
176
pci_write_config_byte(pdev, PCI_INTERRUPT_LINE, 11);
arch/mips/pci/fixup-fuloong2e.c
185
pci_write_config_byte(pdev, PCI_COMMAND,
arch/mips/pci/fixup-fuloong2e.c
192
pci_write_config_byte(pdev, 0x3c, 9);
arch/mips/pci/fixup-fuloong2e.c
197
pci_write_config_byte(pdev, 0x41, 0xcc);
arch/mips/pci/fixup-fuloong2e.c
200
pci_write_config_byte(pdev, 0x42, 0x20);
arch/mips/pci/fixup-fuloong2e.c
207
pci_write_config_byte(pdev, 0x42, 0x0);
arch/mips/pci/fixup-fuloong2e.c
68
pci_write_config_byte(pdev, 0x40, 0x08);
arch/mips/pci/fixup-fuloong2e.c
71
pci_write_config_byte(pdev, 0x41, 0x01);
arch/mips/pci/fixup-fuloong2e.c
74
pci_write_config_byte(pdev, 0x45, 0x00);
arch/mips/pci/fixup-fuloong2e.c
77
pci_write_config_byte(pdev, 0x46, 0xe0);
arch/mips/pci/fixup-fuloong2e.c
86
pci_write_config_byte(pdev, 0x47, 0xe6);
arch/mips/pci/fixup-fuloong2e.c
95
pci_write_config_byte(pdev, 0x48, 0x01);
arch/mips/pci/fixup-fuloong2e.c
98
pci_write_config_byte(pdev, 0x4a, 0x84);
arch/mips/pci/fixup-lemote2f.c
114
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0xc0);
arch/mips/pci/fixup-lemote2f.c
66
pci_write_config_byte(dev, PCI_INTERRUPT_LINE,
arch/mips/pci/fixup-lemote2f.c
70
pci_write_config_byte(dev, PCI_INTERRUPT_LINE,
arch/mips/pci/fixup-lemote2f.c
77
pci_write_config_byte(dev, PCI_INTERRUPT_LINE,
arch/mips/pci/fixup-malta.c
111
pci_write_config_byte(pdev, PIIX4_FUNC0_SERIRQC, reg_val);
arch/mips/pci/fixup-malta.c
133
pci_write_config_byte(pdev, PIIX4_FUNC1_IDETIM_PRIMARY_HI,
arch/mips/pci/fixup-malta.c
137
pci_write_config_byte(pdev, PIIX4_FUNC1_IDETIM_SECONDARY_HI,
arch/mips/pci/fixup-malta.c
155
(void) pci_write_config_byte(dev, PIIX4_FUNC0_DLC, ndlc);
arch/mips/pci/fixup-malta.c
61
pci_write_config_byte(dev, PIIX4_FUNC3_PMREGMISC,
arch/mips/pci/fixup-malta.c
99
pci_write_config_byte(pdev, PIIX4_FUNC0_TOM, reg_val |
arch/mips/pci/fixup-rc32434.c
56
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, 4);
arch/mips/pci/fixup-sb1250.c
17
pci_write_config_byte(dev, 0x40, 0xff);
arch/mips/pci/fixup-sb1250.c
88
pci_write_config_byte(dev, 0x64, 0xff);
arch/mips/pci/pci-mt7620.c
377
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, 0x14);
arch/mips/pci/pci-mt7620.c
380
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 0xff);
arch/mips/pci/pci-mt7620.c
386
pci_write_config_byte(dev, PCI_INTERRUPT_LINE, dev->irq);
arch/mips/pci/pci-octeon.c
100
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 64);
arch/mips/pci/pci-octeon.c
110
pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER, 64);
arch/mips/pci/pci-octeon.c
98
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, 64 / 4);
arch/mips/txx9/generic/pci.c
287
pci_write_config_byte(dev, 0x64, reg_64);
arch/mips/txx9/generic/pci.c
289
pci_write_config_byte(dev, 0xe1, reg_e1);
arch/mips/txx9/generic/pci.c
309
pci_write_config_byte(dev, PCI_INTERRUPT_LINE, 14);
arch/mips/txx9/generic/pci.c
315
pci_write_config_byte(dev, regs[i], dat | 0x80);
arch/mips/txx9/generic/pci.c
330
pci_write_config_byte(dev, 0x5c, dat);
arch/mips/txx9/generic/pci.c
358
pci_write_config_byte(dev, PCI_BIST, PCI_BIST_START);
arch/parisc/kernel/pci.c
177
pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER, 32);
arch/powerpc/platforms/chrp/pci.c
346
pci_write_config_byte(sl82c105, PCI_CLASS_PROG, progif | 0x05);
arch/powerpc/platforms/chrp/pci.c
382
pci_write_config_byte(viaide, PCI_CLASS_PROG, progif & ~0x5);
arch/powerpc/platforms/fsl_uli1575.c
103
pci_write_config_byte(dev, 0x86, ULI_PIRQD);
arch/powerpc/platforms/fsl_uli1575.c
106
pci_write_config_byte(dev, 0x87, ULI_PIRQA);
arch/powerpc/platforms/fsl_uli1575.c
109
pci_write_config_byte(dev, 0x88, ULI_PIRQB);
arch/powerpc/platforms/fsl_uli1575.c
112
pci_write_config_byte(dev, 0x89, ULI_PIRQF);
arch/powerpc/platforms/fsl_uli1575.c
115
pci_write_config_byte(dev, 0x8a, ULI_PIRQF);
arch/powerpc/platforms/fsl_uli1575.c
118
pci_write_config_byte(dev, 0x8b, ULI_PIRQF);
arch/powerpc/platforms/fsl_uli1575.c
121
pci_write_config_byte(dev, 0x8c, ULI_PIRQF);
arch/powerpc/platforms/fsl_uli1575.c
124
pci_write_config_byte(dev, 0x8d, ULI_PIRQE);
arch/powerpc/platforms/fsl_uli1575.c
127
pci_write_config_byte(dev, 0x8e, ULI_PIRQG);
arch/powerpc/platforms/fsl_uli1575.c
130
pci_write_config_byte(dev, 0x8f, ULI_PIRQG);
arch/powerpc/platforms/fsl_uli1575.c
133
pci_write_config_byte(dev, 0x74, ULI_8259_IRQ11);
arch/powerpc/platforms/fsl_uli1575.c
138
pci_write_config_byte(dev, 0x44, 0x30 | ULI_8259_IRQ14);
arch/powerpc/platforms/fsl_uli1575.c
139
pci_write_config_byte(dev, 0x75, ULI_8259_IRQ15);
arch/powerpc/platforms/fsl_uli1575.c
188
pci_write_config_byte(dev, 0x83, c|0x80);
arch/powerpc/platforms/fsl_uli1575.c
195
pci_write_config_byte(dev, 0x83, c);
arch/powerpc/platforms/fsl_uli1575.c
199
pci_write_config_byte(dev, 0x84, c & ~0x01);
arch/powerpc/platforms/fsl_uli1575.c
281
pci_write_config_byte(dev, 0x83, c);
arch/powerpc/platforms/fsl_uli1575.c
283
pci_write_config_byte(dev, PCI_CLASS_PROG, 0x01);
arch/powerpc/platforms/fsl_uli1575.c
284
pci_write_config_byte(dev, PCI_CLASS_DEVICE, 0x06);
arch/powerpc/platforms/fsl_uli1575.c
288
pci_write_config_byte(dev, 0x83, c);
arch/powerpc/platforms/fsl_uli1575.c
307
pci_write_config_byte(dev, 0x4b, c);
arch/powerpc/platforms/fsl_uli1575.c
74
pci_write_config_byte(dev, 0x7c, 0x80);
arch/powerpc/platforms/fsl_uli1575.c
77
pci_write_config_byte(dev, PCI_CLASS_PROG, 0x01);
arch/powerpc/platforms/fsl_uli1575.c
81
pci_write_config_byte(dev, 0x7c, temp);
arch/powerpc/platforms/fsl_uli1575.c
99
pci_write_config_byte(dev, 0x48 + i, val);
arch/powerpc/platforms/powermac/pci.c
1010
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 16);
arch/powerpc/platforms/powermac/pci.c
1012
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE,
arch/powerpc/platforms/powermac/pci.c
1069
pci_write_config_byte(dev, 0x91, val | 0x30);
arch/powerpc/platforms/powermac/pci.c
1072
pci_write_config_byte(dev, 0x92, val & ~0x06);
arch/powerpc/platforms/powermac/pci.c
1082
pci_write_config_byte(dev, 0x8c, (val & ~0x0f) | 2);
arch/powerpc/platforms/powermac/pci.c
1085
pci_write_config_byte(dev, 0x92, val & ~0x06);
arch/powerpc/platforms/powermac/pci.c
1127
(void) pci_write_config_byte(dev, PCI_CLASS_PROG, progif|5);
arch/sparc/kernel/pci.c
845
pci_write_config_byte(ali_isa_bridge, 0x7e, val);
arch/sparc/kernel/pci_sabre.c
396
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 64);
arch/sparc/kernel/pci_sabre.c
397
pci_write_config_byte(pdev, PCI_SEC_LATENCY_TIMER, 64);
arch/sparc/kernel/pci_sabre.c
402
pci_write_config_byte(pdev, PCI_BRIDGE_CONTROL,
arch/x86/kernel/quirks.c
32
pci_write_config_byte(dev, 0xf4, config|0x2);
arch/x86/kernel/quirks.c
367
err |= pci_write_config_byte(dev, 0xac, b);
arch/x86/kernel/quirks.c
51
pci_write_config_byte(dev, 0xf4, config);
arch/x86/kernel/reboot_fixups_32.c
22
pci_write_config_byte(dev, 0x44, 0x1);
arch/x86/pci/fixup.c
120
pci_write_config_byte(d, PCI_LATENCY_TIMER, 0);
arch/x86/pci/fixup.c
136
pci_write_config_byte(d, where, v);
arch/x86/pci/fixup.c
432
pci_write_config_byte(dev, 0x50, val & (~0x40));
arch/x86/pci/fixup.c
523
pci_write_config_byte(dev, 0x42, r);
arch/x86/pci/irq.c
1442
pci_write_config_byte(dev, PCI_INTERRUPT_LINE, 11);
arch/x86/pci/irq.c
1452
pci_write_config_byte(dev, PCI_INTERRUPT_LINE, dev->irq);
arch/x86/pci/irq.c
429
pci_write_config_byte(router, reg, x);
arch/x86/pci/irq.c
540
pci_write_config_byte(router, pirq, irq);
arch/x86/pci/irq.c
584
pci_write_config_byte(router, reg, irq);
arch/x86/pci/irq.c
750
pci_write_config_byte(router, reg, x);
arch/x86/pci/irq.c
844
pci_write_config_byte(router, reg, x);
arch/xtensa/lib/pci-auto.c
142
pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq);
arch/xtensa/lib/pci-auto.c
151
pci_write_config_byte(dev, PCI_PRIMARY_BUS, current_bus);
arch/xtensa/lib/pci-auto.c
152
pci_write_config_byte(dev, PCI_SECONDARY_BUS, sub_bus + 1);
arch/xtensa/lib/pci-auto.c
153
pci_write_config_byte(dev, PCI_SUBORDINATE_BUS, 0xff);
arch/xtensa/lib/pci-auto.c
166
pci_write_config_byte(dev, PCI_IO_LIMIT,
arch/xtensa/lib/pci-auto.c
179
pci_write_config_byte(dev, PCI_SUBORDINATE_BUS, sub_bus);
arch/xtensa/lib/pci-auto.c
205
pci_write_config_byte(dev, PCI_IO_BASE,
arch/xtensa/lib/pci-auto.c
308
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 0x80);
drivers/ata/ata_piix.c
622
pci_write_config_byte(dev, slave_port, slave_data);
drivers/ata/ata_piix.c
630
pci_write_config_byte(dev, 0x48, udma_enable);
drivers/ata/ata_piix.c
715
pci_write_config_byte(dev, 0x48, udma_enable);
drivers/ata/pata_ali.c
155
pci_write_config_byte(pdev, pio_fifo, fifo);
drivers/ata/pata_ali.c
187
pci_write_config_byte(pdev, cas, t->setup);
drivers/ata/pata_ali.c
188
pci_write_config_byte(pdev, cbt, (t->act8b << 4) | t->rec8b);
drivers/ata/pata_ali.c
189
pci_write_config_byte(pdev, drwt, (t->active << 4) | t->recover);
drivers/ata/pata_ali.c
196
pci_write_config_byte(pdev, udmat, udma);
drivers/ata/pata_ali.c
259
pci_write_config_byte(pdev, 0x4B, reg4b);
drivers/ata/pata_ali.c
351
pci_write_config_byte(ali_isa_bridge, 0x58, r);
drivers/ata/pata_ali.c
353
pci_write_config_byte(ali_isa_bridge, 0x58, r);
drivers/ata/pata_ali.c
444
pci_write_config_byte(pdev, 0x53, tmp);
drivers/ata/pata_ali.c
447
pci_write_config_byte(pdev, 0x4a, tmp | 0x20);
drivers/ata/pata_ali.c
456
pci_write_config_byte(pdev, 0x4B, tmp | 0x08);
drivers/ata/pata_ali.c
467
pci_write_config_byte(pdev, 0x53, tmp);
drivers/ata/pata_ali.c
476
pci_write_config_byte(ali_isa_bridge, 0x79, tmp | 0x04);
drivers/ata/pata_ali.c
478
pci_write_config_byte(ali_isa_bridge, 0x79, tmp | 0x02);
drivers/ata/pata_amd.c
120
pci_write_config_byte(pdev, offset + 0x10 + (3 - dn), t);
drivers/ata/pata_amd.c
197
pci_write_config_byte(pdev, 0x41, r);
drivers/ata/pata_amd.c
455
pci_write_config_byte(pdev, 0x41, fifo);
drivers/ata/pata_amd.c
87
pci_write_config_byte(pdev, offset + 0x0C , t);
drivers/ata/pata_amd.c
90
pci_write_config_byte(pdev, offset + 0x0E + (1 - (dn >> 1)),
drivers/ata/pata_amd.c
94
pci_write_config_byte(pdev, offset + 0x08 + (3 - dn),
drivers/ata/pata_artop.c
137
pci_write_config_byte(pdev, 0x54, ultra);
drivers/ata/pata_artop.c
163
pci_write_config_byte(pdev, 0x40 + dn, timing[clock][pio]);
drivers/ata/pata_artop.c
190
pci_write_config_byte(pdev, 0x44 + ap->port_no, ultra);
drivers/ata/pata_artop.c
229
pci_write_config_byte(pdev, 0x54, ultra);
drivers/ata/pata_artop.c
267
pci_write_config_byte(pdev, 0x44 + ap->port_no, ultra);
drivers/ata/pata_artop.c
323
pci_write_config_byte(pdev, 0x54, 0);
drivers/ata/pata_artop.c
332
pci_write_config_byte(pdev, 0x49, reg & ~0x30);
drivers/ata/pata_artop.c
339
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0x90);
drivers/ata/pata_artop.c
343
pci_write_config_byte(pdev, 0x4a, (reg & ~0x01) | 0x80);
drivers/ata/pata_atp867x.c
371
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, v);
drivers/ata/pata_cmd640.c
104
pci_write_config_byte(pdev, arttim, reg);
drivers/ata/pata_cmd640.c
107
pci_write_config_byte(pdev, arttim + 1, (t.active << 4) | t.recover);
drivers/ata/pata_cmd640.c
115
pci_write_config_byte(pdev, ARTIM23, reg);
drivers/ata/pata_cmd640.c
137
pci_write_config_byte(pdev, DRWTIM23, timing->reg58[adev->devno]);
drivers/ata/pata_cmd640.c
195
pci_write_config_byte(pdev, 0x5B, 0x00);
drivers/ata/pata_cmd640.c
197
pci_write_config_byte(pdev, CMDTIM, 0);
drivers/ata/pata_cmd640.c
199
pci_write_config_byte(pdev, BRST, 0x40);
drivers/ata/pata_cmd640.c
209
pci_write_config_byte(pdev, CNTRL, ctrl | 0xC0);
drivers/ata/pata_cmd640.c
213
pci_write_config_byte(pdev, ARTIM23, ctrl);
drivers/ata/pata_cmd64x.c
163
pci_write_config_byte(pdev, arttim, reg);
drivers/ata/pata_cmd64x.c
166
pci_write_config_byte(pdev, drwtim, (t.active << 4) | t.recover);
drivers/ata/pata_cmd64x.c
228
pci_write_config_byte(pdev, pciU, regU);
drivers/ata/pata_cmd64x.c
229
pci_write_config_byte(pdev, pciD, regD);
drivers/ata/pata_cmd64x.c
365
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 64);
drivers/ata/pata_cmd64x.c
369
pci_write_config_byte(pdev, MRDMODE, mrdmode);
drivers/ata/pata_cmd64x.c
373
pci_write_config_byte(pdev, UDIDETCR0, 0xF0);
drivers/ata/pata_cs5520.c
145
pci_write_config_byte(pdev, 0x60, pcicfg | 0x40);
drivers/ata/pata_cs5520.c
236
pci_write_config_byte(pdev, 0x60, pcicfg | 0x40);
drivers/ata/pata_cs5520.c
69
pci_write_config_byte(pdev, 0x62 + ap->port_no,
drivers/ata/pata_cs5520.c
74
pci_write_config_byte(pdev, 0x64 + 4*ap->port_no + slave,
drivers/ata/pata_cs5520.c
78
pci_write_config_byte(pdev, 0x66 + 4*ap->port_no + slave,
drivers/ata/pata_cs5530.c
227
pci_write_config_byte(cs5530_0, PCI_CACHE_LINE_SIZE, 0x04);
drivers/ata/pata_cs5530.c
242
pci_write_config_byte(master_0, 0x40, 0x1e);
drivers/ata/pata_cs5530.c
254
pci_write_config_byte(master_0, 0x41, 0x14);
drivers/ata/pata_cs5530.c
261
pci_write_config_byte(master_0, 0x42, 0x00);
drivers/ata/pata_cs5530.c
262
pci_write_config_byte(master_0, 0x43, 0xc1);
drivers/ata/pata_cypress.c
81
pci_write_config_byte(pdev, CY82_IDE_MASTER_IOR, time_16);
drivers/ata/pata_cypress.c
82
pci_write_config_byte(pdev, CY82_IDE_MASTER_IOW, time_16);
drivers/ata/pata_cypress.c
83
pci_write_config_byte(pdev, CY82_IDE_MASTER_8BIT, time_8);
drivers/ata/pata_cypress.c
91
pci_write_config_byte(pdev, CY82_IDE_SLAVE_IOR, time_16);
drivers/ata/pata_cypress.c
92
pci_write_config_byte(pdev, CY82_IDE_SLAVE_IOW, time_16);
drivers/ata/pata_cypress.c
93
pci_write_config_byte(pdev, CY82_IDE_SLAVE_8BIT, time_8);
drivers/ata/pata_efar.c
135
pci_write_config_byte(dev, 0x44, slave_data);
drivers/ata/pata_efar.c
143
pci_write_config_byte(dev, 0x48, udma_enable);
drivers/ata/pata_efar.c
221
pci_write_config_byte(dev, 0x44, slave_data);
drivers/ata/pata_efar.c
233
pci_write_config_byte(dev, 0x48, udma_enable);
drivers/ata/pata_hpt366.c
310
pci_write_config_byte(pdev, 0x51, mcr2 & ~0x80);
drivers/ata/pata_hpt366.c
344
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, (L1_CACHE_BYTES / 4));
drivers/ata/pata_hpt366.c
345
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 0x78);
drivers/ata/pata_hpt366.c
346
pci_write_config_byte(dev, PCI_MIN_GNT, 0x08);
drivers/ata/pata_hpt366.c
347
pci_write_config_byte(dev, PCI_MAX_LAT, 0x08);
drivers/ata/pata_hpt366.c
355
pci_write_config_byte(dev, 0x50, mcr1 | 0x30);
drivers/ata/pata_hpt37x.c
338
pci_write_config_byte(pdev, 0x5B, scr2 & ~0x01);
drivers/ata/pata_hpt37x.c
345
pci_write_config_byte(pdev, 0x5B, scr2);
drivers/ata/pata_hpt37x.c
403
pci_write_config_byte(pdev, 0x50 + 4 * ap->port_no, 0x37);
drivers/ata/pata_hpt37x.c
418
pci_write_config_byte(pdev, 0x51 + 4 * ap->port_no, mcr2);
drivers/ata/pata_hpt37x.c
491
pci_write_config_byte(pdev, 0x50 + 4 * ap->port_no, 0x37);
drivers/ata/pata_hpt37x.c
501
pci_write_config_byte(pdev, 0x50 + 4 * ap->port_no, 0x37);
drivers/ata/pata_hpt37x.c
524
pci_write_config_byte(pdev, mscreg, msc_stat | 0x30);
drivers/ata/pata_hpt37x.c
875
pci_write_config_byte(dev, 0x50, mcr1);
drivers/ata/pata_hpt37x.c
891
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, (L1_CACHE_BYTES / 4));
drivers/ata/pata_hpt37x.c
892
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 0x78);
drivers/ata/pata_hpt37x.c
893
pci_write_config_byte(dev, PCI_MIN_GNT, 0x08);
drivers/ata/pata_hpt37x.c
894
pci_write_config_byte(dev, PCI_MAX_LAT, 0x08);
drivers/ata/pata_hpt37x.c
898
pci_write_config_byte(dev, 0x5a, irqmask);
drivers/ata/pata_hpt37x.c
911
pci_write_config_byte(dev, 0x50, mcr1);
drivers/ata/pata_hpt37x.c
921
pci_write_config_byte(dev, 0x5b, 0x23);
drivers/ata/pata_hpt37x.c
959
pci_write_config_byte(dev, 0x5b, 0x21);
drivers/ata/pata_hpt3x2n.c
137
pci_write_config_byte(pdev, 0x5B, scr2 & ~0x01);
drivers/ata/pata_hpt3x2n.c
144
pci_write_config_byte(pdev, 0x5B, scr2);
drivers/ata/pata_hpt3x2n.c
175
pci_write_config_byte(pdev, 0x50 + 4 * ap->port_no, 0x37);
drivers/ata/pata_hpt3x2n.c
181
pci_write_config_byte(pdev, 0x51 + 4 * ap->port_no, mcr2);
drivers/ata/pata_hpt3x2n.c
251
pci_write_config_byte(pdev, mscreg, msc_stat | 0x30);
drivers/ata/pata_hpt3x2n.c
538
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, (L1_CACHE_BYTES / 4));
drivers/ata/pata_hpt3x2n.c
539
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 0x78);
drivers/ata/pata_hpt3x2n.c
540
pci_write_config_byte(dev, PCI_MIN_GNT, 0x08);
drivers/ata/pata_hpt3x2n.c
541
pci_write_config_byte(dev, PCI_MAX_LAT, 0x08);
drivers/ata/pata_hpt3x2n.c
545
pci_write_config_byte(dev, 0x5a, irqmask);
drivers/ata/pata_hpt3x2n.c
557
pci_write_config_byte(dev, 0x50, mcr1);
drivers/ata/pata_hpt3x2n.c
572
pci_write_config_byte(dev, 0x5B, 0x21);
drivers/ata/pata_hpt3x3.c
171
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 0xF0);
drivers/ata/pata_hpt3x3.c
173
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 0x20);
drivers/ata/pata_it8213.c
121
pci_write_config_byte(dev, 0x44, slave_data);
drivers/ata/pata_it8213.c
216
pci_write_config_byte(dev, 0x44, slave_data);
drivers/ata/pata_it8213.c
228
pci_write_config_byte(dev, 0x48, udma_enable);
drivers/ata/pata_it821x.c
139
pci_write_config_byte(pdev, 0x54 + 4 * channel, conf);
drivers/ata/pata_it821x.c
169
pci_write_config_byte(pdev, 0x56 + 4 * channel + unit, conf);
drivers/ata/pata_it821x.c
172
pci_write_config_byte(pdev, 0x56 + 4 * channel, conf);
drivers/ata/pata_it821x.c
173
pci_write_config_byte(pdev, 0x56 + 4 * channel + 1, conf);
drivers/ata/pata_it821x.c
227
pci_write_config_byte(pdev, 0x50, v);
drivers/ata/pata_it821x.c
315
pci_write_config_byte(pdev, 0x50, conf);
drivers/ata/pata_it821x.c
332
pci_write_config_byte(pdev, 0x50, conf);
drivers/ata/pata_it821x.c
862
pci_write_config_byte(pdev, 0x5E, 0x01);
drivers/ata/pata_it821x.c
865
pci_write_config_byte(pdev, 0x50, 0x00);
drivers/ata/pata_it821x.c
872
pci_write_config_byte(pdev, 0x42, 0x36);
drivers/ata/pata_it821x.c
873
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0x20);
drivers/ata/pata_macio.c
858
pci_write_config_byte(priv->pdev, PCI_CACHE_LINE_SIZE, 0x08);
drivers/ata/pata_ns87410.c
85
pci_write_config_byte(pdev, port, idetcr);
drivers/ata/pata_ns87410.c
86
pci_write_config_byte(pdev, port + 3, idefr);
drivers/ata/pata_ns87415.c
330
pci_write_config_byte(pdev, 0x55, 0xEE);
drivers/ata/pata_ns87415.c
332
pci_write_config_byte(pdev, 0x54, 0xB7);
drivers/ata/pata_ns87415.c
90
pci_write_config_byte(dev, 0x42, iordy);
drivers/ata/pata_optidma.c
220
pci_write_config_byte(pdev, 0x45, udslave);
drivers/ata/pata_optidma.c
226
pci_write_config_byte(pdev, 0x44, udcfg);
drivers/ata/pata_optidma.c
334
pci_write_config_byte(pdev, 0x43, r);
drivers/ata/pata_pdc202xx_old.c
159
pci_write_config_byte(pdev, port + 1, r_bp);
drivers/ata/pata_pdc202xx_old.c
160
pci_write_config_byte(pdev, port + 2, r_cp);
drivers/ata/pata_pdc202xx_old.c
97
pci_write_config_byte(pdev, port, r_ap);
drivers/ata/pata_pdc202xx_old.c
98
pci_write_config_byte(pdev, port + 1, r_bp);
drivers/ata/pata_radisys.c
146
pci_write_config_byte(dev, 0x4A, udma_mode);
drivers/ata/pata_radisys.c
151
pci_write_config_byte(dev, 0x48, udma_enable);
drivers/ata/pata_rdc.c
147
pci_write_config_byte(dev, slave_port, slave_data);
drivers/ata/pata_rdc.c
154
pci_write_config_byte(dev, 0x48, udma_enable);
drivers/ata/pata_rdc.c
256
pci_write_config_byte(dev, 0x44, slave_data);
drivers/ata/pata_rdc.c
269
pci_write_config_byte(dev, 0x48, udma_enable);
drivers/ata/pata_serverworks.c
208
pci_write_config_byte(pdev, 0x40 + offset, pio_mode[pio]);
drivers/ata/pata_serverworks.c
243
pci_write_config_byte(pdev, 0x44 + offset, 0x20);
drivers/ata/pata_serverworks.c
249
pci_write_config_byte(pdev, 0x44 + offset,
drivers/ata/pata_serverworks.c
253
pci_write_config_byte(pdev, 0x56 + ap->port_no, ultra);
drivers/ata/pata_serverworks.c
254
pci_write_config_byte(pdev, 0x54, ultra_cfg);
drivers/ata/pata_serverworks.c
328
pci_write_config_byte(findev, 0x41, reg41);
drivers/ata/pata_serverworks.c
347
pci_write_config_byte(pdev, 0x5A, btr);
drivers/ata/pata_serverworks.c
359
pci_write_config_byte(pdev, 0x5A, btr);
drivers/ata/pata_serverworks.c
367
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0x40);
drivers/ata/pata_sil680.c
141
pci_write_config_byte(pdev, addr_mask, mode);
drivers/ata/pata_sil680.c
191
pci_write_config_byte(pdev, addr_mask, mode);
drivers/ata/pata_sil680.c
255
pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE,
drivers/ata/pata_sil680.c
258
pci_write_config_byte(pdev, 0x80, 0x00);
drivers/ata/pata_sil680.c
259
pci_write_config_byte(pdev, 0x84, 0x00);
drivers/ata/pata_sil680.c
275
pci_write_config_byte(pdev, 0x8A, tmpbyte|0x10);
drivers/ata/pata_sil680.c
280
pci_write_config_byte(pdev, 0x8A, tmpbyte & ~0x20);
drivers/ata/pata_sil680.c
294
pci_write_config_byte(pdev, 0xA1, 0x72);
drivers/ata/pata_sil680.c
299
pci_write_config_byte(pdev, 0xB1, 0x72);
drivers/ata/pata_sis.c
179
pci_write_config_byte(pdev, 0x4B, 0);
drivers/ata/pata_sis.c
210
pci_write_config_byte(pdev, 0x4B, fifoctrl);
drivers/ata/pata_sis.c
247
pci_write_config_byte(pdev, port, t1);
drivers/ata/pata_sis.c
248
pci_write_config_byte(pdev, port + 1, t2);
drivers/ata/pata_sis.c
273
pci_write_config_byte(pdev, port, actrec[speed]);
drivers/ata/pata_sis.c
320
pci_write_config_byte(pdev, port, t1);
drivers/ata/pata_sis.c
433
pci_write_config_byte(pdev, drive_pci + 1, timing);
drivers/ata/pata_sis.c
467
pci_write_config_byte(pdev, drive_pci + 1, timing);
drivers/ata/pata_sis.c
671
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0x80);
drivers/ata/pata_sis.c
675
pci_write_config_byte(pdev, 0x49, reg | 0x01);
drivers/ata/pata_sis.c
681
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0x80);
drivers/ata/pata_sis.c
685
pci_write_config_byte(pdev, 0x52, reg | 0x04);
drivers/ata/pata_sis.c
692
pci_write_config_byte(pdev, PCI_CLASS_PROG, reg & 0xF0);
drivers/ata/pata_sis.c
701
pci_write_config_byte(pdev, 0x52, reg|0x08);
drivers/ata/pata_sis.c
840
pci_write_config_byte(pdev, 0x4a, idecfg | 0x10);
drivers/ata/pata_sis.c
842
pci_write_config_byte(pdev, 0x4a, idecfg);
drivers/ata/pata_via.c
283
pci_write_config_byte(pdev, 0x4C, setup);
drivers/ata/pata_via.c
287
pci_write_config_byte(pdev, 0x4F - ap->port_no,
drivers/ata/pata_via.c
289
pci_write_config_byte(pdev, 0x48 + offset,
drivers/ata/pata_via.c
324
pci_write_config_byte(pdev, 0x50 + offset, udma_etc);
drivers/ata/pata_via.c
495
pci_write_config_byte(pdev, 0x43, fifo);
drivers/ata/sata_nv.c
1858
pci_write_config_byte(pdev, 0x7f, regval);
drivers/ata/sata_nv.c
2371
pci_write_config_byte(pdev, NV_MCP_SATA_CFG_20, regval);
drivers/ata/sata_nv.c
2408
pci_write_config_byte(pdev, NV_MCP_SATA_CFG_20, regval);
drivers/ata/sata_nv.c
2449
pci_write_config_byte(pdev, NV_MCP_SATA_CFG_20, regval);
drivers/ata/sata_via.c
271
pci_write_config_byte(pdev, 0xA4 + slot, v);
drivers/ata/sata_via.c
407
pci_write_config_byte(pdev, PATA_PIO_TIMING - adev->devno,
drivers/ata/sata_via.c
415
pci_write_config_byte(pdev, PATA_UDMA_TIMING - adev->devno,
drivers/ata/sata_via.c
541
pci_write_config_byte(pdev, 0x52, tmp8 | BIT(2));
drivers/ata/sata_via.c
610
pci_write_config_byte(pdev, SATA_CHAN_ENAB, tmp8);
drivers/ata/sata_via.c
619
pci_write_config_byte(pdev, SATA_INT_GATE, tmp8);
drivers/ata/sata_via.c
629
pci_write_config_byte(pdev, SATA_NATIVE_MODE, tmp8);
drivers/ata/sata_via.c
640
pci_write_config_byte(pdev, SVIA_MISC_3, tmp8);
drivers/ata/sata_vsc.c
384
pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, 0x80);
drivers/atm/eni.c
1587
pci_error = pci_write_config_byte(eni_dev->pci_dev,PCI_TONGA_CTRL,tonga); \
drivers/atm/eni.c
1827
if ((error = pci_write_config_byte(eni_dev->pci_dev,PCI_TONGA_CTRL,
drivers/atm/fore200e.c
541
pci_write_config_byte(pci_dev, PCA200E_PCI_MASTER_CTRL, master_ctrl);
drivers/atm/fore200e.c
547
pci_write_config_byte(pci_dev, PCI_LATENCY_TIMER, latency);
drivers/atm/he.c
1020
if (pci_write_config_byte(pci_dev, PCI_CACHE_LINE_SIZE, cache_size))
drivers/atm/he.c
1041
if (pci_write_config_byte(pci_dev, PCI_LATENCY_TIMER, timer))
drivers/atm/idt77252.c
3294
if (pci_write_config_byte(pcidev, 0x40, 0) != 0) {
drivers/atm/idt77252.c
3310
if (pci_write_config_byte(pcidev, 0x41, 0) != 0) {
drivers/atm/lanai.c
1950
result = pci_write_config_byte(pci, PCI_LATENCY_TIMER, 0);
drivers/atm/nicstar.c
417
if (pci_write_config_byte
drivers/bcma/driver_pci_host.c
598
pci_write_config_byte(dev, PCI_INTERRUPT_LINE, dev->irq);
drivers/char/agp/amd-k7-agp.c
228
pci_write_config_byte(agp_bridge->dev, AMD_MODECNTL, 0x80);
drivers/char/agp/amd-k7-agp.c
231
pci_write_config_byte(agp_bridge->dev, AMD_MODECNTL2, 0x00);
drivers/char/agp/efficeon-agp.c
154
pci_write_config_byte(agp_bridge->dev, INTEL_ERRSTS + 1, 7);
drivers/char/agp/intel-agp.c
112
pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE, previous_size->size_value);
drivers/char/agp/intel-agp.c
141
pci_write_config_byte(agp_bridge->dev, INTEL_ERRSTS + 1, 7);
drivers/char/agp/intel-agp.c
162
pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE,
drivers/char/agp/intel-agp.c
179
pci_write_config_byte(agp_bridge->dev, INTEL_815_APCONT, temp2 | (1 << 1));
drivers/char/agp/intel-agp.c
198
pci_write_config_byte(agp_bridge->dev, INTEL_I820_RDCR,
drivers/char/agp/intel-agp.c
200
pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE,
drivers/char/agp/intel-agp.c
213
pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE, current_size->size_value);
drivers/char/agp/intel-agp.c
229
pci_write_config_byte(agp_bridge->dev, INTEL_I820_RDCR, temp2 | (1 << 1));
drivers/char/agp/intel-agp.c
243
pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE, current_size->size_value);
drivers/char/agp/intel-agp.c
271
pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE, current_size->size_value);
drivers/char/agp/intel-agp.c
291
pci_write_config_byte(agp_bridge->dev, INTEL_I845_AGPM, temp2 | (1 << 1));
drivers/char/agp/intel-agp.c
305
pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE, current_size->size_value);
drivers/char/agp/intel-agp.c
333
pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE, current_size->size_value);
drivers/char/agp/intel-agp.c
361
pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE, current_size->size_value);
drivers/char/agp/intel-agp.c
389
pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE, current_size->size_value);
drivers/char/agp/nvidia-agp.c
117
pci_write_config_byte(agp_bridge->dev, NVIDIA_0_APSIZE,
drivers/char/agp/nvidia-agp.c
185
pci_write_config_byte(agp_bridge->dev, NVIDIA_0_APSIZE,
drivers/char/agp/sis-agp.c
48
pci_write_config_byte(agp_bridge->dev, SIS_TLBFLUSH, 0x02);
drivers/char/agp/sis-agp.c
56
pci_write_config_byte(agp_bridge->dev, SIS_TLBCNTRL, 0x05);
drivers/char/agp/sis-agp.c
61
pci_write_config_byte(agp_bridge->dev, SIS_APSIZE,
drivers/char/agp/sis-agp.c
71
pci_write_config_byte(agp_bridge->dev, SIS_APSIZE,
drivers/char/agp/sworks-agp.c
291
pci_write_config_byte(serverworks_private.svrwrks_dev,SVWRKS_AGP_ENABLE, enable_reg);
drivers/char/agp/sworks-agp.c
302
pci_write_config_byte(agp_bridge->dev, SVWRKS_CACHING, enable_reg);
drivers/char/agp/sworks-agp.c
306
pci_write_config_byte(agp_bridge->dev,SVWRKS_FEATURE, enable_reg);
drivers/char/agp/via-agp.c
156
pci_write_config_byte(agp_bridge->dev, VIA_APSIZE, previous_size->size_value);
drivers/char/agp/via-agp.c
51
pci_write_config_byte(agp_bridge->dev, VIA_APSIZE,
drivers/char/agp/via-agp.c
72
pci_write_config_byte(agp_bridge->dev, VIA_APSIZE,
drivers/char/hw_random/amd-rng.c
102
pci_write_config_byte(priv->pcidev, 0x40, rnen);
drivers/char/hw_random/amd-rng.c
106
pci_write_config_byte(priv->pcidev, 0x41, rnen);
drivers/char/hw_random/amd-rng.c
118
pci_write_config_byte(priv->pcidev, 0x40, rnen);
drivers/char/hw_random/intel-rng.c
248
pci_write_config_byte(intel_rng_hw->dev,
drivers/char/hw_random/intel-rng.c
253
pci_write_config_byte(intel_rng_hw->dev,
drivers/char/hw_random/intel-rng.c
266
pci_write_config_byte(intel_rng_hw->dev,
drivers/char/hw_random/intel-rng.c
270
pci_write_config_byte(intel_rng_hw->dev,
drivers/char/sonypi.c
602
pci_write_config_byte(sonypi_device.dev, SONYPI_TYPE3_MISC, v8);
drivers/comedi/drivers/rtd520.c
1202
pci_write_config_byte(pcidev, PCI_LATENCY_TIMER, 32);
drivers/cpufreq/cpufreq-nforce2.c
200
pci_write_config_byte(nforce2_dev, NFORCE2_PLLENABLE, (u8)temp);
drivers/cpufreq/cpufreq-nforce2.c
225
pci_write_config_byte(nforce2_dev, NFORCE2_PLLADR, (u8)temp);
drivers/cpufreq/gx-suspmod.c
175
pci_write_config_byte(gx_params->cs55x0, reg, value);
drivers/cpufreq/longhaul.c
710
pci_write_config_byte(dev, reg, pci_cmd);
drivers/cpufreq/longhaul.c
738
pci_write_config_byte(dev, 0xec, pci_cmd);
drivers/cpufreq/longhaul.c
741
pci_write_config_byte(dev, 0xe4, pci_cmd);
drivers/cpufreq/longhaul.c
744
pci_write_config_byte(dev, 0xe5, pci_cmd);
drivers/edac/e752x_edac.c
1242
pci_write_config_byte(dev, E752X_HI_ERRMASK, 0x00);
drivers/edac/e752x_edac.c
1243
pci_write_config_byte(dev, E752X_HI_SMICMD, 0x00);
drivers/edac/e752x_edac.c
1249
pci_write_config_byte(dev, E752X_BUF_ERRMASK, 0x00);
drivers/edac/e752x_edac.c
1250
pci_write_config_byte(dev, E752X_BUF_SMICMD, 0x00);
drivers/edac/e752x_edac.c
1251
pci_write_config_byte(dev, E752X_DRAM_ERRMASK, 0x00);
drivers/edac/e752x_edac.c
1252
pci_write_config_byte(dev, E752X_DRAM_SMICMD, 0x00);
drivers/edac/e752x_edac.c
1280
pci_write_config_byte(pdev, E752X_DEVPRES1, stat8);
drivers/edac/e752x_edac.c
876
pci_write_config_byte(dev, E752X_HI_FERR,
drivers/edac/e752x_edac.c
888
pci_write_config_byte(dev, E752X_BUF_FERR,
drivers/edac/e752x_edac.c
921
pci_write_config_byte(dev, E752X_HI_NERR,
drivers/edac/e752x_edac.c
933
pci_write_config_byte(dev, E752X_BUF_NERR,
drivers/edac/edac_pci.h
106
pci_write_config_byte(pdev, offset, value);
drivers/edac/i5100_edac.c
922
pci_write_config_byte(priv->einj, I5100_DINJ0, 0xaa);
drivers/edac/i5100_edac.c
923
pci_write_config_byte(priv->einj, I5100_DINJ0, 0xab);
drivers/gpu/drm/gma500/cdv_device.c
122
pci_write_config_byte(pdev, 0xF4, lbpc);
drivers/gpu/drm/gma500/cdv_device.c
296
pci_write_config_byte(pdev, 0xF4, regs->cdv.saveLBB);
drivers/gpu/drm/i915/display/intel_backlight.c
248
pci_write_config_byte(pdev, LBPC, lbpc);
drivers/gpu/drm/i915/gt/intel_reset.c
163
pci_write_config_byte(pdev, I915_GDRST, GRDOM_RESET_ENABLE);
drivers/gpu/drm/i915/gt/intel_reset.c
168
pci_write_config_byte(pdev, I915_GDRST, 0);
drivers/gpu/drm/i915/gt/intel_reset.c
190
pci_write_config_byte(pdev, I915_GDRST, GRDOM_RESET_ENABLE);
drivers/gpu/drm/i915/gt/intel_reset.c
206
pci_write_config_byte(pdev, I915_GDRST,
drivers/gpu/drm/i915/gt/intel_reset.c
214
pci_write_config_byte(pdev, I915_GDRST,
drivers/gpu/drm/i915/gt/intel_reset.c
223
pci_write_config_byte(pdev, I915_GDRST, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/pci/nv46.c
36
pci_write_config_byte(pdev, 0x68, 0xff);
drivers/hwmon/hwmon.c
1308
pci_write_config_byte(sb, 0x48,
drivers/hwmon/k8temp.c
107
pci_write_config_byte(pdev, REG_TEMP, tmp);
drivers/hwmon/k8temp.c
173
pci_write_config_byte(pdev, REG_TEMP, scfg);
drivers/hwmon/k8temp.c
182
pci_write_config_byte(pdev, REG_TEMP, scfg);
drivers/hwmon/k8temp.c
189
pci_write_config_byte(pdev, REG_TEMP, scfg);
drivers/hwmon/k8temp.c
198
pci_write_config_byte(pdev, REG_TEMP, scfg);
drivers/hwmon/sis5595.c
839
err = pci_write_config_byte(dev, SIS5595_ENABLE_REG, enable | 0x80);
drivers/i2c/busses/i2c-ali1535.c
191
pci_write_config_byte(dev, SMBCLK, 0x20);
drivers/i2c/busses/i2c-ali15x3.c
140
pci_write_config_byte(ALI15X3_dev, SMBATPC, temp);
drivers/i2c/busses/i2c-ali15x3.c
189
pci_write_config_byte(ALI15X3_dev, SMBCOM, temp | 0x01);
drivers/i2c/busses/i2c-ali15x3.c
196
pci_write_config_byte(ALI15X3_dev, SMBHSTCFG, temp | 0x01);
drivers/i2c/busses/i2c-ali15x3.c
200
pci_write_config_byte(ALI15X3_dev, SMBCLK, 0x20);
drivers/i2c/busses/i2c-i801.c
1528
pci_write_config_byte(priv->pci_dev, SMBHSTCFG, hstcfg);
drivers/i2c/busses/i2c-i801.c
1534
pci_write_config_byte(priv->pci_dev, SMBHSTCFG, priv->original_hstcfg);
drivers/i2c/busses/i2c-i801.c
874
pci_write_config_byte(priv->pci_dev, SMBHSTCFG, hostc | SMBHSTCFG_I2C_EN);
drivers/i2c/busses/i2c-i801.c
885
pci_write_config_byte(priv->pci_dev, SMBHSTCFG, hostc);
drivers/i2c/busses/i2c-piix4.c
281
pci_write_config_byte(PIIX4_dev, SMBHSTCFG, temp & 0xfe);
drivers/i2c/busses/i2c-piix4.c
283
pci_write_config_byte(PIIX4_dev, SMBHSTCFG, temp | 0x01);
drivers/i2c/busses/i2c-piix4.c
296
pci_write_config_byte(PIIX4_dev, SMBHSTCFG,
drivers/i2c/busses/i2c-sis5595.c
196
retval = pci_write_config_byte(SIS5595_dev, SIS5595_ENABLE_REG, val | 0x80);
drivers/i2c/busses/i2c-sis630.c
440
pci_write_config_byte(sis630_dev, SIS630_BIOS_CTL_REG, b | 0x80)) {
drivers/i2c/busses/i2c-viapro.c
359
pci_write_config_byte(pdev, SMBHSTCFG, temp & 0xfe);
drivers/i2c/busses/i2c-viapro.c
361
pci_write_config_byte(pdev, SMBHSTCFG, temp | 0x01);
drivers/i2c/busses/i2c-viapro.c
372
pci_write_config_byte(pdev, SMBHSTCFG, temp | 0x01);
drivers/media/pci/bt8xx/bt878.c
515
pci_write_config_byte(bt->dev, PCI_COMMAND, command);
drivers/media/pci/bt8xx/bttv-cards.c
4928
pci_write_config_byte(btv->c.pci, BT878_DEVCTRL, command);
drivers/media/pci/bt8xx/bttv-cards.c
4931
pci_write_config_byte(btv->c.pci, PCI_LATENCY_TIMER, latency);
drivers/media/pci/cx18/cx18-driver.c
828
pci_write_config_byte(pci_dev, PCI_LATENCY_TIMER, 64);
drivers/media/pci/cx88/cx88-cards.c
3672
pci_write_config_byte(pci, CX88X_DEVCTRL, value);
drivers/media/pci/cx88/cx88-cards.c
3676
pci_write_config_byte(pci, PCI_LATENCY_TIMER, latency);
drivers/media/pci/ivtv/ivtv-driver.c
843
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 64);
drivers/media/pci/saa7134/saa7134-core.c
1062
pci_write_config_byte(pci_dev, PCI_LATENCY_TIMER, latency);
drivers/media/pci/solo6x10/solo6x10-core.c
477
pci_write_config_byte(pdev, 0x40, 0x00);
drivers/media/pci/solo6x10/solo6x10-core.c
478
pci_write_config_byte(pdev, 0x41, 0x00);
drivers/media/pci/tw68/tw68-core.c
241
pci_write_config_byte(pci_dev, PCI_LATENCY_TIMER, latency);
drivers/media/pci/zoran/zoran_card.c
1346
pci_write_config_byte(zr->pci_dev, PCI_LATENCY_TIMER, need_latency);
drivers/memstick/host/jmb38x_ms.c
745
pci_write_config_byte(host->chip->pdev,
drivers/memstick/host/jmb38x_ms.c
774
pci_write_config_byte(pdev, PCI_PMOS0_CONTROL, val);
drivers/memstick/host/jmb38x_ms.c
783
pci_write_config_byte(pdev, PCI_PMOS1_CONTROL, val);
drivers/memstick/host/jmb38x_ms.c
788
pci_write_config_byte(pdev, PCI_CLOCK_CTL, val & ~0x0f);
drivers/memstick/host/jmb38x_ms.c
789
pci_write_config_byte(pdev, PCI_CLOCK_CTL, val | 0x01);
drivers/message/fusion/mptbase.c
1895
pci_write_config_byte(pdev, 0x6a, pcixcmd);
drivers/message/fusion/mptbase.c
1901
pci_write_config_byte(pdev, 0x6a, pcixcmd);
drivers/message/fusion/mptbase.c
1912
pci_write_config_byte(pdev, 0x6a, pcixcmd);
drivers/message/fusion/mptbase.c
1923
pci_write_config_byte(pdev, 0x6a, pcixcmd);
drivers/mfd/ioc3.c
576
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, IOC3_LATENCY);
drivers/mfd/lpc_ich.c
1000
pci_write_config_byte(dev, priv->actrl_pbase, reg_save | 0x80);
drivers/mfd/lpc_ich.c
1012
pci_write_config_byte(dev, priv->gctrl, reg_save | 0x10);
drivers/mfd/lpc_ich.c
1022
pci_write_config_byte(dev, priv->actrl_pbase, reg_save | 0x2);
drivers/mfd/lpc_ich.c
963
pci_write_config_byte(dev, priv->abase, priv->abase_save);
drivers/mfd/lpc_ich.c
968
pci_write_config_byte(dev, priv->actrl_pbase,
drivers/mfd/lpc_ich.c
974
pci_write_config_byte(dev, priv->gctrl, priv->gctrl_save);
drivers/mfd/lpc_ich.c
991
pci_write_config_byte(dev, priv->abase, reg_save | 0x2);
drivers/misc/cardreader/rtsx_pcr.c
1293
pci_write_config_byte(pdev, 0x70F, 0x5B);
drivers/misc/ocxl/config.c
387
pci_write_config_byte(dev,
drivers/misc/ocxl/config.c
664
pci_write_config_byte(dev,
drivers/misc/ocxl/config.c
745
pci_write_config_byte(dev, pos + OCXL_DVSEC_AFU_CTRL_ACTAG_EN, val);
drivers/misc/ocxl/config.c
764
pci_write_config_byte(dev, pos + OCXL_DVSEC_AFU_CTRL_PASID_EN, val8);
drivers/misc/ocxl/config.c
784
pci_write_config_byte(dev, pos + OCXL_DVSEC_AFU_CTRL_ENABLE, val);
drivers/misc/ocxl/config.c
877
pci_write_config_byte(dev, tl_dvsec + OCXL_DVSEC_TL_BACKOFF_TIMERS,
drivers/mmc/host/rtsx_pci_sdmmc.c
1409
pci_write_config_byte(pcr->pci, 0x80e, 0x02);
drivers/mmc/host/sdhci-pci-core.c
1388
ret = pci_write_config_byte(chip->pdev, 0xAE, scratch);
drivers/mmc/host/sdhci-pci-o2micro.c
1008
pci_write_config_byte(chip->pdev,
drivers/mmc/host/sdhci-pci-o2micro.c
1022
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch);
drivers/mmc/host/sdhci-pci-o2micro.c
1033
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch);
drivers/mmc/host/sdhci-pci-o2micro.c
1062
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch);
drivers/mmc/host/sdhci-pci-o2micro.c
257
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8);
drivers/mmc/host/sdhci-pci-o2micro.c
310
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8);
drivers/mmc/host/sdhci-pci-o2micro.c
359
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8);
drivers/mmc/host/sdhci-pci-o2micro.c
370
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8);
drivers/mmc/host/sdhci-pci-o2micro.c
597
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch);
drivers/mmc/host/sdhci-pci-o2micro.c
629
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch);
drivers/mmc/host/sdhci-pci-o2micro.c
662
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch8);
drivers/mmc/host/sdhci-pci-o2micro.c
691
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch8);
drivers/mmc/host/sdhci-pci-o2micro.c
709
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8);
drivers/mmc/host/sdhci-pci-o2micro.c
719
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8);
drivers/mmc/host/sdhci-pci-o2micro.c
828
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch);
drivers/mmc/host/sdhci-pci-o2micro.c
831
pci_write_config_byte(chip->pdev, O2_SD_MULTI_VCC3V, 0x08);
drivers/mmc/host/sdhci-pci-o2micro.c
839
pci_write_config_byte(chip->pdev, O2_SD_CLKREQ, scratch);
drivers/mmc/host/sdhci-pci-o2micro.c
848
pci_write_config_byte(chip->pdev, O2_SD_CAPS, scratch);
drivers/mmc/host/sdhci-pci-o2micro.c
849
pci_write_config_byte(chip->pdev, O2_SD_CAPS, 0x73);
drivers/mmc/host/sdhci-pci-o2micro.c
852
pci_write_config_byte(chip->pdev, O2_SD_ADMA1, 0x39);
drivers/mmc/host/sdhci-pci-o2micro.c
853
pci_write_config_byte(chip->pdev, O2_SD_ADMA2, 0x08);
drivers/mmc/host/sdhci-pci-o2micro.c
861
pci_write_config_byte(chip->pdev, O2_SD_INF_MOD, scratch);
drivers/mmc/host/sdhci-pci-o2micro.c
869
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch);
drivers/mmc/host/sdhci-pci-o2micro.c
881
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch);
drivers/mmc/host/sdhci-pci-o2micro.c
910
pci_write_config_byte(chip->pdev,
drivers/mmc/host/sdhci-pci-o2micro.c
966
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch);
drivers/mmc/host/sdhci-pci-o2micro.c
977
pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch);
drivers/mmc/host/toshsd.c
107
pci_write_config_byte(host->pdev, SD_PCICFG_POWER1,
drivers/mmc/host/toshsd.c
114
pci_write_config_byte(host->pdev, SD_PCICFG_POWER1,
drivers/mmc/host/toshsd.c
116
pci_write_config_byte(host->pdev, SD_PCICFG_POWER2,
drivers/mmc/host/toshsd.c
38
pci_write_config_byte(host->pdev, SD_PCICFG_CLKSTOP,
drivers/mmc/host/toshsd.c
40
pci_write_config_byte(host->pdev, SD_PCICFG_CARDDETECT, 2);
drivers/mmc/host/toshsd.c
565
pci_write_config_byte(host->pdev, SD_PCICFG_POWER1, SD_PCICFG_PWR1_OFF);
drivers/mmc/host/toshsd.c
567
pci_write_config_byte(host->pdev, SD_PCICFG_CLKSTOP, 0);
drivers/mmc/host/toshsd.c
58
pci_write_config_byte(host->pdev, SD_PCICFG_SDLED_ENABLE1,
drivers/mmc/host/toshsd.c
60
pci_write_config_byte(host->pdev, SD_PCICFG_SDLED_ENABLE2,
drivers/mmc/host/toshsd.c
92
pci_write_config_byte(host->pdev, SD_PCICFG_CLKMODE,
drivers/mmc/host/toshsd.c
96
pci_write_config_byte(host->pdev, SD_PCICFG_CLKMODE, 0);
drivers/mmc/host/via-sdmmc.c
1100
pci_write_config_byte(pcidev, VIA_CRDR_PCI_WORK_MODE, 0);
drivers/mmc/host/via-sdmmc.c
1101
pci_write_config_byte(pcidev, VIA_CRDR_PCI_DBG_MODE, 0);
drivers/mtd/devices/pmc551.c
367
pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, 0xA5);
drivers/mtd/devices/pmc551.c
375
pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd);
drivers/mtd/devices/pmc551.c
380
pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd);
drivers/mtd/devices/pmc551.c
384
pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd);
drivers/mtd/maps/amd76xrom.c
124
pci_write_config_byte(pdev, 0x43, byte | win_size_bits );
drivers/mtd/maps/amd76xrom.c
161
pci_write_config_byte(pdev, 0x40, byte | 1);
drivers/mtd/maps/amd76xrom.c
77
pci_write_config_byte(window->pdev, 0x40, byte & ~1);
drivers/mtd/maps/ck804xrom.c
139
pci_write_config_byte(pdev, 0x88, byte | win_size_bits );
drivers/mtd/maps/ck804xrom.c
154
pci_write_config_byte(pdev, 0x88, byte | (win_size_bits & 0xff));
drivers/mtd/maps/ck804xrom.c
157
pci_write_config_byte(pdev, 0x8c, byte | ((win_size_bits & 0xff00) >> 8));
drivers/mtd/maps/ck804xrom.c
189
pci_write_config_byte(pdev, 0x6d, byte | 1);
drivers/mtd/maps/ck804xrom.c
90
pci_write_config_byte(window->pdev, 0x6d, byte & ~1);
drivers/mtd/maps/esb2rom.c
125
pci_write_config_byte(window->pdev, BIOS_CNTL,
drivers/mtd/maps/esb2rom.c
234
pci_write_config_byte(pdev, BIOS_CNTL, byte | BIOS_WRITE_ENABLE);
drivers/mtd/maps/scb2_flash.c
142
pci_write_config_byte(dev, CSB5_FCR, reg | CSB5_FCR_DECODE_ALL);
drivers/net/can/sja1000/f81601.c
134
pci_write_config_byte(pdev, F81601_DECODE_REG, tmp);
drivers/net/ethernet/3com/3c59x.c
1195
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, new_latency);
drivers/net/ethernet/agere/et131x.c
3071
if (pci_write_config_byte(pdev, ET1310_PCI_L0L1LATENCY, 0x11)) {
drivers/net/ethernet/agere/et131x.c
547
if (pci_write_config_byte(pdev, LBCIF_CONTROL_REGISTER,
drivers/net/ethernet/agere/et131x.c
559
if (pci_write_config_byte(pdev, LBCIF_DATA_REGISTER, data))
drivers/net/ethernet/agere/et131x.c
604
if (pci_write_config_byte(pdev, LBCIF_CONTROL_REGISTER,
drivers/net/ethernet/agere/et131x.c
646
if (pci_write_config_byte(pdev, LBCIF_CONTROL_REGISTER,
drivers/net/ethernet/alteon/acenic.c
1017
pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE,
drivers/net/ethernet/alteon/acenic.c
512
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, ap->pci_latency);
drivers/net/ethernet/broadcom/tg3.c
16566
pci_write_config_byte(tp->pdev, PCI_LATENCY_TIMER,
drivers/net/ethernet/broadcom/tg3.c
9069
pci_write_config_byte(tp->pdev, PCI_CACHE_LINE_SIZE,
drivers/net/ethernet/broadcom/tg3.c
9071
pci_write_config_byte(tp->pdev, PCI_LATENCY_TIMER,
drivers/net/ethernet/dec/tulip/dmfe.c
412
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0x80);
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
3359
pci_write_config_byte(pdev, vs + 0x10, 0x3);
drivers/net/ethernet/realtek/r8169_main.c
2539
pci_write_config_byte(tp->pci_dev, PCI_LATENCY_TIMER, 0x40);
drivers/net/ethernet/realtek/r8169_main.c
2540
pci_write_config_byte(tp->pci_dev, PCI_CACHE_LINE_SIZE, 0x08);
drivers/net/ethernet/realtek/r8169_main.c
2923
rc = pci_write_config_byte(pdev, RTL_GEN3_RELATED_OFF,
drivers/net/ethernet/realtek/r8169_main.c
2944
pci_write_config_byte(pdev, 0x070f, val) == PCIBIOS_SUCCESSFUL)
drivers/net/ethernet/sis/sis190.c
1657
pci_write_config_byte(isa_bridge, 0x48, reg);
drivers/net/ethernet/sis/sis190.c
1673
pci_write_config_byte(isa_bridge, 0x48, tmp8);
drivers/net/ethernet/sis/sis900.c
304
pci_write_config_byte(isa_bridge, 0x48, reg | 0x40);
drivers/net/ethernet/sis/sis900.c
312
pci_write_config_byte(isa_bridge, 0x48, reg & ~0x40);
drivers/net/ethernet/sun/cassini.c
4830
pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, 0x08);
drivers/net/ethernet/sun/cassini.c
4835
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0xff);
drivers/net/ethernet/sun/cassini.c
4920
if (pci_write_config_byte(pdev,
drivers/net/ethernet/sun/cassini.c
5088
pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, orig_cacheline_size);
drivers/net/ethernet/sun/cassini.c
5121
pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE,
drivers/net/fddi/defxx.c
843
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, val);
drivers/net/wan/farsync.c
689
if (pci_write_config_byte
drivers/net/wireless/ath/ath5k/pci.c
216
pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
drivers/net/wireless/ath/ath5k/pci.c
223
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0xa8);
drivers/net/wireless/ath/ath5k/pci.c
232
pci_write_config_byte(pdev, 0x41, 0);
drivers/net/wireless/ath/ath5k/pci.c
323
pci_write_config_byte(pdev, 0x41, 0);
drivers/net/wireless/ath/ath9k/pci.c
917
pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
drivers/net/wireless/ath/ath9k/pci.c
924
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0xa8);
drivers/net/wireless/intel/iwlegacy/3945-mac.c
3612
pci_write_config_byte(pdev, 0x41, 0x00);
drivers/net/wireless/intel/iwlegacy/4965-mac.c
6571
pci_write_config_byte(pdev, PCI_CFG_RETRY_TIMEOUT, 0x00);
drivers/net/wireless/intel/iwlegacy/common.c
4937
pci_write_config_byte(pdev, PCI_CFG_RETRY_TIMEOUT, 0x00);
drivers/net/wireless/intel/iwlwifi/pcie/drv.c
1223
pci_write_config_byte(pdev, PCI_CFG_RETRY_TIMEOUT, 0x00);
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
3880
pci_write_config_byte(pdev, PCI_CFG_RETRY_TIMEOUT, 0x00);
drivers/net/wireless/intersil/p54/p54pci.c
588
pci_write_config_byte(pdev, 0x40, 0);
drivers/net/wireless/intersil/p54/p54pci.c
589
pci_write_config_byte(pdev, 0x41, 0);
drivers/net/wireless/realtek/rtlwifi/pci.c
2066
pci_write_config_byte(pdev, 0x719, value);
drivers/net/wireless/realtek/rtlwifi/pci.c
2166
pci_write_config_byte(pdev, 0x81, 0);
drivers/net/wireless/realtek/rtlwifi/pci.c
2168
pci_write_config_byte(pdev, 0x44, 0);
drivers/net/wireless/realtek/rtlwifi/pci.c
2169
pci_write_config_byte(pdev, 0x04, 0x06);
drivers/net/wireless/realtek/rtlwifi/pci.c
2170
pci_write_config_byte(pdev, 0x04, 0x07);
drivers/net/wireless/realtek/rtlwifi/pci.c
295
pci_write_config_byte(rtlpci->pdev, 0xe0, 0xa0);
drivers/net/wireless/realtek/rtlwifi/pci.c
328
pci_write_config_byte(pdev, 0x70f, tmp);
drivers/net/wireless/realtek/rtw89/pci.c
2288
ret = pci_write_config_byte(pdev, addr, data);
drivers/net/wireless/realtek/rtw89/pci.c
3339
return pci_write_config_byte(pdev, RTW89_PCIE_L1_CTRL, val);
drivers/net/wireless/realtek/rtw89/pci_be.c
35
ret = pci_write_config_byte(pdev, RTW89_PCIE_ASPM_CTRL, value);
drivers/ntb/hw/intel/ntb_hw_gen1.c
1348
pci_write_config_byte(pdev, XEON_SBAR23SZ_OFFSET, bar_sz);
drivers/ntb/hw/intel/ntb_hw_gen1.c
1361
pci_write_config_byte(pdev, XEON_SBAR45SZ_OFFSET, bar_sz);
drivers/ntb/hw/intel/ntb_hw_gen1.c
1373
pci_write_config_byte(pdev, XEON_SBAR4SZ_OFFSET, bar_sz);
drivers/ntb/hw/intel/ntb_hw_gen1.c
1385
pci_write_config_byte(pdev, XEON_SBAR5SZ_OFFSET, bar_sz);
drivers/parisc/lba_pci.c
847
(void) pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, control | PCI_STATUS_FAST_BACK);
drivers/parisc/superio.c
438
pci_write_config_byte(pdev, PCI_CLASS_PROG, pdev->class);
drivers/parport/parport_pc.c
2495
pci_write_config_byte(pdev, via->via_pci_superio_config_reg, tmp);
drivers/parport/parport_pc.c
2535
pci_write_config_byte(pdev, via->via_pci_superio_config_reg, tmp);
drivers/pci/access.c
597
EXPORT_SYMBOL(pci_write_config_byte);
drivers/pci/hotplug/cpqphp_ctrl.c
1173
pci_write_config_byte(ctrl->pci_dev, 0x41, reg);
drivers/pci/hotplug/cpqphp_ctrl.c
1207
pci_write_config_byte(ctrl->pci_dev, 0x41, reg);
drivers/pci/hotplug/cpqphp_ctrl.c
1212
pci_write_config_byte(ctrl->pci_dev, 0x43, reg);
drivers/pci/hotplug/ibmphp_hpc.c
362
pci_write_config_byte(ctrl->ctrl_dev, HPC_PCI_OFFSET + offset, data);
drivers/pci/hotplug/shpchp_hpc.c
203
rc = pci_write_config_byte(pdev, cap_offset + DWORD_SELECT, index);
drivers/pci/irq.c
187
pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq);
drivers/pci/pci-acpi.c
178
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, hpx->cache_line_size);
drivers/pci/pci-acpi.c
179
pci_write_config_byte(dev, PCI_LATENCY_TIMER, hpx->latency_timer);
drivers/pci/pci-acpi.c
189
pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER,
drivers/pci/pci.c
4133
pci_write_config_byte(dev, PCI_LATENCY_TIMER, lat);
drivers/pci/pci.c
4185
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, pci_cache_line_size);
drivers/pci/pci.c
4424
pci_write_config_byte(dev, pos + PCI_AF_CTRL, PCI_AF_CTRL_FLR);
drivers/pci/probe.c
1555
pci_write_config_byte(dev, PCI_SUBORDINATE_BUS, max);
drivers/pci/quirks.c
1112
pci_write_config_byte(dev, 0x58, tmp);
drivers/pci/quirks.c
1131
pci_write_config_byte(dev, 0x5B, misc_control2|BYPASS_APIC_DEASSERT);
drivers/pci/quirks.c
1280
pci_write_config_byte(dev, PCI_INTERRUPT_LINE, new_irq);
drivers/pci/quirks.c
1292
pci_write_config_byte(dev, 0xfc, 0);
drivers/pci/quirks.c
1388
pci_write_config_byte(dev, 0x41, reg);
drivers/pci/quirks.c
1423
pci_write_config_byte(pdev, 0x40, tmp|1);
drivers/pci/quirks.c
1424
pci_write_config_byte(pdev, 0x9, 1);
drivers/pci/quirks.c
1425
pci_write_config_byte(pdev, 0xa, 6);
drivers/pci/quirks.c
1426
pci_write_config_byte(pdev, 0x40, tmp);
drivers/pci/quirks.c
1449
pci_write_config_byte(pdev, PCI_CLASS_PROG, prog);
drivers/pci/quirks.c
1466
pci_write_config_byte(pdev, PCI_CLASS_PROG, prog);
drivers/pci/quirks.c
1751
pci_write_config_byte(dev, 0x77, val & ~0x10);
drivers/pci/quirks.c
1779
pci_write_config_byte(dev, SIS_DETECT_REGISTER, reg | (1 << 6));
drivers/pci/quirks.c
1782
pci_write_config_byte(dev, SIS_DETECT_REGISTER, reg);
drivers/pci/quirks.c
1818
pci_write_config_byte(dev, 0x50, val & (~0xc0));
drivers/pci/quirks.c
2600
pci_write_config_byte(dev, 0xf41, b | 0x20);
drivers/pci/quirks.c
2639
pci_write_config_byte(dev, 0x76, b ^ 0x40);
drivers/pci/quirks.c
2648
pci_write_config_byte(dev, 0x72, 0x0);
drivers/pci/quirks.c
2651
pci_write_config_byte(dev, 0x75, 0x1);
drivers/pci/quirks.c
2654
pci_write_config_byte(dev, 0x77, 0x0);
drivers/pci/quirks.c
2691
pci_write_config_byte(dev, 0xF4, reg | 0x02);
drivers/pci/quirks.c
2825
pci_write_config_byte(dev, pos + HT_MSI_FLAGS,
drivers/pci/quirks.c
3089
pci_write_config_byte(dev, pos + HT_MSI_FLAGS,
drivers/pci/quirks.c
3331
pci_write_config_byte(dev, 0x8E, 0xAA);
drivers/pci/quirks.c
3333
pci_write_config_byte(dev, 0x8D, 0xB7);
drivers/pci/quirks.c
3334
pci_write_config_byte(dev, 0xB7, disable | 0x02);
drivers/pci/quirks.c
3335
pci_write_config_byte(dev, 0x8E, write_enable);
drivers/pci/quirks.c
3336
pci_write_config_byte(dev, 0x8D, write_target);
drivers/pci/quirks.c
3370
pci_write_config_byte(dev, 0xf9, 0xfc);
drivers/pci/quirks.c
3371
pci_write_config_byte(dev, 0x150, 0x10);
drivers/pci/quirks.c
3372
pci_write_config_byte(dev, 0xf9, 0x00);
drivers/pci/quirks.c
3373
pci_write_config_byte(dev, 0xfc, 0x01);
drivers/pci/quirks.c
3374
pci_write_config_byte(dev, 0xe1, 0x32);
drivers/pci/quirks.c
3375
pci_write_config_byte(dev, 0xfc, 0x00);
drivers/pci/quirks.c
3386
pci_write_config_byte(dev, 0xCA, 0x57);
drivers/pci/quirks.c
3387
pci_write_config_byte(dev, 0xCB, disable | 0x02);
drivers/pci/quirks.c
3388
pci_write_config_byte(dev, 0xCA, write_enable);
drivers/pci/quirks.c
345
pci_write_config_byte(d, 0x82, dlc);
drivers/pci/quirks.c
498
pci_write_config_byte(dev, 0x76, busarb);
drivers/pci/setup-cardbus.c
298
pci_write_config_byte(dev, PCI_SUBORDINATE_BUS, max);
drivers/pcmcia/cardbus.c
44
pci_write_config_byte(dev, PCI_INTERRUPT_LINE, dev->irq);
drivers/pcmcia/i82092.c
140
pci_write_config_byte(dev, 0x50, configbyte);
drivers/pcmcia/pd6729.c
662
pci_write_config_byte(dev, PCI_COMMAND, configbyte);
drivers/pcmcia/yenta_socket.c
1149
pci_write_config_byte(bridge_to_fix->self,
drivers/pcmcia/yenta_socket.c
125
pci_write_config_byte(socket->dev, offset, val);
drivers/scsi/advansys.c
11434
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0);
drivers/scsi/advansys.c
11439
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0x20);
drivers/scsi/aic7xxx/aic79xx_osm.c
516
pci_write_config_byte(pci, reg, value);
drivers/scsi/aic7xxx/aic7xxx_osm_pci.c
283
pci_write_config_byte(pci, reg, value);
drivers/scsi/am53c974.c
292
pci_write_config_byte(pdev, 0x80, 0x40);
drivers/scsi/am53c974.c
298
pci_write_config_byte(pdev, 0x80, bval);
drivers/scsi/am53c974.c
300
pci_write_config_byte(pdev, 0x80, 0);
drivers/scsi/am53c974.c
317
pci_write_config_byte(pdev, 0x80, 0x80);
drivers/scsi/am53c974.c
319
pci_write_config_byte(pdev, 0x80, 0x40);
drivers/scsi/am53c974.c
335
pci_write_config_byte(pdev, 0xc0, 0);
drivers/scsi/am53c974.c
341
pci_write_config_byte(pdev, 0x80, 0);
drivers/scsi/am53c974.c
342
pci_write_config_byte(pdev, 0x80, 0);
drivers/scsi/arcmsr/arcmsr_hba.c
4570
pci_write_config_byte(acb->pdev, 0x84, 0x20);
drivers/scsi/arcmsr/arcmsr_hba.c
4575
pci_write_config_byte(acb->pdev, i, value[i]);
drivers/scsi/atp870u.c
1364
pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0x80);
drivers/scsi/ipr.c
7970
rc = pci_write_config_byte(ioa_cfg->pdev, PCI_BIST, PCI_BIST_START);
drivers/scsi/ipr.c
9472
rc = pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE,
drivers/scsi/lpfc/lpfc_debugfs.c
3523
pci_write_config_byte(pdev, where,
drivers/scsi/lpfc/lpfc_debugfs.c
3529
pci_write_config_byte(pdev, where,
drivers/scsi/lpfc/lpfc_debugfs.c
3537
pci_write_config_byte(pdev, where,
drivers/scsi/lpfc/lpfc_init.c
9516
pci_write_config_byte(phba->pcidev,
drivers/scsi/qla2xxx/qla_init.c
2991
pci_write_config_byte(ha->pdev, PCI_LATENCY_TIMER, 0x80);
drivers/scsi/qla2xxx/qla_init.c
3025
pci_write_config_byte(ha->pdev, PCI_LATENCY_TIMER, 0x80);
drivers/scsi/stex.c
1324
pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);
drivers/scsi/stex.c
1332
pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);
drivers/scsi/sym53c8xx_2/sym_glue.c
1632
pci_write_config_byte(memc, 0x44, tmp);
drivers/scsi/sym53c8xx_2/sym_glue.c
1639
pci_write_config_byte(memc, 0x45, tmp);
drivers/ssb/driver_gige.c
270
pci_write_config_byte(pdev, PCI_INTERRUPT_LINE, pdev->irq);
drivers/ssb/driver_pcicore.c
272
pci_write_config_byte(d, PCI_INTERRUPT_LINE, d->irq);
drivers/ssb/driver_pcicore.c
306
pci_write_config_byte(dev, PCI_LATENCY_TIMER, lat);
drivers/staging/media/atomisp/pci/atomisp_v4l2.c
409
pci_write_config_byte(pdev, PCI_INTERRUPT_LINE, isp->saved_regs.intr);
drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c
212
pci_write_config_byte(pci_info->pdev, 0xdc, 0x01);
drivers/tty/serial/8250/8250_pci.c
1649
pci_write_config_byte(pci_dev, 0x40 + 8 * *index + 7, setting);
drivers/tty/serial/8250/8250_pci.c
1735
pci_write_config_byte(dev, config_base + 0x00, 0x01);
drivers/tty/serial/8250/8250_pci.c
1738
pci_write_config_byte(dev, config_base + 0x01, 0x33);
drivers/tty/serial/8250/8250_pci.c
1741
pci_write_config_byte(dev, config_base + 0x04,
drivers/tty/serial/8250/8250_pci.c
1745
pci_write_config_byte(dev, config_base + 0x05,
drivers/tty/serial/8250/8250_pci.c
1748
pci_write_config_byte(dev, config_base + 0x06, dev->irq);
drivers/tty/serial/8250/8250_pci.c
1754
pci_write_config_byte(dev, config_base + 0x07, 0x01);
drivers/tty/serial/8250/8250_pci.c
1816
pci_write_config_byte(dev, 0x209, 0x40);
drivers/tty/serial/8250/8250_pci.c
1823
pci_write_config_byte(dev, config_base + 0x01, 0x33);
drivers/tty/serial/8250/8250_pci.c
1826
pci_write_config_byte(dev, config_base + 0, 0x01);
drivers/tty/serial/8250/8250_pci.c
573
pci_write_config_byte(dev, 0x6f, data & 0xef);
drivers/tty/serial/8250/8250_pci.c
579
pci_write_config_byte(dev, 0x73, data & 0xef);
drivers/usb/host/ehci-pci.c
185
pci_write_config_byte(pdev, 0x4b, tmp | 0x20);
drivers/usb/host/ehci-pci.c
212
pci_write_config_byte(pdev, 0x53, tmp | (1<<3));
drivers/usb/host/pci-quirks.c
625
pci_write_config_byte(pdev, ASMT_CONTROL_REG, ASMT_CONTROL_WRITE_BIT);
drivers/usb/host/pci-quirks.c
633
pci_write_config_byte(pdev, ASMT_CONTROL_REG, ASMT_CONTROL_WRITE_BIT);
drivers/usb/host/pci-quirks.c
904
pci_write_config_byte(pdev, offset + 3, 1);
drivers/usb/host/pci-quirks.c
926
pci_write_config_byte(pdev, offset + 2, 0);
drivers/usb/host/uhci-pci.c
195
pci_write_config_byte(pdev, USBRES_INTEL,
drivers/usb/host/uhci-pci.c
57
pci_write_config_byte(pdev, USBRES_INTEL, 0);
drivers/usb/host/xhci-pci-renesas.c
112
err = pci_write_config_byte(dev, status_reg, BIT(data0_or_data1));
drivers/usb/host/xhci-pci-renesas.c
306
err = pci_write_config_byte(pdev, RENESAS_FW_STATUS,
drivers/usb/host/xhci-pci-renesas.c
344
err = pci_write_config_byte(pdev, RENESAS_FW_STATUS, 0);
drivers/usb/host/xhci-pci-renesas.c
402
retval = pci_write_config_byte(pdev, RENESAS_ROM_STATUS, status);
drivers/usb/host/xhci-pci-renesas.c
440
err = pci_write_config_byte(pdev, RENESAS_ROM_STATUS,
drivers/usb/host/xhci-pci-renesas.c
486
err = pci_write_config_byte(pdev, RENESAS_ROM_STATUS, 0);
drivers/usb/host/xhci-pci-renesas.c
516
err = pci_write_config_byte(pdev, RENESAS_ROM_STATUS,
drivers/usb/host/xhci-pci-renesas.c
544
pci_write_config_byte(pdev, RENESAS_ROM_STATUS, 0);
drivers/usb/isp1760/isp1760-if.c
67
pci_write_config_byte(dev, PCI_LATENCY_TIMER, limit);
drivers/video/fbdev/matrox/matroxfb_DAC1064.c
995
pci_write_config_byte(ibm, PCI_COMMAND+1, 0); /* disable back-to-back & SERR */
drivers/video/fbdev/matrox/matroxfb_DAC1064.c
996
pci_write_config_byte(ibm, 0x41, 0xF4); /* ??? */
drivers/video/fbdev/matrox/matroxfb_DAC1064.c
997
pci_write_config_byte(ibm, PCI_IO_BASE, 0xF0); /* ??? */
drivers/video/fbdev/matrox/matroxfb_DAC1064.c
998
pci_write_config_byte(ibm, PCI_IO_LIMIT, 0x00); /* ??? */
drivers/video/fbdev/sis/sis_main.c
1033
pci_write_config_byte(ivideo->nbridge, reg, (u8)val);
drivers/watchdog/alim7101_wdt.c
101
pci_write_config_byte(alim7101_pmu,
drivers/watchdog/alim7101_wdt.c
103
pci_write_config_byte(alim7101_pmu,
drivers/watchdog/alim7101_wdt.c
108
pci_write_config_byte(alim7101_pmu,
drivers/watchdog/alim7101_wdt.c
110
pci_write_config_byte(alim7101_pmu,
drivers/watchdog/alim7101_wdt.c
130
pci_write_config_byte(alim7101_pmu,
drivers/watchdog/alim7101_wdt.c
135
pci_write_config_byte(alim7101_pmu,
drivers/watchdog/alim7101_wdt.c
140
pci_write_config_byte(alim7101_pmu,
drivers/watchdog/alim7101_wdt.c
145
pci_write_config_byte(alim7101_pmu,
drivers/watchdog/alim7101_wdt.c
374
pci_write_config_byte(alim7101_pmu, ALI_7101_WDT, 0x02);
drivers/watchdog/i6300esb.c
126
pci_write_config_byte(edev->pdev, ESB_LOCK_REG, val);
drivers/watchdog/i6300esb.c
139
pci_write_config_byte(edev->pdev, ESB_LOCK_REG, 0x0);
drivers/watchdog/i6300esb.c
273
pci_write_config_byte(edev->pdev, ESB_LOCK_REG, 0x00);
drivers/watchdog/via_wdt.c
185
pci_write_config_byte(pdev, VIA_WDT_CONF, conf);
drivers/xen/xen-pciback/conf_space.c
257
err = pci_write_config_byte(dev, offset,
drivers/xen/xen-pciback/conf_space_header.c
294
err = pci_write_config_byte(dev, offset, value);
include/linux/pci.h
1332
int pci_write_config_byte(const struct pci_dev *dev, int where, u8 val);
sound/hda/controllers/intel.c
378
pci_write_config_byte(pci, reg, data);
sound/pci/ali5451/ali5451.c
1913
pci_write_config_byte(pci_dev, 0x59, temp);
sound/pci/ali5451/ali5451.c
1918
pci_write_config_byte(pci_dev, 0xB8, temp);
sound/pci/ali5451/ali5451.c
769
pci_write_config_byte(pci_dev, 0x61, bVal);
sound/pci/ali5451/ali5451.c
772
pci_write_config_byte(pci_dev, 0x7d, bVal);
sound/pci/ali5451/ali5451.c
777
pci_write_config_byte(pci_dev, 0x7e, bVal);
sound/pci/au88x0/au88x0.c
49
rc = pci_write_config_byte(vortex, 0x40, 0xff);
sound/pci/au88x0/au88x0.c
72
rc = pci_write_config_byte(via, 0x42, value | 0x10);
sound/pci/echoaudio/echoaudio.c
1871
pci_write_config_byte(pci, PCI_LATENCY_TIMER, 0xC0);
sound/pci/ice1712/ice1712.c
2299
pci_write_config_byte(ice->pci, 0x60, ice->eeprom.data[ICE_EEP1_CODEC]);
sound/pci/ice1712/ice1712.c
2300
pci_write_config_byte(ice->pci, 0x61, ice->eeprom.data[ICE_EEP1_ACLINK]);
sound/pci/ice1712/ice1712.c
2301
pci_write_config_byte(ice->pci, 0x62, ice->eeprom.data[ICE_EEP1_I2SID]);
sound/pci/ice1712/ice1712.c
2302
pci_write_config_byte(ice->pci, 0x63, ice->eeprom.data[ICE_EEP1_SPDIF]);
sound/pci/rme9652/hdsp.c
5195
pci_write_config_byte(hdsp->pci, PCI_LATENCY_TIMER, 0xFF);
sound/pci/trident/trident_main.c
3180
pci_write_config_byte(trident->pci, 0x46, 0x04); /* SOFTWARE RESET */
sound/pci/trident/trident_main.c
3182
pci_write_config_byte(trident->pci, 0x46, 0x00);
sound/pci/trident/trident_main.c
3339
pci_write_config_byte(pci, 0x44, 0); /* ports */
sound/pci/trident/trident_main.c
3340
pci_write_config_byte(pci, 0x45, 0); /* Legacy DMA */
sound/pci/trident/trident_main.c
3341
pci_write_config_byte(pci, 0x46, 4); /* reset */
sound/pci/trident/trident_main.c
3343
pci_write_config_byte(pci, 0x46, 0); /* release reset */
sound/pci/trident/trident_main.c
3379
pci_write_config_byte(pci, 0x44, 0); /* ports */
sound/pci/trident/trident_main.c
3380
pci_write_config_byte(pci, 0x45, 0); /* Legacy DMA */
sound/pci/trident/trident_main.c
3382
pci_write_config_byte(pci, 0x46, 1); /* reset */
sound/pci/trident/trident_main.c
3384
pci_write_config_byte(pci, 0x46, 0); /* release reset */
sound/pci/via82xx.c
1646
pci_write_config_byte(chip->pci, VIA8233_SPDIF_CTRL, val);
sound/pci/via82xx.c
1929
pci_write_config_byte(chip->pci, VIA_FUNC_ENABLE, *legacy);
sound/pci/via82xx.c
2005
pci_write_config_byte(chip->pci, VIA8233_SPDIF_CTRL, val);
sound/pci/via82xx.c
2057
pci_write_config_byte(chip->pci, VIA_FUNC_ENABLE, legacy);
sound/pci/via82xx.c
2058
pci_write_config_byte(chip->pci, VIA_PNP_CONTROL, legacy_cfg);
sound/pci/via82xx.c
2071
pci_write_config_byte(chip->pci, VIA_FUNC_ENABLE, legacy);
sound/pci/via82xx.c
2117
pci_write_config_byte(chip->pci, VIA_FUNC_ENABLE, 0);
sound/pci/via82xx.c
2122
pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL,
sound/pci/via82xx.c
2128
pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL, 0x00);
sound/pci/via82xx.c
2132
pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL,
sound/pci/via82xx.c
2138
pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL, VIA_ACLINK_CTRL_INIT);
sound/pci/via82xx.c
2148
pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL, VIA_ACLINK_CTRL_INIT);
sound/pci/via82xx.c
2189
pci_write_config_byte(chip->pci, VIA_FM_NMI_CTRL, 0);
sound/pci/via82xx.c
2203
pci_write_config_byte(pci, 0x44, data | 0x40);
sound/pci/via82xx.c
2258
pci_write_config_byte(chip->pci, VIA_FUNC_ENABLE, chip->legacy_saved);
sound/pci/via82xx.c
2259
pci_write_config_byte(chip->pci, VIA_PNP_CONTROL, chip->legacy_cfg_saved);
sound/pci/via82xx.c
2261
pci_write_config_byte(chip->pci, VIA8233_SPDIF_CTRL, chip->spdif_ctrl_saved);
sound/pci/via82xx.c
2288
pci_write_config_byte(chip->pci, VIA_FUNC_ENABLE, chip->old_legacy);
sound/pci/via82xx.c
2289
pci_write_config_byte(chip->pci, VIA_PNP_CONTROL, chip->old_legacy_cfg);
sound/pci/via82xx.c
2318
pci_write_config_byte(chip->pci, VIA_FUNC_ENABLE,
sound/pci/via82xx_modem.c
933
pci_write_config_byte(chip->pci, 0x44, pval|VIA_MC97_CTRL_INIT);
sound/pci/via82xx_modem.c
940
pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL,
sound/pci/via82xx_modem.c
946
pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL, 0x00);
sound/pci/via82xx_modem.c
950
pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL,
sound/pci/via82xx_modem.c
955
pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL, VIA_ACLINK_CTRL_INIT);
sound/pci/via82xx_modem.c
962
pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL, VIA_ACLINK_CTRL_INIT);
sound/pci/ymfpci/ymfpci_main.c
1947
pci_write_config_byte(pci, PCIR_DSXG_CTRL, cmd & 0xfc);
sound/pci/ymfpci/ymfpci_main.c
1948
pci_write_config_byte(pci, PCIR_DSXG_CTRL, cmd | 0x03);
sound/pci/ymfpci/ymfpci_main.c
1949
pci_write_config_byte(pci, PCIR_DSXG_CTRL, cmd & 0xfc);