Home
last modified time | relevance | path

Searched refs:CommandCode (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
DFdc.h185 UINT8 CommandCode; member
200 UINT8 CommandCode; member
208 UINT8 CommandCode; member
217 UINT8 CommandCode; member
DFloppyPeim.c470 Command.CommandCode = SPECIFY_CMD; in Specify()
761 Command.CommandCode = RECALIBRATE_CMD; in Recalibrate()
872 Command.CommandCode = SEEK_CMD; in Seek()
1390 Command.CommandCode = READ_DATA_CMD | CMD_MT | CMD_MFM | CMD_SK; in ReadDataSector()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
DIsaFloppy.h107 UINT8 CommandCode; member
119 UINT8 CommandCode; member
124 UINT8 CommandCode; member
130 UINT8 CommandCode; member
136 UINT8 CommandCode; member
DIsaFloppyCtrl.c401 Command.CommandCode = SPECIFY_CMD; in Specify()
447 Command.CommandCode = RECALIBRATE_CMD; in Recalibrate()
549 Command.CommandCode = SEEK_CMD; in Seek()
668 Command.CommandCode = SENSE_DRV_STATUS_CMD; in SenseDrvStatus()
901 Command.CommandCode = READ_DATA_CMD | CMD_MT | CMD_MFM | CMD_SK; in ReadWriteDataSector()
903 Command.CommandCode = WRITE_DATA_CMD | CMD_MT | CMD_MFM; in ReadWriteDataSector()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/DxeTrEEPhysicalPresenceLibNull/
DDxeTrEEPhysicalPresenceLibNull.c92 IN UINT32 CommandCode, in TrEEExecutePhysicalPresence() argument
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
DDxeTrEEPhysicalPresenceLib.c121 IN UINT32 CommandCode, in TrEEExecutePhysicalPresence() argument
127 switch (CommandCode) { in TrEEExecutePhysicalPresence()
148 if (CommandCode <= TREE_PHYSICAL_PRESENCE_NO_ACTION_MAX) { in TrEEExecutePhysicalPresence()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DDxeTcg2PhysicalPresenceLib.c286 IN UINT32 CommandCode, in Tcg2ExecutePhysicalPresence() argument
305 switch (CommandCode) { in Tcg2ExecutePhysicalPresence()
350 if (CommandCode <= TCG2_PHYSICAL_PRESENCE_NO_ACTION_MAX) { in Tcg2ExecutePhysicalPresence()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DDxeTcgPhysicalPresenceLib.c245 IN UINT32 CommandCode, in ExecutePhysicalPresence() argument
253 switch (CommandCode) { in ExecutePhysicalPresence()