Home
last modified time | relevance | path

Searched defs:RX (Results 1 – 15 of 15) sorted by relevance

/linux/arch/arc/lib/
H A Dmemcpy-archs.S9 # define SHIFT_1(RX,RY,IMM) asl RX, RY, IMM ; << argument
10 # define SHIFT_2(RX,RY,IMM) lsr RX, RY, IMM ; >> argument
11 # define MERGE_1(RX,RY,IMM) asl RX, RY, IMM argument
12 # define MERGE_2(RX,RY,IMM) argument
13 # define EXTRACT_1(RX,RY,IMM) and RX, RY, 0xFFFF argument
14 # define EXTRACT_2(RX,RY,IMM) lsr RX, RY, IMM argument
16 # define SHIFT_1(RX,RY,IMM) lsr RX, RY, IMM ; >> argument
17 # define SHIFT_2(RX,RY,IMM) asl RX, RY, IMM ; << argument
18 # define MERGE_1(RX,RY,IMM) asl RX, RY, IMM ; << argument
19 # define MERGE_2(RX,RY,IMM) asl RX, RY, IMM ; << argument
[all …]
H A Dmemcpy-archs-unaligned.S12 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument
13 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument
17 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
18 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
/linux/Documentation/networking/device_drivers/can/ctu/
H A Dctucanfd-driver.rst379 .. _subsec:ctucanfd:rxtimestamp:
381 Timestamping RX frames
/linux/drivers/spi/
H A Dspi-test.h21 #define RX(off) ((void *)(RX_START + off)) macro
/linux/tools/testing/selftests/drivers/net/
H A Dxdp.py40 RX = 0 # Count of valid packets received for testing global() variable in XDPStats
[all...]
/linux/arch/x86/crypto/
H A Dcast6-avx-x86_64-asm_64.S47 #define RX %xmm8 macro
/linux/drivers/tty/serial/
H A Dmilbeaut_usio.c20 #define RX 0 macro
/linux/sound/soc/fsl/
H A Dimx-pcm-rpmsg.h355 #define RX SNDRV_PCM_STREAM_CAPTURE macro
H A Dfsl-asoc-card.c37 #define RX 0 macro
H A Dfsl_ssi.c56 #define RX 0 macro
[all...]
H A Dfsl_sai.h318 #define RX global() macro
/linux/samples/bpf/
H A Dxdp_sample_user.c59 #define RX(rx) rx, "rx/s" macro
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c171 enum port_type {RX, TX}; enumerator
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h114 enum enetc_bdr_type {TX, RX}; enumerator
/linux/arch/powerpc/xmon/
H A Dppc-opc.c583 #define RX RSO + 1 macro