Searched refs:round (Results 1 - 17 of 17) sorted by relevance

/drivers/staging/vt6655/
H A Daes_ccmp.c135 void AddRoundKey(unsigned char *key, int round) argument
145 key[0] = key[0] ^ rcon_table[round];
196 int round; local
204 for (round = 0; round < 11; round++)
206 if (round == 0)
209 AddRoundKey(abyRoundKey, round);
211 else if (round == 10)
217 else // round
[all...]
/drivers/staging/comedi/drivers/
H A Damplc_pci224.c963 unsigned int div1, div2, round; local
971 round = TIMEBASE_10MHZ / 2;
974 round = 0;
977 round = TIMEBASE_10MHZ - 1;
982 div2 += (round + cmd->scan_begin_arg % TIMEBASE_10MHZ) /
1121 unsigned int div1, div2, round; local
1129 round = TIMEBASE_10MHZ / 2;
1132 round = 0;
1135 round = TIMEBASE_10MHZ - 1;
1140 div2 += (round
[all...]
H A Dcontec_pci_dio.c100 static int contec_ns_to_timer(unsigned int *ns, int round);
188 static int contec_ns_to_timer(unsigned int *ns, int round)
H A Dskel.c202 static int skel_ns_to_timer(unsigned int *ns, int round);
515 static int skel_ns_to_timer(unsigned int *ns, int round) argument
H A Damplc_pci230.c668 unsigned int round);
669 static void pci230_ns_to_single_timer(unsigned int *ns, unsigned int round);
2587 static void pci230_ns_to_single_timer(unsigned int *ns, unsigned int round) argument
2592 clk_src = pci230_choose_clk_count(*ns, &count, round);
2599 unsigned int round)
2607 clk_src = pci230_choose_clk_count(ns, &count, round);
2597 pci230_ct_setup_ns_mode(struct comedi_device *dev, unsigned int ct, unsigned int mode, uint64_t ns, unsigned int round) argument
H A Ddmm32at.c280 static int dmm32at_ns_to_timer(unsigned int *ns, int round);
866 static int dmm32at_ns_to_timer(unsigned int *ns, int round) argument
H A Dcb_pcidda.c251 /* static int cb_pcidda_ns_to_timer(unsigned int *ns,int *round); */
603 static int cb_pcidda_ns_to_timer(unsigned int *ns, int round)
H A Dquatech_daqp_cs.c435 static int daqp_ns_to_timer(unsigned int *ns, int round) argument
/drivers/staging/vt6656/
H A Daes_ccmp.c131 void AddRoundKey(BYTE *key, int round) argument
141 key[0] = key[0] ^ rcon_table[round];
189 int round; local
197 for (round = 0; round < 11; round++) {
198 if (round == 0) {
200 AddRoundKey(abyRoundKey, round);
201 } else if (round == 10) {
205 } else { /* round
[all...]
/drivers/md/
H A DMakefile35 obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
/drivers/staging/rtl8712/
H A Drtl871x_security.c544 PPK[0] += _S_(PPK[5] ^ TK16(0)); /* Mix key in each "round" */
778 static void next_key(u8 *key, sint round) argument
791 rcon = rcon_table[round];
877 sint round; local
885 for (round = 0; round < 11; round++) {
886 if (round == 0) {
888 next_key(round_key, round);
889 } else if (round
[all...]
/drivers/scsi/be2iscsi/
H A Dbe_cmds.c481 const u32 round = 10; local
491 multiplier = (MAX_INTR_RATE - interrupt_rate) * round;
493 multiplier = (multiplier + round / 2) / round;
/drivers/media/dvb/frontends/
H A Dstv0900_core.c572 u32 freq, round; local
584 round = (stv0900_get_bits(intp, TUN_RFRESTE1) >> 2) +
587 round = (round * 1000) / 2048;
589 return freq + round;
/drivers/usb/serial/
H A Dmos7720.c1492 __u16 round; local
1510 /* Check for round off */
1512 round = (__u16)(round1 - (custom * 10));
1513 if (round > 4)
H A Dmos7840.c1796 /* Check for round off */
1798 round = (__u16) (round1 - (custom * 10));
1799 if (round > 4)
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c476 const u32 round = 10; local
487 multiplier = (MAX_INTR_RATE - interrupt_rate) * round;
490 multiplier = (multiplier + round/2) / round;
/drivers/usb/gadget/
H A Ds3c-hsotg.c563 * packets into the FIFO, so round the write down to an
702 int round = maxreq % hs_ep->ep.maxpacket; local
705 __func__, length, maxreq, round);
707 /* round down to multiple of packets */
708 if (round)
709 maxreq -= round;

Completed in 345 milliseconds