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

/vbox/include/VBox/
H A Dpci.h772 * @param u8Bist The BIST value.
774 DECLINLINE(void) PCIDevSetBIST(PPCIDEVICE pPciDev, uint8_t u8Bist) argument
776 PCIDevSetByte(pPciDev, VBOX_PCI_BIST, u8Bist);
783 * @returns u8Bist The BIST.

Completed in 51 milliseconds