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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dahci.c961 uint16_t u16BarOff = pci_read_config_word(u8Bus, u8DevFn, u8PciCapOff + 2); local
963 DBG_AHCI("SATACR1: 0x%x\n", u16BarOff);
965 switch (u16BarOff & 0xf)
988 DBG_AHCI("BAR 0x%x unsupported\n", u16BarOff & 0xf);
992 u16Off = (u16BarOff >> 4) * 4;

Completed in 236 milliseconds