Searched refs:rev_l (Results 1 – 8 of 8) sorted by relevance
/linux/arch/arm/crypto/ |
H A D | aes-cipher-core.S | 114 rev_l r4, t0 115 rev_l r5, t0 116 rev_l r6, t0 117 rev_l r7, t0 175 rev_l r4, t0 176 rev_l r5, t0 177 rev_l r6, t0 178 rev_l r7, t0
|
H A D | chacha-scalar-core.S | 46 rev_l \a, \tmp 47 rev_l \b, \tmp 48 rev_l \c, \tmp 49 rev_l \d, \tmp
|
H A D | blake2s-core.S | 44 rev_l \a, \tmp
|
/linux/arch/arm/lib/ |
H A D | findbit.S | 64 rev_l r3, ip 66 @ we need to recompute ip because rev_l will have overwritten 106 rev_l r3, ip
|
/linux/drivers/tty/serial/ |
H A D | ucc_uart.c | 1103 static unsigned int soc_info(unsigned int *rev_h, unsigned int *rev_l) in soc_info() argument 1129 *rev_l = svr & 0xf; in soc_info() 1191 unsigned int rev_l; in soft_uart_init() local 1193 soc = soc_info(&rev_h, &rev_l); in soft_uart_init() 1199 soc, rev_h, rev_l); in soft_uart_init()
|
/linux/drivers/media/i2c/et8ek8/ |
H A D | et8ek8_driver.c | 1176 int rval, rev_l, rev_h; in et8ek8_dev_init() local 1185 REG_REVISION_NUMBER_L, &rev_l); in et8ek8_dev_init() 1194 sensor->version = (rev_h << 8) + rev_l; in et8ek8_dev_init()
|
/linux/arch/arm/include/asm/ |
H A D | assembler.h | 763 .macro rev_l, val:req, tmp:req
|
/linux/arch/arm/boot/compressed/ |
H A D | head.S | 173 rev_l \val, \tmp
|