Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arc/lib/
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
20 # define EXTRACT_1(RX,RY,IMM) lsr RX, RY, IMM argument
25 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument
26 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument
30 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
[all …]
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-6.3-rc2/Documentation/networking/
A Dtls-offload.rst51 RX section in Kernel TLS operation
120 RX section in Device configuration
170 RX section in Normal operation
261 RX section in Resync handling
304 Stream scan resynchronization
337 Stack-driven resynchronization
372 RX section in Error handling
/linux-6.3-rc2/Documentation/networking/device_drivers/can/ctu/
A Dctucanfd-driver.rst380 .. _subsec:ctucanfd:rxtimestamp:
382 Timestamping RX frames
/linux-6.3-rc2/drivers/spi/
A Dspi-test.h21 #define RX(off) ((void *)(RX_START + off)) macro
/linux-6.3-rc2/drivers/usb/chipidea/
A Dudc.h16 #define RX 0 /* similar to USB_DIR_OUT but can be used as an index */ macro
/linux-6.3-rc2/arch/x86/crypto/
A Dcast5-avx-x86_64-asm_64.S46 #define RX %xmm8 macro
A Dcast6-avx-x86_64-asm_64.S47 #define RX %xmm8 macro
/linux-6.3-rc2/sound/soc/fsl/
A Dfsl-asoc-card.c33 #define RX 0 macro
A Dimx-pcm-rpmsg.h355 #define RX SNDRV_PCM_STREAM_CAPTURE macro
A Dfsl_sai.h310 #define RX 0 macro
A Dfsl_ssi.c56 #define RX 0 macro
/linux-6.3-rc2/drivers/tty/serial/
A Dmilbeaut_usio.c20 #define RX 0 macro
/linux-6.3-rc2/samples/bpf/
A Dxdp_sample_user.c59 #define RX(rx) rx, "rx/s" macro
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa/
A Ddpaa_eth.c171 enum port_type {RX, TX}; enumerator
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Dmlx4_en.h201 RX, enumerator
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/
A Dipw2100.h309 RX enumerator
/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/
A Denetc_hw.h107 enum enetc_bdr_type {TX, RX}; enumerator
/linux-6.3-rc2/arch/powerpc/xmon/
A Dppc-opc.c583 #define RX RSO + 1 macro

Completed in 57 milliseconds