Home
last modified time | relevance | path

Searched refs:SII3132_PORT_DEVICE_RESET (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
DSataSiI3132.h62 #define SII3132_PORT_DEVICE_RESET (1 << 1) macro
DSiI3132AtaPassThru.c809 SATA_PORT_WRITE32 (SataPort->RegBase + SII3132_PORT_CONTROLSET_REG, SII3132_PORT_DEVICE_RESET); in SiI3132ResetDevice()
813 while ((Timeout > 0) && ((Value32 & SII3132_PORT_DEVICE_RESET) != 0)) { in SiI3132ResetDevice()