Home | History | Annotate | Download | only in hw

Lines Matching full:pci_conf

238     uint8_t *pci_conf = d->config;
240 pci_conf[0x04] = 0x07; // master, memory and I/O
241 pci_conf[0x05] = 0x00;
242 pci_conf[0x06] = 0x00;
243 pci_conf[0x07] = 0x02; // PCI_status_devsel_medium
244 pci_conf[0x4c] = 0x4d;
245 pci_conf[0x4e] = 0x03;
246 pci_conf[0x4f] = 0x00;
247 pci_conf[0x60] = 0x80;
248 pci_conf[0x61] = 0x80;
249 pci_conf[0x62] = 0x80;
250 pci_conf[0x63] = 0x80;
251 pci_conf[0x69] = 0x02;
252 pci_conf[0x70] = 0x80;
253 pci_conf[0x76] = 0x0c;
254 pci_conf[0x77] = 0x0c;
255 pci_conf[0x78] = 0x02;
256 pci_conf[0x79] = 0x00;
257 pci_conf[0x80] = 0x00;
258 pci_conf[0x82] = 0x00;
259 pci_conf[0xa0] = 0x08;
260 pci_conf[0xa2] = 0x00;
261 pci_conf[0xa3] = 0x00;
262 pci_conf[0xa4] = 0x00;
263 pci_conf[0xa5] = 0x00;
264 pci_conf[0xa6] = 0x00;
265 pci_conf[0xa7] = 0x00;
266 pci_conf[0xa8] = 0x0f;
267 pci_conf[0xaa] = 0x00;
268 pci_conf[0xab] = 0x00;
269 pci_conf[0xac] = 0x00;
270 pci_conf[0xae] = 0x00;
278 uint8_t *pci_conf = d->config;
280 pci_conf[0x04] = 0x07; // master, memory and I/O
281 pci_conf[0x05] = 0x00;
282 pci_conf[0x06] = 0x00;
283 pci_conf[0x07] = 0x02; // PCI_status_devsel_medium
284 pci_conf[0x4c] = 0x4d;
285 pci_conf[0x4e] = 0x03;
286 pci_conf[0x4f] = 0x00;
287 pci_conf[0x60] = 0x0a; // PCI A -> IRQ 10
288 pci_conf[0x61] = 0x0a; // PCI B -> IRQ 10
289 pci_conf[0x62] = 0x0b; // PCI C -> IRQ 11
290 pci_conf[0x63] = 0x0b; // PCI D -> IRQ 11
291 pci_conf[0x69] = 0x02;
292 pci_conf[0x70] = 0x80;
293 pci_conf[0x76] = 0x0c;
294 pci_conf[0x77] = 0x0c;
295 pci_conf[0x78] = 0x02;
296 pci_conf[0x79] = 0x00;
297 pci_conf[0x80] = 0x00;
298 pci_conf[0x82] = 0x00;
299 pci_conf[0xa0] = 0x08;
300 pci_conf[0xa2] = 0x00;
301 pci_conf[0xa3] = 0x00;
302 pci_conf[0xa4] = 0x00;
303 pci_conf[0xa5] = 0x00;
304 pci_conf[0xa6] = 0x00;
305 pci_conf[0xa7] = 0x00;
306 pci_conf[0xa8] = 0x0f;
307 pci_conf[0xaa] = 0x00;
308 pci_conf[0xab] = 0x00;
309 pci_conf[0xac] = 0x00;
310 pci_conf[0xae] = 0x00;
332 uint8_t *pci_conf;
339 pci_conf = d->config;
341 pci_config_set_vendor_id(pci_conf, PCI_VENDOR_ID_INTEL);
342 pci_config_set_device_id(pci_conf, PCI_DEVICE_ID_INTEL_82371SB_0); // 82371SB PIIX3 PCI-to-ISA bridge (Step A1)
343 pci_config_set_class(pci_conf, PCI_CLASS_BRIDGE_ISA);
344 pci_conf[PCI_HEADER_TYPE] =
355 uint8_t *pci_conf;
362 pci_conf = d->config;
364 pci_config_set_vendor_id(pci_conf, PCI_VENDOR_ID_INTEL);
365 pci_config_set_device_id(pci_conf, PCI_DEVICE_ID_INTEL_82371AB_0); // 82371AB/EB/MB PIIX4 PCI-to-ISA bridge
366 pci_config_set_class(pci_conf, PCI_CLASS_BRIDGE_ISA);
367 pci_conf[PCI_HEADER_TYPE] =