VirtualBox

Ignore:
Timestamp:
Sep 24, 2019 3:39:10 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133575
Message:

DevPciIch9: style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPciIch9.cpp

    r80963 r80982  
    103103
    104104
    105 // See 7.2.2. PCI Express Enhanced Configuration Mechanism for details of address
    106 // mapping, we take n=6 approach
    107 DECLINLINE(void) ich9pciPhysToPciAddr(PDEVPCIROOT pPciRoot, RTGCPHYS GCPhysAddr, PciAddress* pPciAddr)
     105/**
     106 * See 7.2.2. PCI Express Enhanced Configuration Mechanism for details of address
     107 * mapping, we take n=6 approach
     108 */
     109DECLINLINE(void) ich9pciPhysToPciAddr(PDEVPCIROOT pPciRoot, RTGCPHYS GCPhysAddr, PciAddress *pPciAddr)
    108110{
    109111    NOREF(pPciRoot);
     
    114116}
    115117
    116 DECLINLINE(void) ich9pciStateToPciAddr(PDEVPCIROOT pPciRoot, RTGCPHYS addr, PciAddress* pPciAddr)
     118DECLINLINE(void) ich9pciStateToPciAddr(PDEVPCIROOT pPciRoot, RTGCPHYS addr, PciAddress *pPciAddr)
    117119{
    118120    pPciAddr->iBus         = (pPciRoot->uConfigReg >> 16) & 0xff;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette