Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Ddes3_ede-asm_64.S123 #define round1(n, from, to, load_next_key) \ macro
184 round1(0, RR0, RL0, load_next_key);
185 round1(1, RL0, RR0, load_next_key);
186 round1(2, RR0, RL0, load_next_key);
187 round1(3, RL0, RR0, load_next_key);
188 round1(4, RR0, RL0, load_next_key);
189 round1(5, RL0, RR0, load_next_key);
190 round1(6, RR0, RL0, load_next_key);
191 round1(7, RL0, RR0, load_next_key);
192 round1(8, RR0, RL0, load_next_key);
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dmos7720.c1443 __u16 round1; in calc_baud_rate_divisor() local
1463 round1 = (__u16)(2304000L / baudrate); in calc_baud_rate_divisor()
1464 round = (__u16)(round1 - (custom * 10)); in calc_baud_rate_divisor()