[go: nahoru, domu]

Searched defs:b1 (Results 1 - 25 of 79) sorted by relevance

1234

/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/media/dvb-frontends/
H A Dstb6000.c206 u8 b1[] = { 0, 0 }; local
216 .buf = b1,
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 Dau8522_common.c64 u8 b1[] = { 0 }; local
70 .buf = b1, .len = 1 } };
77 return b1[0];
H A Dtua6100.c176 u8 b1 [] = { 0x80 }; local
178 struct i2c_msg msg [] = { { .addr = addr, .flags = 0, .buf = b1, .len = 1 },
H A Dcx22700.c91 u8 b1 [] = { 0 }; local
93 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } };
101 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 Dmt352.c86 u8 b1 [] = { 0 }; local
92 .buf = b1, .len = 1 } };
102 return b1[0];
H A Dnxt6000.c60 u8 b1[] = { 0 }; local
63 {.addr = state->config->demod_address,.flags = I2C_M_RD,.buf = b1,.len = 1}
71 return b1[0];
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 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 Dstv6110x.c47 u8 b1[] = { 0 }; local
50 { .addr = config->addr, .flags = I2C_M_RD, .buf = b1, .len = 1 }
58 *data = b1[0];
H A Dts2020.c80 u8 b1[] = { 0 }; local
90 .buf = b1,
109 return b1[0];
H A Dves1820.c77 u8 b1[] = { 0 }; local
80 {.addr = state->config->demod_address,.flags = I2C_M_RD,.buf = b1,.len = 1}
90 return b1[0];
H A Dcx24110.c135 u8 b1 [] = { 0 }; local
137 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } };
143 return b1[0];
H A Dds3000.c317 u8 b1[] = { 0 }; local
327 .buf = b1,
339 dprintk("%s: read reg 0x%02x, value 0x%02x\n", __func__, reg, b1[0]);
341 return b1[0];
H A Ddvb-pll.c756 u8 b1 [] = { 0 }; local
758 .buf = b1, .len = 1 };
H A Dlgs8gl5.c97 u8 b1[] = {0}; local
108 .buf = b1,
117 return b1[0];
137 u8 b1[] = {0}; local
149 .buf = b1,
/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/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/media/pci/bt8xx/
H A Dbttv-i2c.c298 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1, argument
307 buffer[0] = b1;
/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]);
/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/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/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);

Completed in 326 milliseconds

1234