Searched refs:bits (Results 1 - 25 of 26) sorted by relevance

12

/openwrt/target/linux/malta/be64/
H A Dtarget.mk3 BOARDNAME:=Big Endian (64-bits)
8 big-endian and 64-bits mode
/openwrt/target/linux/malta/le64/
H A Dtarget.mk3 BOARDNAME:=Little Endian (64-bits)
8 little-endian and 64-bits mode
/openwrt/target/linux/ar71xx/files/drivers/spi/
H A Dspi-ap83.c133 unsigned nsecs, u32 word, u8 bits)
135 dev_dbg(&spi->dev, "TXRX0 word=%08x, bits=%u\n", word, bits);
136 return bitbang_txrx_be_cpha0(spi, nsecs, 0, 0, word, bits);
140 unsigned nsecs, u32 word, u8 bits)
142 dev_dbg(&spi->dev, "TXRX1 word=%08x, bits=%u\n", word, bits);
143 return bitbang_txrx_be_cpha1(spi, nsecs, 0, 0, word, bits);
147 unsigned nsecs, u32 word, u8 bits)
149 dev_dbg(&spi->dev, "TXRX2 word=%08x, bits
132 ap83_spi_txrx_mode0(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
139 ap83_spi_txrx_mode1(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
146 ap83_spi_txrx_mode2(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
153 ap83_spi_txrx_mode3(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
[all...]
/openwrt/package/kernel/lantiq/ltq-deu/src/
H A Difxmips_sha1_hmac.c235 u8 bits[8] = { 0, }; local
244 bits[7] = 0xff & t;
246 bits[6] = 0xff & t;
248 bits[5] = 0xff & t;
250 bits[4] = 0xff & t;
252 bits[3] = 0xff & t;
254 bits[2] = 0xff & t;
256 bits[1] = 0xff & t;
258 bits[0] = 0xff & t;
266 sha1_hmac_update (desc, bits, sizeo
[all...]
H A Difxmips_sha1.c202 u8 bits[8] = { 0, }; local
208 bits[7] = 0xff & t;
210 bits[6] = 0xff & t;
212 bits[5] = 0xff & t;
214 bits[4] = 0xff & t;
216 bits[3] = 0xff & t;
218 bits[2] = 0xff & t;
220 bits[1] = 0xff & t;
222 bits[0] = 0xff & t;
230 sha1_update (desc, bits, sizeo
[all...]
/openwrt/target/linux/gemini/files/drivers/net/ethernet/gemini/
H A Dsl351x_hw.h218 } bits; member in union:__anon136
229 } bits; member in union:__anon137
289 } bits; member in union:__anon138
352 } bits; member in union:__anon139
422 } bits; member in union:__anon140
467 } bits; member in union:__anon141
488 } __packed bits; member in union:__anon142
499 } bits; member in union:__anon143
543 } bits; member in union:__anon144
567 } bits; member in union:__anon145
583 } bits; member in union:__anon146
601 } bits; member in union:__anon147
627 } bits; member in union:__anon148
640 } bits; member in union:__anon149
658 } bits; member in union:__anon150
678 } bits; member in union:__anon151
715 } bits; member in union:__anon153
744 } bits; member in union:__anon155
757 } bits; member in union:__anon156
775 } bits; member in union:__anon157
830 } bits; member in union:__anon158
866 } bits; member in union:__anon160
896 } bits; member in union:__anon162
915 } bits; member in union:__anon163
944 } bits; member in union:__anon164
978 } bits; member in union:__anon165
991 } bits; member in union:__anon166
1005 } bits; member in union:__anon167
1022 } bits; member in union:__anon168
1043 } bits; member in union:__anon169
1080 } bits; member in union:__anon170
1112 } bits; member in union:__anon171
1130 } bits; member in union:__anon172
1143 } bits; member in union:__anon173
1161 } bits; member in union:__anon174
1251 } bits; member in union:__anon176
1270 } bits; member in union:__anon177
1297 } bits; member in union:__anon180
1309 } bits; member in union:__anon181
1320 } bits; member in union:__anon182
1355 } bits; member in union:__anon185
1374 } bits; member in union:__anon187
1392 } bits; member in union:__anon188
1419 } bits; member in union:__anon191
[all...]
H A Dsl351x.c288 status.bits.link = phydev->link;
289 status.bits.duplex = phydev->duplex;
293 status.bits.speed = GMAC_SPEED_1000;
295 status.bits.mii_rmii = GMAC_PHY_RGMII_1000;
298 status.bits.speed = GMAC_SPEED_100;
300 status.bits.mii_rmii = GMAC_PHY_RGMII_100_10;
303 status.bits.speed = GMAC_SPEED_10;
305 status.bits.mii_rmii = GMAC_PHY_RGMII_100_10;
366 status.bits.mii_rmii = GMAC_PHY_MII;
369 status.bits
[all...]
/openwrt/package/network/services/ead/src/tinysrp/
H A Dbn_exp.c183 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
189 bits=BN_num_bits(p);
191 if (bits == 0)
208 window = BN_window_bits_for_exponent_size(bits);
227 wstart=bits-1; /* The top bit of the window */
295 int i,j,bits,ret=0,wstart,wend,window,wvalue,ts=0; local
300 bits=BN_num_bits(p);
302 if (bits == 0)
315 window = BN_window_bits_for_exponent_size(bits);
334 wstart=bits
[all...]
H A Dbn_lib.c92 static const char bits[256]={ local
118 return(bits[(int)(l>>56)]+56);
120 else return(bits[(int)(l>>48)]+48);
126 return(bits[(int)(l>>40)]+40);
128 else return(bits[(int)(l>>32)]+32);
140 return(bits[(int)(l>>56)]+56);
142 else return(bits[(int)(l>>48)]+48);
148 return(bits[(int)(l>>40)]+40);
150 else return(bits[(int)(l>>32)]+32);
161 return(bits[(in
[all...]
H A Dt_conf.c359 BigIntegerLShift(result, x, bits)
361 unsigned int bits;
363 BN_lshift(result, x, bits);
507 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
522 bits=BN_num_bits(p);
523 if (bits == 0)
556 window = BN_window_bits_for_exponent_size(bits);
574 wstart=bits-1; /* The top bit of the window */
662 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) argument
667 if (bits
721 BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) argument
[all...]
H A Dbn.h94 * unsigned long long is only 64 bits :-(, don't define
116 /* This is where the long long data type is 64 bits, but long is 32.
254 int ri; /* number of bits in R */
315 int BN_rand(BIGNUM *rnd, int bits, int top,int bottom);
316 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom);
367 BIGNUM *BN_generate_prime(BIGNUM *ret,int bits,int safe,BIGNUM *add,
401 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
402 (a):bn_expand2((a),(bits)/BN_BITS2+1))
H A Dt_sha.c26 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
H A Dt_defines.h145 unsigned int bits));
/openwrt/package/network/ipv6/map/src/
H A Dmapcalc.c63 static int bmemcmp(const void *av, const void *bv, size_t bits) argument
66 size_t bytes = bits / 8;
67 bits %= 8;
70 if (res == 0 && bits > 0)
71 res = (a[bytes] >> (8 - bits)) - (b[bytes] >> (8 - bits));
76 static void bmemcpy(void *av, const void *bv, size_t bits) argument
81 size_t bytes = bits / 8;
82 bits %= 8;
85 if (bits >
[all...]
/openwrt/target/linux/at91/image/dfboot/src/
H A D_udivsi3.S25 @ four bits, since this is the amount of unwinding in the main
42 @ Test for possible subtractions, and note which bits
59 movnes curbit, curbit, lsr #4 @ No, any more bits to do?
H A D_umodsi3.S25 @ four bits, since this is the amount of unwinding in the main
59 movnes curbit, curbit, lsr #4 @ No, any more bits to do?
63 @ the top three bits of "overdone". Exactly which were not needed
/openwrt/package/network/services/uhttpd/files/
H A Duhttpd.init38 local days bits country state location commonname
41 config_get bits "$cfg" bits
54 -days ${days:-730} -newkey rsa:${bits:-2048} -keyout "${UHTTPD_KEY}.new" -out "${UHTTPD_CERT}.new" \
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Dadm6996.c133 static void adm6996_gpio_write(struct adm6996_priv *priv, int cs, char *buf, unsigned int bits) argument
135 int i, len = (bits + 7) / 8;
144 for (mask = 0x80; mask && bits > 0; mask >>= 1, bits --) {
167 static void adm6996_gpio_read(struct adm6996_priv *priv, int cs, char *buf, unsigned int bits) argument
169 int i, len = (bits + 7) / 8;
180 for (mask = 0x80, byte = 0; mask && bits > 0; mask >>= 1, bits --) {
227 u8 bits[6] = { local
240 adm6996_gpio_write(priv, 0, bits, 4
262 u8 bits[4] = { local
[all...]
H A Drtl8306.c80 int bits; member in struct:rtl_reg
323 if (r->bits == 0) /* unimplemented */
334 val &= (1 << r->bits) - 1;
347 if (r->bits == 0) /* unimplemented */
356 if (r->bits != 16) {
357 mask = (1 << r->bits) - 1;
478 mask = ((1 << RTL8306_NUM_PORTS) - 1) & ~cpu_mask; /* all bits set */
H A Dip17xx.c49 u16 MODEL_NO; // Compare to bits 4-9 of MII register 0,3.
72 // Port 5 uses register {30, 18} but same as odd bits.
384 * These two macros are to simplify the mapping of logical bits to the bits in hardware.
388 #define GET_PORT_BITS(state, bits, addr, bit_lookup) \
393 (bits) = 0; \
397 (bits) |= (1<<i); \
401 #define SET_PORT_BITS(state, bits, addr, bit_lookup) \
407 unsigned int newmask = ((bits)&(1<<i)); \
/openwrt/docs/
H A Ddebugging.tex38 off-the-shelf devices are 9600, 38400 and 115200 with 8-bits data, no
/openwrt/package/network/services/ead/src/
H A Dpw_encrypt_md5.c81 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
140 /* ROTATE_LEFT rotates x left n bits. */
192 /* Update number of bits */
221 unsigned char bits[8]; local
228 /* Save number of bits */
229 __md5_Encode(bits, context->count, 8);
237 __md5_Update(context, bits, 8);
H A Daes.c818 static inline u32 rotr(u32 val, int bits) argument
820 return (val >> bits) | (val << (32 - bits));
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c4758 int bits; local
4790 bits = calc_shifts_ceiling(x);
4794 /* bits must be even so that we end up with 32-bit words */
4795 if (bits & 1)
4796 bits++;
4797 if (bits < 16)
4800 dev->tnode_width = bits;
4807 /* Level0 Tnodes are 16 bits or wider (if wide tnodes are enabled),
4813 if (bits <= dev->tnode_width)
4816 dev->chunk_grp_bits = bits
[all...]
/openwrt/scripts/
H A Dconfig.guess656 long bits = sysconf(_SC_KERNEL_BITS);
666 switch (bits)

Completed in 173 milliseconds

12