/drivers/clk/meson/ |
D | clk-pll.c | 251 unsigned long round; in meson_clk_pll_determine_rate() local 259 round = __pll_params_to_rate(req->best_parent_rate, m, n, 0, pll); in meson_clk_pll_determine_rate() 261 if (!MESON_PARM_APPLICABLE(&pll->frac) || req->rate == round) { in meson_clk_pll_determine_rate() 262 req->rate = round; in meson_clk_pll_determine_rate()
|
/drivers/clk/sunxi-ng/ |
D | ccu_mux.c | 79 unsigned long (*round)(struct ccu_mux_internal *, in ccu_mux_helper_determine_rate() 98 best_rate = round(cm, best_parent, &adj_parent_rate, in ccu_mux_helper_determine_rate() 123 tmp_rate = round(cm, parent, &parent_rate, req->rate, data); in ccu_mux_helper_determine_rate()
|
D | ccu_mux.h | 92 unsigned long (*round)(struct ccu_mux_internal *,
|
/drivers/staging/r8188eu/core/ |
D | rtw_security.c | 709 static void next_key(u8 *key, int round); 743 static void next_key(u8 *key, int round) in next_key() argument 757 rcon = rcon_table[round]; in next_key() 859 int round; in aes128k128d() local 867 for (round = 0; round < 11; round++) { in aes128k128d() 868 if (round == 0) { in aes128k128d() 870 next_key(round_key, round); in aes128k128d() 871 } else if (round == 10) { in aes128k128d() 883 next_key(round_key, round); in aes128k128d()
|
/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 | 761 static void next_key(u8 *key, sint round) in next_key() argument 774 rcon = rcon_table[round]; in next_key() 861 sint round; in aes128k128d() local 869 for (round = 0; round < 11; round++) { in aes128k128d() 870 if (round == 0) { in aes128k128d() 872 next_key(round_key, round); in aes128k128d() 873 } else if (round == 10) { in aes128k128d() 885 next_key(round_key, round); in aes128k128d()
|
/drivers/i2c/busses/ |
D | i2c-rcar.c | 242 u32 scgd, cdf, round, ick, sum, scl, cdf_width; in rcar_i2c_clock_calculate() local 300 round = (ick + 500000) / 1000000 * sum; in rcar_i2c_clock_calculate() 301 round = (round + 500) / 1000; in rcar_i2c_clock_calculate() 316 scl = ick / (20 + (scgd * 8) + round); in rcar_i2c_clock_calculate() 325 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 | 1273 __u16 round; in calc_baud_rate_divisor() local 1293 round = (__u16)(round1 - (custom * 10)); in calc_baud_rate_divisor() 1294 if (round > 4) in calc_baud_rate_divisor()
|
/drivers/staging/media/atomisp/ |
D | TODO | 105 At some point we may need to round up a few driver versions and see if
|
/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 | 1105 int round = maxreq % hs_ep->ep.maxpacket; in dwc2_hsotg_start_req() local 1108 __func__, length, maxreq, round); in dwc2_hsotg_start_req() 1111 if (round) in dwc2_hsotg_start_req() 1112 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 | 860 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
|