Searched refs:ROR (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/arch/arm/crypto/
H A Dsha1-armv4-large.S80 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
86 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
105 add r6,r6,r7,ror#27 @ E+=ROR(A,27)
111 add r6,r6,r7,ror#27 @ E+=ROR(A,27)
130 add r5,r5,r6,ror#27 @ E+=ROR(A,27)
136 add r5,r5,r6,ror#27 @ E+=ROR(A,27)
155 add r4,r4,r5,ror#27 @ E+=ROR(A,27)
161 add r4,r4,r5,ror#27 @ E+=ROR(A,27)
180 add r3,r3,r4,ror#27 @ E+=ROR(A,27)
186 add r3,r3,r4,ror#27 @ E+=ROR(A,27)
208 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
214 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
233 add r6,r6,r7,ror#27 @ E+=ROR(A,27)
250 add r5,r5,r6,ror#27 @ E+=ROR(A,27)
267 add r4,r4,r5,ror#27 @ E+=ROR(A,27)
284 add r3,r3,r4,ror#27 @ E+=ROR(A,27)
305 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
321 add r6,r6,r7,ror#27 @ E+=ROR(A,27)
337 add r5,r5,r6,ror#27 @ E+=ROR(A,27)
353 add r4,r4,r5,ror#27 @ E+=ROR(A,27)
369 add r3,r3,r4,ror#27 @ E+=ROR(A,27)
394 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
411 add r6,r6,r7,ror#27 @ E+=ROR(A,27)
428 add r5,r5,r6,ror#27 @ E+=ROR(A,27)
445 add r4,r4,r5,ror#27 @ E+=ROR(A,27)
462 add r3,r3,r4,ror#27 @ E+=ROR(A,27)
/linux-4.4.14/drivers/spi/
H A Dspi-pxa2xx-dma.c108 * It is possible that one CPU is handling ROR interrupt and other pxa2xx_spi_dma_transfer_complete()
115 * If the other CPU is still handling the ROR interrupt we pxa2xx_spi_dma_transfer_complete()
117 * ROR bit here before we clear the status register. pxa2xx_spi_dma_transfer_complete()
H A Dspi-ep93xx.c755 * If we got ROR (receive overrun) interrupt we know that something is ep93xx_spi_interrupt()
H A Dspi-pl022.c1259 * If a receive overrun (ROR) interrupt is there then we disable SSP, flag the
/linux-4.4.14/drivers/input/mouse/
H A Dnavpoint.c48 | SSCR0_RIM /* RIM = 1; No ROR interrupts */
68 | SSSR_ROR /* ROR = 1; Clear ROR */
/linux-4.4.14/crypto/
H A Ddes_generic.c26 #define ROR(x, r) ((x) = ror32((x), (r))) macro
537 ROR(R, 14); \
549 ROR(R, 7); \
558 ROR(L, 1); \
570 ROR(R, 6); \
582 ROR(R, 12); \
588 ROR(R, 4);
593 B &= 0x3f3f3f3f; ROR(A, 4); \
/linux-4.4.14/sound/soc/dwc/
H A Ddesignware_i2s.c45 #define ROR(x) (0x40 * x + 0x040) macro
137 i2s_read_reg(dev->i2s_base, ROR(i)); i2s_clear_irqs()
/linux-4.4.14/arch/arm/mm/
H A Dabort-lv4t.S149 mov r6, r6, ror r9 @ C: ROR #!0
/linux-4.4.14/arch/arm/probes/
H A Ddecode-thumb.c475 /* ROR 1111 1010 011x xxxx 1111 xxxx 0000 xxxx */
738 /* ROR (register) 0100 0001 11xx xxxx */
/linux-4.4.14/drivers/media/i2c/
H A Dadv7604.c1829 * BRG (ROR) | BRG RBG GRB GBR RGB BGR
1844 _BUS(BRG) /* ROR */ = _SEL(BRG, RBG, GRB, GBR, RGB, BGR), adv76xx_op_ch_sel()
H A Dadv7842.c2029 * BRG (ROR) | BRG RBG GRB GBR RGB BGR
2044 _BUS(BRG) /* ROR */ = _SEL(BRG, RBG, GRB, GBR, RGB, BGR), adv7842_op_ch_sel()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c2497 XGMAC_IOWRITE_BITS(pdata, MMC_CR, ROR, 1); xgbe_config_mmc()

Completed in 433 milliseconds