Searched refs:PAHCI (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/Storage/ |
H A D | DevAHCI.cpp | 716 typedef AHCI *PAHCI; typedef 920 int (*pfnRead )(PAHCI ahci, uint32_t iReg, uint32_t *pu32Value); 921 int (*pfnWrite)(PAHCI ahci, uint32_t iReg, uint32_t u32Value); 930 int (*pfnRead )(PAHCI ahci, PAHCIPort pAhciPort, uint32_t iReg, uint32_t *pu32Value); 931 int (*pfnWrite)(PAHCI ahci, PAHCIPort pAhciPort, uint32_t iReg, uint32_t u32Value); 936 static void ahciHBAReset(PAHCI pThis); 949 #define PCIDEV_2_PAHCI(pPciDev) ( (PAHCI)(pPciDev) ) 954 #define PDMIBASE_2_PAHCI(pInterface) ( (PAHCI)((uintptr_t)(pInterface) - RT_OFFSETOF(AHCI, IBase)) ) 955 #define PDMILEDPORTS_2_PAHCI(pInterface) ( (PAHCI)((uintptr_t)(pInterface) - RT_OFFSETOF(AHCI, ILeds)) ) 994 static void ahciHbaClearInterrupt(PAHCI pAhc [all...] |
Completed in 71 milliseconds