Searched refs:b1 (Results 1 - 25 of 91) sorted by relevance

1234

/drivers/isdn/hardware/avm/
H A DMakefile5 obj-$(CONFIG_ISDN_DRV_AVMB1_B1ISA) += b1isa.o b1.o
6 obj-$(CONFIG_ISDN_DRV_AVMB1_B1PCI) += b1pci.o b1.o b1dma.o
7 obj-$(CONFIG_ISDN_DRV_AVMB1_B1PCMCIA) += b1pcmcia.o b1.o
9 obj-$(CONFIG_ISDN_DRV_AVMB1_T1ISA) += t1isa.o b1.o
10 obj-$(CONFIG_ISDN_DRV_AVMB1_T1PCI) += t1pci.o b1.o b1dma.o
11 obj-$(CONFIG_ISDN_DRV_AVMB1_C4) += c4.o b1.o
/drivers/staging/skein/
H A Dthreefish_block.c6 u64 b0 = input[0], b1 = input[1], local
14 b1 += k1 + t0;
15 b0 += b1 + k0;
16 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0;
25 b2 += b1;
26 b1 = ((b1 << 57) | (b1 >> (6
499 u64 b0 = input[0], b1 = input[1], local
1142 u64 b0 = input[0], b1 = input[1], local
2103 u64 b0 = input[0], b1 = input[1], local
3364 u64 b0 = input[0], b1 = input[1], local
5485 u64 b0 = input[0], b1 = input[1], local
[all...]
/drivers/isdn/mISDN/
H A Ddsp_biquad.h33 int32_t b1; member in struct:biquad2_state
41 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2)
46 bq->b1 = b1;
59 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2;
40 biquad2_init(struct biquad2_state *bq, int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) argument
/drivers/atm/
H A Dfore200e.h70 #define BITFIELD2(b1, b2) b1; b2;
71 #define BITFIELD3(b1, b2, b3) b1; b2; b3;
72 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4;
73 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5;
74 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b
[all...]
/drivers/cpufreq/
H A Dexynos-cpufreq.h27 #define APLL_FREQ(f, a0, a1, a2, a3, a4, a5, a6, a7, b0, b1, b2, m, p, s) \
32 .clk_div_cpu1 = (b0 << 0 | b1 << 4 | b2 << 8), \
/drivers/isdn/pcbit/
H A Dcapi.h73 if (dev->b1->callref == callref)
74 return dev->b1;
H A Ddrv.c106 dev->b1 = kzalloc(sizeof(struct pcbit_chan), GFP_KERNEL);
107 if (!dev->b1) {
118 kfree(dev->b1);
135 kfree(dev->b1);
157 kfree(dev->b1);
189 kfree(dev->b1);
223 if (dev->b1->fsm_timer.function)
224 del_timer(&dev->b1->fsm_timer);
227 kfree(dev->b1);
250 chan = (ctl->arg & 0x0F) ? dev->b2 : dev->b1;
[all...]
H A Dpcbit.h97 struct pcbit_chan *b1; member in struct:pcbit_dev
/drivers/crypto/nx/
H A Dnx-aes-ccm.c182 u8 tmp[16], *b1 = NULL, *b0 = NULL, *result = NULL; local
209 b1 = nx_ctx->priv.ccm.iauth_tag;
216 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1;
220 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1;
233 if (b1) {
234 memset(b1, 0, 16);
236 *(u16 *)b1 = (u16)req->assoclen;
237 scatterwalk_map_and_copy(b1
[all...]
/drivers/mtd/nand/
H A Dnand_ecc.c446 unsigned char b0, b1, b2, bit_addr; local
458 b1 = read_ecc[1] ^ calc_ecc[1];
461 b1 = read_ecc[0] ^ calc_ecc[0];
470 if ((b0 | b1 | b2) == 0)
474 (((b1 ^ (b1 >> 1)) & 0x55) == 0x55) &&
486 * (that would avoid the >> 1), and one for b1 (with all values
495 byte_addr = (addressbits[b1] << 4) + addressbits[b0];
498 (addressbits[b1] << 4) + addressbits[b0];
506 if ((bitsperbyte[b0] + bitsperbyte[b1]
[all...]
/drivers/usb/wusbcore/
H A Dcrypto.c181 * b1.{mac_header,e0,security_reserved,padding}.
207 struct aes_ccm_b1 b1; local
217 * ensure @a fills b1's mac_header and following fields
219 WARN_ON(sizeof(*a) != sizeof(b1) - sizeof(b1.la));
221 WARN_ON(sizeof(b1) != sizeof(struct aes_ccm_block));
228 dst_size = blen + sizeof(b0) + sizeof(b1) + zero_padding;
251 b1.la = cpu_to_be16(blen + 14);
252 memcpy(&b1.mac_header, a, sizeof(*a));
256 sg_set_buf(&sg[1], &b1, sizeo
[all...]
/drivers/iio/pressure/
H A Dmpl115.c33 s16 b1, b2; member in struct:mpl115_data
71 a1 = data->b1 + ((data->c12 * tadc) >> 11);
181 data->b1 = ret;
/drivers/media/dvb-frontends/
H A Dtda826x.c147 u8 b1 [] = { 0, 0 }; local
150 { .addr = addr, .flags = I2C_M_RD, .buf = b1, .len = 2 }
164 if (!(b1[1] & 0x80))
H A Dlgs8gl5.c97 u8 b1[] = {0}; local
108 .buf = b1,
117 return b1[0];
137 u8 b1[] = {0}; local
149 .buf = b1,
H A Dau8522_common.c64 u8 b1[] = { 0 }; local
70 .buf = b1, .len = 1 } };
77 return b1[0];
H A Dl64781.c69 u8 b1 [] = { 0 }; local
71 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } };
77 return b1[0];
507 u8 b1 [] = { 0x00 }; local
509 { .addr = config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } };
H A Ds5h1432.c76 u8 b1[] = { 0 }; local
80 {.addr = addr, .flags = I2C_M_RD, .buf = b1, .len = 1}
88 return b1[0];
H A Dts2020.c80 u8 b1[] = { 0 }; local
90 .buf = b1,
109 return b1[0];
H A Dsp8870.c84 u8 b1 [] = { 0, 0 }; local
86 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 2 } };
95 return (b1[0] << 8 | b1[1]);
H A Dstb6000.c206 u8 b1[] = { 0, 0 }; local
216 .buf = b1,
H A Dtua6100.c176 u8 b1 [] = { 0x80 }; local
178 struct i2c_msg msg [] = { { .addr = addr, .flags = 0, .buf = b1, .len = 1 },
/drivers/gpu/drm/gma500/
H A Dmdfld_dsi_pkg_sender.c262 u8 b1, b2, b3, b4; local
280 b1 = *p++;
285 REG_WRITE(data_reg, b4 << 24 | b3 << 16 | b2 << 8 | b1);
290 b1 = 0; b2 = 0; b3 = 0;
294 b1 = *p++;
299 b1 = *p++;
303 b1 = *p++;
307 REG_WRITE(data_reg, b3 << 16 | b2 << 8 | b1);
/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c382 unsigned char b1,b2,b3; local
387 b1 = inb(MCR(iobase));
388 outb(b1 | 0x10, MCR(iobase)); /* loopback mode */
392 outb(b1, MCR(iobase)); /* restore old values */
402 b1 = inb(SCR(iobase));
405 if ((b1 != 0x5a) || (b2 != 0xa5))
H A Dbaycom_ser_hdx.c441 unsigned char b1,b2,b3; local
446 b1 = inb(MCR(iobase));
447 outb(b1 | 0x10, MCR(iobase)); /* loopback mode */
451 outb(b1, MCR(iobase)); /* restore old values */
461 b1 = inb(SCR(iobase));
464 if ((b1 != 0x5a) || (b2 != 0xa5))
/drivers/media/tuners/
H A Dmax2165.c72 u8 b1[] = { 0 }; local
75 { .addr = dev_addr, .flags = I2C_M_RD, .buf = b1, .len = 1 },
84 *p_data = b1[0];
87 __func__, reg, b1[0]);

Completed in 474 milliseconds

1234