Home
last modified time | relevance | path

Searched refs:round1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/crypto/
H A Ddes3_ede-asm_64.S123 #define round1(n, from, to, load_next_key) \ macro
192 round1(0, RR0, RL0, load_next_key);
193 round1(1, RL0, RR0, load_next_key);
194 round1(2, RR0, RL0, load_next_key);
195 round1(3, RL0, RR0, load_next_key);
196 round1(4, RR0, RL0, load_next_key);
197 round1(5, RL0, RR0, load_next_key);
198 round1(6, RR0, RL0, load_next_key);
199 round1(7, RL0, RR0, load_next_key);
200 round1(8, RR0, RL0, load_next_key);
[all …]
/openbmc/linux/drivers/usb/serial/
H A Dmos7720.c1273 __u16 round1; in calc_baud_rate_divisor() local
1293 round1 = (__u16)(2304000L / baudrate); in calc_baud_rate_divisor()
1294 round = (__u16)(round1 - (custom * 10)); in calc_baud_rate_divisor()