OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pci_conf
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
piix_pci.c
238
uint8_t *
pci_conf
= d->config;
local
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
278
uint8_t *
pci_conf
= d->config;
local
332
uint8_t *
pci_conf
;
local
355
uint8_t *
pci_conf
;
local
[
all
...]
ne2000.c
810
uint8_t *
pci_conf
;
local
812
pci_conf
= d->dev.config;
813
pci_config_set_vendor_id(
pci_conf
, PCI_VENDOR_ID_REALTEK);
814
pci_config_set_device_id(
pci_conf
, PCI_DEVICE_ID_REALTEK_8029);
815
pci_config_set_class(
pci_conf
, PCI_CLASS_NETWORK_ETHERNET);
816
pci_conf
[PCI_HEADER_TYPE] = PCI_HEADER_TYPE_NORMAL; // header_type
817
pci_conf
[0x3d] = 1; // interrupt pin 0
Completed in 33 milliseconds