Home
last modified time | relevance | path

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

/drivers/atm/
Dfore200e.h72 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument
73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument
74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument
75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument
78 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument
79 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument
80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument
81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
/drivers/gpu/drm/gma500/
Dmdfld_dsi_pkg_sender.c251 u8 b1, b2, b3, b4; in send_long_pkg() local
271 b3 = *p++; in send_long_pkg()
274 REG_WRITE(data_reg, b4 << 24 | b3 << 16 | b2 << 8 | b1); in send_long_pkg()
279 b1 = 0; b2 = 0; b3 = 0; in send_long_pkg()
285 b3 = *p++; in send_long_pkg()
296 REG_WRITE(data_reg, b3 << 16 | b2 << 8 | b1); in send_long_pkg()
/drivers/video/console/
Dnewport_con.c183 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset()
186 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset()
255 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions()
262 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions()
270 xmap9_rev = npregs->set.dcbdata0.bybytes.b3 & 7; in newport_get_revisions()
274 npregs->set.dcbdata0.bybytes.b3 = BT445_REVISION_REG; in newport_get_revisions()
277 bt445_rev = (npregs->set.dcbdata0.bybytes.b3 >> 4) - 0x0a; in newport_get_revisions()
/drivers/net/hamradio/
Dbaycom_ser_fdx.c343 unsigned char b1,b2,b3; in ser12_check_uart() local
352 b3 = inb(MSR(iobase)) & 0xf0; in ser12_check_uart()
355 if (b3 != 0x90) in ser12_check_uart()
Dbaycom_ser_hdx.c425 unsigned char b1,b2,b3; in ser12_check_uart() local
434 b3 = inb(MSR(iobase)) & 0xf0; in ser12_check_uart()
437 if (b3 != 0x90) in ser12_check_uart()
Dyam.c496 unsigned char b1, b2, b3; in yam_check_uart() local
505 b3 = inb(MSR(iobase)) & 0xf0; in yam_check_uart()
508 if (b3 != 0x90) in yam_check_uart()
/drivers/gpu/drm/bridge/
Dtc358764.c79 #define LV_MX(b0, b1, b2, b3) (FLD_VAL(b0, 4, 0) | FLD_VAL(b1, 12, 8) | \ argument
80 FLD_VAL(b2, 20, 16) | FLD_VAL(b3, 28, 24))
Dtc358775.c125 #define LV_MX(b0, b1, b2, b3) (FLD_VAL(b0, 4, 0) | FLD_VAL(b1, 12, 8) | \ argument
126 FLD_VAL(b2, 20, 16) | FLD_VAL(b3, 28, 24))
/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi5_core.h280 u16 b1, b2, b3, b4; member
Dhdmi5_core.c481 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B3_MSB, csc_coeff.b3 >> 8, 6, 0); in hdmi_core_csc_config()
482 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B3_LSB, csc_coeff.b3, 7, 0); in hdmi_core_csc_config()
Ddsi.c2672 int channel, u8 b1, u8 b2, u8 b3, u8 b4) in dsi_vc_write_long_payload() argument
2676 val = b4 << 24 | b3 << 16 | b2 << 8 | b1 << 0; in dsi_vc_write_long_payload()
2692 u8 b1, b2, b3, b4; in dsi_vc_send_long() local
2714 b3 = *p++; in dsi_vc_send_long()
2717 dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, b4); in dsi_vc_send_long()
2722 b1 = 0; b2 = 0; b3 = 0; in dsi_vc_send_long()
2731 b3 = *p++; in dsi_vc_send_long()
2742 dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, 0); in dsi_vc_send_long()
/drivers/gpu/drm/omapdrm/dss/
Dhdmi5_core.h280 u16 b1, b2, b3, b4; member
Dhdmi5_core.c437 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B3_MSB, csc_coeff->b3 >> 8, 6, 0); in hdmi_core_write_csc()
438 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B3_LSB, csc_coeff->b3, 7, 0); in hdmi_core_write_csc()
Ddsi.c2612 u8 b1, u8 b2, u8 b3, u8 b4) in dsi_vc_write_long_payload() argument
2616 val = b4 << 24 | b3 << 16 | b2 << 8 | b1 << 0; in dsi_vc_write_long_payload()
2631 u8 b1, b2, b3, b4; in dsi_vc_send_long() local
2653 b3 = *p++; in dsi_vc_send_long()
2656 dsi_vc_write_long_payload(dsi, channel, b1, b2, b3, b4); in dsi_vc_send_long()
2661 b1 = 0; b2 = 0; b3 = 0; in dsi_vc_send_long()
2670 b3 = *p++; in dsi_vc_send_long()
2681 dsi_vc_write_long_payload(dsi, channel, b1, b2, b3, 0); in dsi_vc_send_long()
/drivers/iio/pressure/
Dbmp280-core.c856 s32 b3, b6; in bmp180_compensate_press() local
865 b3 = ((((s32)calib->AC1 * 4 + x3) << oss) + 2) / 4; in bmp180_compensate_press()
870 b7 = ((u32)adc_press - b3) * (50000 >> oss); in bmp180_compensate_press()
/drivers/scsi/lpfc/
Dlpfc_ct.c3329 uint32_t b1, b2, b3, b4, i, rev; in lpfc_decode_firmware_rev() local
3344 b3 = (rev & 0x000000c0) >> 6; in lpfc_decode_firmware_rev()
3383 b1, b2, b3, (char *)str); in lpfc_decode_firmware_rev()
3386 b2, b3); in lpfc_decode_firmware_rev()
3390 b1, b2, b3, c, in lpfc_decode_firmware_rev()
3394 b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
3401 b3 = (rev & 0x000f0000) >> 16; in lpfc_decode_firmware_rev()
3405 sprintf(fwrevision, "%d.%d%d%c%d", b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c391 u8 b3[] = in ttusb_init_controller() local
413 if ((err = ttusb_cmd(ttusb, b3, sizeof(b3), 0))) in ttusb_init_controller()
/drivers/crypto/
Dsa2ul.c60 #define SA_MK_U32(b0, b1, b2, b3) (((b0) << 24) | ((b1) << 16) | \ argument
61 ((b2) << 8) | (b3))