/drivers/atm/ |
D | fore200e.h | 72 #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/ |
D | mdfld_dsi_pkg_sender.c | 251 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/ |
D | newport_con.c | 183 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/ |
D | baycom_ser_fdx.c | 343 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()
|
D | baycom_ser_hdx.c | 425 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()
|
D | yam.c | 496 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/ |
D | tc358764.c | 79 #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))
|
D | tc358775.c | 125 #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/ |
D | hdmi5_core.h | 280 u16 b1, b2, b3, b4; member
|
D | hdmi5_core.c | 481 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()
|
D | dsi.c | 2672 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/ |
D | hdmi5_core.h | 280 u16 b1, b2, b3, b4; member
|
D | hdmi5_core.c | 437 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()
|
D | dsi.c | 2612 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/ |
D | bmp280-core.c | 856 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/ |
D | lpfc_ct.c | 3329 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/ |
D | dvb-ttusb-budget.c | 391 u8 b3[] = in ttusb_init_controller() local 413 if ((err = ttusb_cmd(ttusb, b3, sizeof(b3), 0))) in ttusb_init_controller()
|
/drivers/crypto/ |
D | sa2ul.c | 60 #define SA_MK_U32(b0, b1, b2, b3) (((b0) << 24) | ((b1) << 16) | \ argument 61 ((b2) << 8) | (b3))
|