/drivers/i2c/busses/ |
D | i2c-rcar.c | 187 u32 scgd, cdf, round, ick, sum, scl, cdf_width; in rcar_i2c_clock_calculate() local 242 round = (ick + 500000) / 1000000 * sum; in rcar_i2c_clock_calculate() 243 round = (round + 500) / 1000; in rcar_i2c_clock_calculate() 258 scl = ick / (20 + (scgd * 8) + round); in rcar_i2c_clock_calculate() 267 scl, t->bus_freq_hz, clk_get_rate(priv->clk), round, cdf, scgd); in rcar_i2c_clock_calculate()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 765 static void next_key(u8 *key, int round); 795 static void next_key(u8 *key, int round) in next_key() argument 808 rcon = rcon_table[round]; in next_key() 903 int round; in aes128k128d() local 910 for (round = 0; round < 11; round++) { in aes128k128d() 911 if (round == 0) { in aes128k128d() 913 next_key(round_key, round); in aes128k128d() 914 } else if (round == 10) { in aes128k128d() 926 next_key(round_key, round); in aes128k128d()
|
/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 781 static void next_key(u8 *key, sint round) in next_key() argument 794 rcon = rcon_table[round]; in next_key() 881 sint round; in aes128k128d() local 889 for (round = 0; round < 11; round++) { in aes128k128d() 890 if (round == 0) { in aes128k128d() 892 next_key(round_key, round); in aes128k128d() 893 } else if (round == 10) { in aes128k128d() 905 next_key(round_key, round); in aes128k128d()
|
/drivers/clk/sunxi-ng/ |
D | ccu_mux.c | 57 unsigned long (*round)(struct ccu_mux_internal *, in ccu_mux_helper_determine_rate() 79 tmp_rate = round(cm, clk_hw_get_rate(parent), req->rate, data); in ccu_mux_helper_determine_rate()
|
D | ccu_mux.h | 88 unsigned long (*round)(struct ccu_mux_internal *,
|
/drivers/staging/media/pulse8-cec/ |
D | TODO | 1 This driver needs to mature a bit more and another round of
|
/drivers/gpu/drm/sti/ |
D | NOTES | 13 - The TV OUT pre-formats (convert, clip, round) the compositor output data
|
D | sti_tvout.c | 454 char *const round[] = {"8-bit", "10-bit", "12-bit"}; in tvout_dbg_vip() local 481 "Round:", round[tmp]); in tvout_dbg_vip()
|
/drivers/net/team/ |
D | Kconfig | 33 round-robin fashion using packet counter.
|
/drivers/md/ |
D | Makefile | 45 obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
|
/drivers/media/dvb-frontends/ |
D | stv0900_core.c | 566 u32 freq, round; in stv0900_get_freq_auto() local 578 round = (stv0900_get_bits(intp, TUN_RFRESTE1) >> 2) + in stv0900_get_freq_auto() 581 round = (round * 1000) / 2048; in stv0900_get_freq_auto() 583 return freq + round; in stv0900_get_freq_auto()
|
/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 719 const u32 round = 10; in eq_delay_to_mult() local 729 multiplier = (MAX_INTR_RATE - interrupt_rate) * round; in eq_delay_to_mult() 731 multiplier = (multiplier + round / 2) / round; in eq_delay_to_mult()
|
/drivers/usb/serial/ |
D | mos7720.c | 1427 __u16 round; in calc_baud_rate_divisor() local 1447 round = (__u16)(round1 - (custom * 10)); in calc_baud_rate_divisor() 1448 if (round > 4) in calc_baud_rate_divisor()
|
/drivers/usb/dwc2/ |
D | gadget.c | 603 int round = maxreq % hs_ep->ep.maxpacket; in dwc2_hsotg_start_req() local 606 __func__, length, maxreq, round); in dwc2_hsotg_start_req() 609 if (round) in dwc2_hsotg_start_req() 610 maxreq -= round; in dwc2_hsotg_start_req()
|
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 225 // round up base/size to 256 byte boundary (for strand SWBASE)
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 365 * our batching and round-robin selection scheme
|