Home
last modified time | relevance | path

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

/drivers/clk/meson/
Dclk-pll.c250 unsigned long round; in meson_clk_pll_determine_rate() local
258 round = __pll_params_to_rate(req->best_parent_rate, m, n, 0, pll); in meson_clk_pll_determine_rate()
260 if (!MESON_PARM_APPLICABLE(&pll->frac) || req->rate == round) { in meson_clk_pll_determine_rate()
261 req->rate = round; in meson_clk_pll_determine_rate()
/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.h140 unsigned long (*round)(struct ccu_mux_internal *,
/drivers/md/
DMakefile13 dm-round-robin-y += dm-ps-round-robin.o
64 obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
/drivers/staging/rtl8712/
Drtl871x_security.c760 static void next_key(u8 *key, sint round) in next_key() argument
773 rcon = rcon_table[round]; in next_key()
860 sint round; in aes128k128d() local
868 for (round = 0; round < 11; round++) { in aes128k128d()
869 if (round == 0) { in aes128k128d()
871 next_key(round_key, round); in aes128k128d()
872 } else if (round == 10) { in aes128k128d()
884 next_key(round_key, round); in aes128k128d()
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_offload.c398 sa_entry->limits.round == attrs->lft.numb_rounds_soft) { in mlx5e_ipsec_handle_limits()
403 if (sa_entry->limits.round == attrs->lft.numb_rounds_hard) in mlx5e_ipsec_handle_limits()
428 if (sa_entry->limits.round == attrs->lft.numb_rounds_hard) { in mlx5e_ipsec_handle_limits()
435 sa_entry->limits.round++; in mlx5e_ipsec_handle_limits()
436 if (sa_entry->limits.round == attrs->lft.numb_rounds_soft) in mlx5e_ipsec_handle_limits()
Dipsec.h250 u64 round; member
/drivers/i2c/busses/
Di2c-rcar.c253 u32 scgd, cdf, round, ick, sum, scl, cdf_width; in rcar_i2c_clock_calculate() local
311 round = (ick + 500000) / 1000000 * sum; in rcar_i2c_clock_calculate()
312 round = (round + 500) / 1000; in rcar_i2c_clock_calculate()
327 scl = ick / (20 + (scgd * 8) + round); in rcar_i2c_clock_calculate()
336 scl, t.bus_freq_hz, rate, round, cdf, scgd); in rcar_i2c_clock_calculate()
/drivers/gpu/drm/sti/
DNOTES13 - The TV OUT pre-formats (convert, clip, round) the compositor output data
Dsti_tvout.c458 char *const round[] = {"8-bit", "10-bit", "12-bit"}; in tvout_dbg_vip() local
485 "Round:", round[tmp]); in tvout_dbg_vip()
/drivers/net/team/
DKconfig34 round-robin fashion using packet counter.
/drivers/media/dvb-frontends/
Dstv0900_core.c552 u32 freq, round; in stv0900_get_freq_auto() local
564 round = (stv0900_get_bits(intp, TUN_RFRESTE1) >> 2) + in stv0900_get_freq_auto()
567 round = (round * 1000) / 2048; in stv0900_get_freq_auto()
569 return freq + round; in stv0900_get_freq_auto()
/drivers/scsi/be2iscsi/
Dbe_cmds.c711 const u32 round = 10; in eq_delay_to_mult() local
721 multiplier = (MAX_INTR_RATE - interrupt_rate) * round; in eq_delay_to_mult()
723 multiplier = (multiplier + round / 2) / round; in eq_delay_to_mult()
/drivers/usb/serial/
Dmos7720.c1274 __u16 round; in calc_baud_rate_divisor() local
1294 round = (__u16)(round1 - (custom * 10)); in calc_baud_rate_divisor()
1295 if (round > 4) in calc_baud_rate_divisor()
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpc.fuc225 // round up base/size to 256 byte boundary (for strand SWBASE)
/drivers/usb/dwc2/
Dgadget.c1104 int round = maxreq % hs_ep->ep.maxpacket; in dwc2_hsotg_start_req() local
1107 __func__, length, maxreq, round); in dwc2_hsotg_start_req()
1110 if (round) in dwc2_hsotg_start_req()
1111 maxreq -= round; in dwc2_hsotg_start_req()
/drivers/crypto/chelsio/
Dchcr_algo.c1064 int round = reqctx->last_req_len / AES_BLOCK_SIZE; in chcr_update_tweak() local
1065 int round8 = round / 8; in chcr_update_tweak()
1085 for (i = 0; i < (round % 8); i++) in chcr_update_tweak()
/drivers/iio/adc/
DKconfig970 reading data out of attached compatible ADCs in a round-robin
/drivers/scsi/aic7xxx/
Daic79xx.seq365 * our batching and round-robin selection scheme