Searched refs:RX (Results 1 - 25 of 43) sorted by relevance

12

/linux-master/arch/arc/lib/
H A Dmemcpy-archs-unaligned.S12 # define LOADX(DST,RX) ldd.ab DST, [RX, 8]
13 # define STOREX(SRC,RX) std.ab SRC, [RX, 8]
17 # define LOADX(DST,RX) ld.ab DST, [RX, 4]
18 # define STOREX(SRC,RX) st.ab SRC, [RX, 4]
H A Dmemcpy-archs.S9 # define SHIFT_1(RX,RY,IMM) asl RX, RY, IMM ; <<
10 # define SHIFT_2(RX,RY,IMM) lsr RX, RY, IMM ; >>
11 # define MERGE_1(RX,RY,IMM) asl RX, RY, IMM
12 # define MERGE_2(RX,RY,IMM)
13 # define EXTRACT_1(RX,RY,IMM) and RX, RY, 0xFFFF
14 # define EXTRACT_2(RX,R
[all...]
/linux-master/arch/x86/crypto/
H A Dcast5-avx-x86_64-asm_64.S46 #define RX %xmm8 define
130 F_head(b1, RX, RGI1, RGI2, op0); \
131 F_head(b2, RX, RGI3, RGI4, op0); \
133 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
136 vpxor a1, RX, a1; \
247 inpack_blocks(RL1, RR1, RTMP, RX, RKM);
248 inpack_blocks(RL2, RR2, RTMP, RX, RKM);
249 inpack_blocks(RL3, RR3, RTMP, RX, RKM);
250 inpack_blocks(RL4, RR4, RTMP, RX, RKM);
280 outunpack_blocks(RR1, RL1, RTMP, RX, RK
[all...]
H A Dcast6-avx-x86_64-asm_64.S47 #define RX %xmm8 define
130 F_head(b1, RX, RGI1, RGI2, op0); \
131 F_head(b2, RX, RGI3, RGI4, op0); \
133 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
136 vpxor a1, RX, a1; \
269 inpack_blocks(RA1, RB1, RC1, RD1, RTMP, RX, RKRF, RKM);
270 inpack_blocks(RA2, RB2, RC2, RD2, RTMP, RX, RKRF, RKM);
293 outunpack_blocks(RA1, RB1, RC1, RD1, RTMP, RX, RKRF, RKM);
294 outunpack_blocks(RA2, RB2, RC2, RD2, RTMP, RX, RKRF, RKM);
317 inpack_blocks(RA1, RB1, RC1, RD1, RTMP, RX, RKR
[all...]
H A Dtwofish-x86_64-asm_64-3way.S144 g1g2_3(ab, cd, s0, s1, s2, s3, s0, s1, s2, s3, RX, RY); \
151 g1g2_3(ba, dc, s1, s2, s3, s0, s3, s0, s1, s2, RY, RX); \
/linux-master/sound/soc/fsl/
H A Dimx-audio-rpmsg.c48 spin_lock_irqsave(&info->lock[RX], flags);
53 spin_unlock_irqrestore(&info->lock[RX], flags);
54 info->callback[RX](info->callback_param[RX]);
H A Dfsl_ssi.c55 /* Define RX and TX to index ssi->regvals array; Can be 0 or 1 only */
56 #define RX 0 macro
212 * @streams: Mask of current active streams: BIT(TX) and BIT(RX)
215 * @synchronous: Use synchronous mode - both of TX and RX use STCK and SFCK
223 * @regvals: Specific RX/TX register settings
244 * @fifo_watermark or more empty words in RX fifo.
407 int dir = tx ? TX : RX;
427 srcr = vals[RX].srcr | vals[TX].srcr;
428 stcr = vals[RX].stcr | vals[TX].stcr;
429 sier = vals[RX]
[all...]
H A Dimx-pcm-rpmsg.h111 * | 0x03 | 0x0100 | 0x00 | 0x0A | Data[0]: Audio Device Index | Open a RX Instance. |
113 * | 0x03 | 0x0100 | 0x00 | 0x0B | Data[0]: Audio Device Index | Start a RX Instance. |
115 * | 0x03 | 0x0100 | 0x00 | 0x0C | Data[0]: Audio Device Index | Pause a RX Instance. |
117 * | 0x03 | 0x0100 | 0x00 | 0x0D | Data[0]: Audio Device Index | Resume a RX Instance. |
119 * | 0x03 | 0x0100 | 0x00 | 0x0E | Data[0]: Audio Device Index | Stop a RX Instance. |
121 * | 0x03 | 0x0100 | 0x00 | 0x0F | Data[0]: Audio Device Index | Close a RX Instance. |
124 * | | | | | Data[1]: format | a RX Instance. |
129 * | 0x03 | 0x0100 | 0x00 | 0x11 | Data[0]: Audio Device Index | Set RX Buffer. |
136 * | 0x03 | 0x0100 | 0x00 | 0x12 | Data[0]: Audio Device Index | Suspend a RX Instance.|
138 * | 0x03 | 0x0100 | 0x00 | 0x13 | Data[0]: Audio Device Index | Resume a RX Instanc
355 #define RX macro
[all...]
H A Dimx-pcm-rpmsg.c649 spin_lock_irqsave(&info->lock[RX], flags);
650 if (info->notify_updated[RX]) {
651 memcpy(&msg, &info->notify[RX], sizeof(struct rpmsg_s_msg));
652 info->notify_updated[RX] = false;
653 spin_unlock_irqrestore(&info->lock[RX], flags);
656 spin_unlock_irqrestore(&info->lock[RX], flags);
720 spin_lock_init(&info->lock[RX]);
H A Dfsl_sai.c55 int adir = (dir == TX) ? RX : TX;
409 int adir = tx ? RX : TX;
410 int dir = tx ? TX : RX;
529 int adir = tx ? RX : TX;
777 int adir = tx ? RX : TX;
778 int dir = tx ? TX : RX;
789 sai->synchronous[RX] ? FSL_SAI_CR2_SYNC : 0);
1406 sai->synchronous[RX] = true;
1421 sai->synchronous[RX] = false;
1425 sai->synchronous[RX]
[all...]
H A Dfsl-asoc-card.c36 #define RX 0 macro
632 priv->cpu_priv.sysclk_freq[RX] = priv->codec_priv.mclk_freq;
634 priv->cpu_priv.sysclk_dir[RX] = SND_SOC_CLOCK_OUT;
654 priv->cpu_priv.sysclk_dir[RX] = SND_SOC_CLOCK_OUT;
743 priv->cpu_priv.sysclk_dir[RX] = SND_SOC_CLOCK_IN;
768 priv->cpu_priv.sysclk_freq[RX] = clk_get_rate(esai_clk);
H A Dfsl_sai.h314 #define RX 0 macro
/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt32 driver->mac80211: RX probe response
36 driver->mac80211: RX auth frame
40 driver->mac80211: RX auth frame
44 mac80211->userspace: RX auth frame
60 driver->mac80211: RX assoc response
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_cq.c104 if (cq->type == RX) {
123 ring we assigned for the RX */
131 if (cq->type == RX)
134 if ((cq->type != RX && priv->hwtstamp_config.tx_type) ||
135 (cq->type == RX && priv->hwtstamp_config.rx_filter))
153 case RX:
180 cq->type == RX)
/linux-master/drivers/spi/
H A Dspi-loopback-test.c97 .rx_buf = RX(0),
111 .rx_buf = RX(PAGE_SIZE - 4),
135 .rx_buf = RX(0),
202 .rx_buf = RX(0),
219 .rx_buf = RX(0),
236 .rx_buf = RX(0),
250 .rx_buf = RX(0),
257 .rx_buf = RX(SPI_TEST_MAX_SIZE_HALF),
272 .rx_buf = RX(1024),
278 .rx_buf = RX(
[all...]
H A Dspi-test.h21 #define RX(off) ((void *)(RX_START + off)) macro
/linux-master/drivers/usb/chipidea/
H A Dudc.h16 #define RX 0 /* similar to USB_DIR_OUT but can be used as an index */ macro
H A Dudc.c200 if (is_ctrl && dir == RX && hw_read(ci, OP_ENDPTSETUPSTAT, BIT(num)))
207 if (is_ctrl && dir == RX && hw_read(ci, OP_ENDPTSETUPSTAT, BIT(num)))
626 if (hwep->type == USB_ENDPOINT_XFER_ISOC && hwep->dir == RX) {
819 hwep->dir = (hwep->dir == TX) ? RX : TX;
942 hwep = (ci->ep0_dir == RX) ?
1017 TX : RX;
1168 ci->ep0_dir = (type & USB_DIR_IN) ? TX : RX;
1178 dir = (num & USB_ENDPOINT_DIR_MASK) ? TX : RX;
1230 dir = (num & USB_ENDPOINT_DIR_MASK) ? TX : RX;
1380 hwep->dir = usb_endpoint_dir_in(desc) ? TX : RX;
[all...]
/linux-master/sound/soc/tegra/
H A Dtegra210_ahub.c122 DAI(SFC1 RX),
124 DAI(SFC2 RX),
126 DAI(SFC3 RX),
128 DAI(SFC4 RX),
131 DAI(MVC1 RX),
133 DAI(MVC2 RX),
174 DAI(OPE1 RX),
176 DAI(OPE2 RX),
217 DAI(SFC1 RX),
219 DAI(SFC2 RX),
[all...]
/linux-master/drivers/tty/serial/
H A Dmilbeaut_usio.c20 #define RX 0 macro
256 ret = request_irq(mlb_usio_irq[index][RX], mlb_usio_rx_irq,
263 free_irq(mlb_usio_irq[index][RX], port);
294 free_irq(mlb_usio_irq[index][RX], port);
527 mlb_usio_irq[index][RX] = ret;
532 port->irq = mlb_usio_irq[index][RX];
/linux-master/drivers/net/ethernet/moxa/
H A Dmoxart_ether.h151 #define RXINT_TIME_SEL BIT(7) /* RX cycle time period */
159 #define RXPOLL_TIME_SEL BIT(4) /* RX poll time period */
164 #define RX_THR_EN BIT(9) /* RX FIFO threshold arbitration */
197 #define RPKT_LOST BIT(4) /* RX FIFO full, receive failed */
198 #define RPKT_SAVE BIT(3) /* RX FIFO receive success */
328 #error MOXA ART Ethernet device driver RX buffer is too large!
/linux-master/arch/arm/mach-orion5x/
H A Dterastation_pro2-setup.c177 buf[i] = readl(UART1_REG(RX));
H A Dkurobox_pro-setup.c199 buf[i] = readl(UART1_REG(RX));
/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c584 /* The RX field of the SE_RR form instruction. */
585 #define RX RSO + 1
589 #define ARX RX + 1
964 /* The ARX, ARY, RX and RY operands are alternate encodings of GPRs. */
6996 {"se_not", SE_R(0,2), SE_R_MASK, PPCVLE, 0, {RX}},
6997 {"se_neg", SE_R(0,3), SE_R_MASK, PPCVLE, 0, {RX}},
6998 {"se_mflr", SE_R(0,8), SE_R_MASK, PPCVLE, 0, {RX}},
6999 {"se_mtlr", SE_R(0,9), SE_R_MASK, PPCVLE, 0, {RX}},
7000 {"se_mfctr", SE_R(0,10), SE_R_MASK, PPCVLE, 0, {RX}},
7001 {"se_mtctr", SE_R(0,11), SE_R_MASK, PPCVLE, 0, {RX}},
583 #define RX macro
[all...]
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h110 enum enetc_bdr_type {TX, RX}; enumerator in enum:enetc_bdr_type
113 /* RX BDR reg offsets */
526 #define enetc_rxbdr_rd(hw, n, off) enetc_bdr_rd(hw, RX, n, off)
530 enetc_bdr_wr(hw, RX, n, off, val)
690 ENETC_MSG_CMD_MNG_RX_MAC_FILTER,/* manage RX MAC table */
691 ENETC_MSG_CMD_MNG_RX_VLAN_FILTER /* manage RX VLAN table */

Completed in 375 milliseconds

12