Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-rcar.c187 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/
Drtw_security.c765 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/
Drtl871x_security.c781 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/
Dccu_mux.c57 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()
Dccu_mux.h88 unsigned long (*round)(struct ccu_mux_internal *,
/drivers/staging/media/pulse8-cec/
DTODO1 This driver needs to mature a bit more and another round of
/drivers/gpu/drm/sti/
DNOTES13 - The TV OUT pre-formats (convert, clip, round) the compositor output data
Dsti_tvout.c454 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/
DKconfig33 round-robin fashion using packet counter.
/drivers/md/
DMakefile45 obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
/drivers/media/dvb-frontends/
Dstv0900_core.c566 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/
Dbe_cmds.c719 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/
Dmos7720.c1427 __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/
Dgadget.c603 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/
Dgpc.fuc225 // round up base/size to 256 byte boundary (for strand SWBASE)
/drivers/scsi/aic7xxx/
Daic79xx.seq365 * our batching and round-robin selection scheme