Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 13 of 13) sorted by relevance

/drivers/staging/skein/
Dthreefish_block.c7 b2 = input[2], b3 = input[3]; in threefish_encrypt_256() local
18 b3 += k3; in threefish_encrypt_256()
19 b2 += b3 + k2 + t1; in threefish_encrypt_256()
20 b3 = ((b3 << 16) | (b3 >> (64 - 16))) ^ b2; in threefish_encrypt_256()
22 b0 += b3; in threefish_encrypt_256()
23 b3 = ((b3 << 52) | (b3 >> (64 - 52))) ^ b0; in threefish_encrypt_256()
31 b2 += b3; in threefish_encrypt_256()
32 b3 = ((b3 << 40) | (b3 >> (64 - 40))) ^ b2; in threefish_encrypt_256()
34 b0 += b3; in threefish_encrypt_256()
35 b3 = ((b3 << 5) | (b3 >> (64 - 5))) ^ b0; in threefish_encrypt_256()
[all …]
/drivers/atm/
Dfore200e.h71 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument
72 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument
73 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument
74 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument
77 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument
78 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument
79 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument
80 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
/drivers/gpu/drm/gma500/
Dmdfld_dsi_pkg_sender.c249 u8 b1, b2, b3, b4; in send_long_pkg() local
269 b3 = *p++; in send_long_pkg()
272 REG_WRITE(data_reg, b4 << 24 | b3 << 16 | b2 << 8 | b1); in send_long_pkg()
277 b1 = 0; b2 = 0; b3 = 0; in send_long_pkg()
283 b3 = *p++; in send_long_pkg()
294 REG_WRITE(data_reg, b3 << 16 | b2 << 8 | b1); in send_long_pkg()
/drivers/video/console/
Dnewport_con.c181 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset()
184 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset()
253 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions()
260 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions()
268 xmap9_rev = npregs->set.dcbdata0.bybytes.b3 & 7; in newport_get_revisions()
272 npregs->set.dcbdata0.bybytes.b3 = BT445_REVISION_REG; in newport_get_revisions()
275 bt445_rev = (npregs->set.dcbdata0.bybytes.b3 >> 4) - 0x0a; in newport_get_revisions()
/drivers/misc/
Dbmp085.c234 s32 x1, x2, x3, b3; in bmp085_get_pressure() local
260 b3 = (((((s32)cali->AC1) * 4 + x3) << data->oversampling_setting) + 2); in bmp085_get_pressure()
261 b3 >>= 2; in bmp085_get_pressure()
268 b7 = ((u32)data->raw_pressure - b3) * in bmp085_get_pressure()
/drivers/net/hamradio/
Dbaycom_ser_fdx.c382 unsigned char b1,b2,b3; in ser12_check_uart() local
391 b3 = inb(MSR(iobase)) & 0xf0; in ser12_check_uart()
394 if (b3 != 0x90) in ser12_check_uart()
Dbaycom_ser_hdx.c441 unsigned char b1,b2,b3; in ser12_check_uart() local
450 b3 = inb(MSR(iobase)) & 0xf0; in ser12_check_uart()
453 if (b3 != 0x90) in ser12_check_uart()
Dyam.c511 unsigned char b1, b2, b3; in yam_check_uart() local
520 b3 = inb(MSR(iobase)) & 0xf0; in yam_check_uart()
523 if (b3 != 0x90) in yam_check_uart()
/drivers/scsi/lpfc/
Dlpfc_ct.c2200 uint32_t b1, b2, b3, b4, i, rev; in lpfc_decode_firmware_rev() local
2215 b3 = (rev & 0x000000c0) >> 6; in lpfc_decode_firmware_rev()
2254 b1, b2, b3, (char *)str); in lpfc_decode_firmware_rev()
2257 b2, b3); in lpfc_decode_firmware_rev()
2261 b1, b2, b3, c, in lpfc_decode_firmware_rev()
2265 b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
2272 b3 = (rev & 0x000f0000) >> 16; in lpfc_decode_firmware_rev()
2276 sprintf(fwrevision, "%d.%d%d%c%d", b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
/drivers/video/fbdev/omap2/dss/
Dhdmi5_core.h291 u16 b1, b2, b3, b4; member
Dhdmi5_core.c492 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B3_MSB, csc_coeff.b3 >> 8, 6, 0); in hdmi_core_csc_config()
493 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B3_LSB, csc_coeff.b3, 7, 0); in hdmi_core_csc_config()
Ddsi.c2690 int channel, u8 b1, u8 b2, u8 b3, u8 b4) in dsi_vc_write_long_payload() argument
2694 val = b4 << 24 | b3 << 16 | b2 << 8 | b1 << 0; in dsi_vc_write_long_payload()
2710 u8 b1, b2, b3, b4; in dsi_vc_send_long() local
2732 b3 = *p++; in dsi_vc_send_long()
2735 dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, b4); in dsi_vc_send_long()
2740 b1 = 0; b2 = 0; b3 = 0; in dsi_vc_send_long()
2749 b3 = *p++; in dsi_vc_send_long()
2760 dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, 0); in dsi_vc_send_long()
/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c406 u8 b3[] = in ttusb_init_controller() local
430 if ((err = ttusb_cmd(ttusb, b3, sizeof(b3), 1))) in ttusb_init_controller()