Searched defs:update_pam (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/pci-host/
H A Dpiix.c62 static void update_pam(PCIDevice *d, uint32_t start, uint32_t end, int r) function
94 update_pam(d, 0xf0000, 0x100000, (d->config[0x59] >> 4) & 3);
97 update_pam(d, 0xc0000 + 0x4000 * i, 0xc0000 + 0x4000 * (i + 1), r);

Completed in 181 milliseconds