Home
last modified time | relevance | path

Searched refs:round (Results 1 – 12 of 12) sorted by relevance

/linux-4.19.296/crypto/
Daes_ti.c273 int round; in aesti_encrypt() local
291 for (round = 0;; round += 2, rkp += 8) { in aesti_encrypt()
297 if (round == rounds - 2) in aesti_encrypt()
321 int round; in aesti_decrypt() local
339 for (round = 0;; round += 2, rkp += 8) { in aesti_decrypt()
345 if (round == rounds - 2) in aesti_decrypt()
Dsha3_generic.c157 int round; in keccakf() local
159 for (round = 0; round < KECCAK_ROUNDS; round++) { in keccakf()
162 st[0] ^= keccakf_rndc[round]; in keccakf()
DKconfig1477 It is a 16 round block cipher with the key size of 128 bit.
1620 16 round block cipher supporting key sizes of 128, 192, and 256
1642 16 round block cipher supporting key sizes of 128, 192, and 256
1658 16 round block cipher supporting key sizes of 128, 192, and 256
1676 16 round block cipher supporting key sizes of 128, 192, and 256
1699 16 round block cipher supporting key sizes of 128, 192, and 256
/linux-4.19.296/drivers/clk/sunxi-ng/
Dccu_mux.c82 unsigned long (*round)(struct ccu_mux_internal *, in ccu_mux_helper_determine_rate()
101 best_rate = round(cm, best_parent, &adj_parent_rate, in ccu_mux_helper_determine_rate()
126 tmp_rate = round(cm, parent, &parent_rate, req->rate, data); in ccu_mux_helper_determine_rate()
Dccu_mux.h92 unsigned long (*round)(struct ccu_mux_internal *,
/linux-4.19.296/drivers/i2c/busses/
Di2c-rcar.c236 u32 scgd, cdf, round, ick, sum, scl, cdf_width; in rcar_i2c_clock_calculate() local
291 round = (ick + 500000) / 1000000 * sum; in rcar_i2c_clock_calculate()
292 round = (round + 500) / 1000; in rcar_i2c_clock_calculate()
307 scl = ick / (20 + (scgd * 8) + round); in rcar_i2c_clock_calculate()
316 scl, t->bus_freq_hz, clk_get_rate(priv->clk), round, cdf, scgd); in rcar_i2c_clock_calculate()
/linux-4.19.296/drivers/media/dvb-frontends/
Dstv0900_core.c562 u32 freq, round; in stv0900_get_freq_auto() local
574 round = (stv0900_get_bits(intp, TUN_RFRESTE1) >> 2) + in stv0900_get_freq_auto()
577 round = (round * 1000) / 2048; in stv0900_get_freq_auto()
579 return freq + round; in stv0900_get_freq_auto()
/linux-4.19.296/fs/f2fs/
Dgc.c1152 unsigned int skipped_round = 0, round = 0; in f2fs_gc() local
1211 round++; in f2fs_gc()
1222 skipped_round * 2 < round) { in f2fs_gc()
/linux-4.19.296/fs/affs/
DChanges304 should remedy the round-off error introduced by
/linux-4.19.296/block/
Dcfq-iosched.c1007 unsigned round = cfq_hist_divisor / 2; in cfq_group_get_avg_queues() local
1012 cfqg->busy_queues_avg[rt] = (mult * max_q + min_q + round) / in cfq_group_get_avg_queues()
/linux-4.19.296/drivers/iio/adc/
DKconfig605 reading data out of attached compatible ADCs in a round-robin
/linux-4.19.296/lib/
DKconfig.debug1385 bool "Force round-robin CPU selection for unbound work items"
1394 round-robin CPU selection to flush out usages which depend on the