Searched refs:pci_config_writel (Results 1 - 1 of 1) sorted by relevance
/external/qemu-pc-bios/bochs/bios/ |
H A D | rombios32.c | 718 static void pci_config_writel(PCIDevice *d, uint32_t addr, uint32_t val) function 767 pci_config_writel(d, ofs, addr); 894 pci_config_writel(d, 0x58, value | (1 << 25)); 922 pci_config_writel(d, 0x40, PM_IO_BASE | 1); 924 pci_config_writel(d, 0x90, SMB_IO_BASE | 1); 990 pci_config_writel(d, ofs, 0xfffffffe); 993 pci_config_writel(d, ofs, 0xffffffff);
|
Completed in 60 milliseconds