Searched refs:SRST (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.h256 #define SRST BIT2 ///< Software Reset macro
H A DAtapiPassThru.c819 // set SRST bit to initiate soft reset
821 DeviceControlValue |= SRST;
838 // Clear SRST bit
1333 // set SRST bit to initiate soft reset
1335 DeviceControlValue |= SRST;
1352 // Clear SRST bit
/vbox/src/VBox/Devices/Audio/
H A DDevIchHda.cpp1289 HDA_STREAM_REG(pThis, CTL, u8Strm) = 0x40000 | (HDA_STREAM_REG(pThis, CTL, u8Strm) & HDA_REG_FIELD_FLAG_MASK(SDCTL, SRST));
1505 bool fReset = RT_BOOL(u32Value & HDA_REG_FIELD_FLAG_MASK(SDCTL, SRST));
1506 bool fInReset = RT_BOOL(HDA_REG_IND(pThis, iReg) & HDA_REG_FIELD_FLAG_MASK(SDCTL, SRST));
1546 LogFunc(("changing SRST bit on non-attached stream\n"));
3285 RT_BOOL(sdCtl & HDA_REG_FIELD_FLAG_MASK(SDCTL, SRST)));
3544 /* hdaStreamReset prevents changing the SRST bit, so we force it to zero here. */

Completed in 107 milliseconds