Home
last modified time | relevance | path

Searched refs:Rx (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Include/IndustryStandard/
DArmTrustZoneSmc.h23 …_ARM_TRUSTZONE_SUPPORTED_SMC(Rx,Region) (((UINTN)(Rx) >= (UINTN)ARM_TRUSTZONE_##Region##_SMC… argument
25 #define IS_ARM_TRUSTZONE_DEPRECIATED_SMC(Rx) ((UINTN)(Rx) <= (UINTN)ARM_TRUSTZONE_DEPREC… argument
26 #define IS_ARM_TRUSTZONE_TRUSTED_OS_SMC(Rx) IS_ARM_TRUSTZONE_SUPPORTED_SMC(Rx,TRUSTED_O… argument
27 #define IS_ARM_TRUSTZONE_ARM_FAST_SMC(Rx) IS_ARM_TRUSTZONE_SUPPORTED_SMC(Rx,ARM_FAST) argument
28 #define IS_ARM_TRUSTZONE_SIP_FAST_SMC(Rx) IS_ARM_TRUSTZONE_SUPPORTED_SMC(Rx,SIP_FAST) argument
29 #define IS_ARM_TRUSTZONE_ODM_FAST_SMC(Rx) IS_ARM_TRUSTZONE_SUPPORTED_SMC(Rx,ODM_FAST) argument
30 #define IS_ARM_TRUSTZONE_OEM_FAST_SMC(Rx) IS_ARM_TRUSTZONE_SUPPORTED_SMC(Rx,OEM_FAST) argument
31 #define IS_ARM_TRUSTZONE_TRUSTED_USER_FAST_SMC(Rx) IS_ARM_TRUSTZONE_SUPPORTED_SMC(Rx,TRUSTED_U… argument
32 #define IS_ARM_TRUSTZONE_TRUSTED_OS_FAST_SMC(Rx) IS_ARM_TRUSTZONE_SUPPORTED_SMC(Rx,TRUSTED_O… argument
34 #define IS_ARM_TRUSTZONE_SUPPORTED_SMC_ID_PRESENCE(Rx,Region) ((Rx) == ARM_TRUSTZONE_##Region##_SMC… argument
[all …]
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DTechNotes.txt71 VirtioNetInitRing {Rx, Tx} | | VirtioNetShutdownRx [SnpSharedHelpers.c]
73 VirtioNetInitTx | | VirtioRingUninit {Tx, Rx}
117 - VirtioNetReceive [SnpReceive.c]: poll the virtio NIC for an Rx packet that
161 type event called WaitForPacket: it allows them to check or wait for Rx
169 EfiSimpleNetworkInitialized, access the Rx queue and see if any packets are
199 Virtio internals -- Rx
202 Requests (Rx and Tx alike) are always submitted by the guest and processed by
203 the host. For Tx, processing means transmission. For Rx, processing means
284 identify the length of Rx packets.
290 - Because the host can process (answer) Rx requests in any order theoretically,
/device/linaro/hikey/hikey/
DREADME56 J2 (LS Expansion): 1 - Gnd, 11 - Rx, 13 - Tx
/device/google/marlin/
DWCNSS_qcom_cfg.ini28 # VHT Tx/Rx MCS values
34 # VHT Tx/Rx MCS values for 2x2
/device/lge/bullhead/wifi/
DWCNSS_qcom_cfg.ini367 # VHT Tx/Rx MCS values
373 # VHT Tx/Rx MCS values for 2x2
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_long.py856 Rx = Rat(x)
859 Rcmp = cmp(Rx, Ry)