/drivers/clk/meson/ |
D | clk-pll.c | 250 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/ |
D | ccu_mux.c | 82 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()
|
D | ccu_mux.h | 140 unsigned long (*round)(struct ccu_mux_internal *,
|
/drivers/md/ |
D | Makefile | 13 dm-round-robin-y += dm-ps-round-robin.o 64 obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
|
/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 760 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/ |
D | ipsec_offload.c | 398 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()
|
D | ipsec.h | 250 u64 round; member
|
/drivers/i2c/busses/ |
D | i2c-rcar.c | 253 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/ |
D | NOTES | 13 - The TV OUT pre-formats (convert, clip, round) the compositor output data
|
D | sti_tvout.c | 458 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/ |
D | Kconfig | 34 round-robin fashion using packet counter.
|
/drivers/media/dvb-frontends/ |
D | stv0900_core.c | 552 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/ |
D | be_cmds.c | 711 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/ |
D | mos7720.c | 1274 __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/ |
D | gpc.fuc | 225 // round up base/size to 256 byte boundary (for strand SWBASE)
|
/drivers/usb/dwc2/ |
D | gadget.c | 1104 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/ |
D | chcr_algo.c | 1064 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/ |
D | Kconfig | 970 reading data out of attached compatible ADCs in a round-robin
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 365 * our batching and round-robin selection scheme
|