/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/EmbeddedPkg/Drivers/DwEmmcDxe/ |
H A D | DwEmmcDxe.c | 419 UINT32 BlkDepthInFifo, FifoThreshold, FifoWidth, FifoDepth; in DwEmmcAdjustFifoThreshold() local 423 FifoDepth = PcdGet32 (PcdDwEmmcDxeFifoDepth); in DwEmmcAdjustFifoThreshold() 424 if (!FifoDepth) { in DwEmmcAdjustFifoThreshold() 428 TxWatermark = FifoDepth / 2; in DwEmmcAdjustFifoThreshold() 429 TxWatermarkInvers = FifoDepth - TxWatermark; in DwEmmcAdjustFifoThreshold()
|
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/EmbeddedPkg/Drivers/DwEmmcDxe/ |
H A D | DwEmmcDxe.c | 419 UINT32 BlkDepthInFifo, FifoThreshold, FifoWidth, FifoDepth; in DwEmmcAdjustFifoThreshold() local 423 FifoDepth = PcdGet32 (PcdDwEmmcDxeFifoDepth); in DwEmmcAdjustFifoThreshold() 424 if (!FifoDepth) { in DwEmmcAdjustFifoThreshold() 428 TxWatermark = FifoDepth / 2; in DwEmmcAdjustFifoThreshold() 429 TxWatermarkInvers = FifoDepth - TxWatermark; in DwEmmcAdjustFifoThreshold()
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/EmbeddedPkg/Drivers/DwEmmcDxe/ |
H A D | DwEmmcDxe.c | 419 UINT32 BlkDepthInFifo, FifoThreshold, FifoWidth, FifoDepth; in DwEmmcAdjustFifoThreshold() local 423 FifoDepth = PcdGet32 (PcdDwEmmcDxeFifoDepth); in DwEmmcAdjustFifoThreshold() 424 if (!FifoDepth) { in DwEmmcAdjustFifoThreshold() 428 TxWatermark = FifoDepth / 2; in DwEmmcAdjustFifoThreshold() 429 TxWatermarkInvers = FifoDepth - TxWatermark; in DwEmmcAdjustFifoThreshold()
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/EmbeddedPkg/Drivers/DwEmmcDxe/ |
H A D | DwEmmcDxe.c | 419 UINT32 BlkDepthInFifo, FifoThreshold, FifoWidth, FifoDepth; in DwEmmcAdjustFifoThreshold() local 423 FifoDepth = PcdGet32 (PcdDwEmmcDxeFifoDepth); in DwEmmcAdjustFifoThreshold() 424 if (!FifoDepth) { in DwEmmcAdjustFifoThreshold() 428 TxWatermark = FifoDepth / 2; in DwEmmcAdjustFifoThreshold() 429 TxWatermarkInvers = FifoDepth - TxWatermark; in DwEmmcAdjustFifoThreshold()
|
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Synopsys/DesignWare/Drivers/DwEmmcDxe/ |
H A D | DwEmmcDxe.c | 424 UINT32 BlkDepthInFifo, FifoThreshold, FifoWidth, FifoDepth; 428 FifoDepth = PcdGet32 (PcdDwEmmcDxeFifoDepth); 429 if (!FifoDepth) { 433 TxWatermark = FifoDepth / 2; 434 TxWatermarkInvers = FifoDepth - TxWatermark;
|
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/ddk/ |
H A D | parallel.h | 133 ULONG FifoDepth; member 271 ULONG FifoDepth; member
|
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/ddk/ |
H A D | parallel.h | 133 ULONG FifoDepth; member 271 ULONG FifoDepth; member
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/atomisp/pci/css_2401_system/hrt/ |
H A D | PixelGen_SysBlock_defs.h | 25 #define _PXG_FIFODEPTH FifoDepth
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/atomisp/pci/css_2401_system/hrt/ |
H A D | PixelGen_SysBlock_defs.h | 25 #define _PXG_FIFODEPTH FifoDepth
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/atomisp/pci/css_2401_system/hrt/ |
H A D | PixelGen_SysBlock_defs.h | 25 #define _PXG_FIFODEPTH FifoDepth
|
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ddk/ |
H A D | parallel.h | 124 ULONG FifoDepth; member 262 ULONG FifoDepth; member
|
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ddk/ |
H A D | parallel.h | 124 ULONG FifoDepth; member 262 ULONG FifoDepth; member
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/EfiSocketLib/ |
H A D | Tcp4.c | 867 && ( pSocket->MaxFifoDepth > pSocket->FifoDepth )) { in EslTcp4ListenComplete() 953 pSocket->FifoDepth += 1; in EslTcp4ListenComplete() 980 pSocket->FifoDepth )); in EslTcp4ListenComplete()
|
H A D | Tcp6.c | 898 && ( pSocket->MaxFifoDepth > pSocket->FifoDepth )) { in EslTcp6ListenComplete() 986 pSocket->FifoDepth += 1; in EslTcp6ListenComplete() 1037 pSocket->FifoDepth )); in EslTcp6ListenComplete()
|
H A D | Socket.h | 1042 UINTN FifoDepth; ///< Number of sockets in the FIFO member
|
H A D | Socket.c | 861 if ( 0 == pSocket->FifoDepth ) { in EslSocketAccept() 910 pSocket->FifoDepth -= 1; in EslSocketAccept() 3480 if ( 0 != pSocket->FifoDepth ) { in EslSocketPoll()
|