Home
last modified time | relevance | path

Searched refs:b4 (Results 1 – 10 of 10) sorted by relevance

/drivers/atm/
A Dfore200e.h73 #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
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/tty/vt/
A Dcp437.uni59 0x27 U+0027 U+00b4
267 0xeb U+03b4 U+00f0
/drivers/video/fbdev/omap2/omapfb/dss/
A Dhdmi5_core.h280 u16 b1, b2, b3, b4; member
A Dhdmi5_core.c481 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B4_MSB, csc_coeff.b4 >> 8, 6, 0); in hdmi_core_csc_config()
482 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B4_LSB, csc_coeff.b4, 7, 0); in hdmi_core_csc_config()
A Ddsi.c2676 int channel, u8 b1, u8 b2, u8 b3, u8 b4) in dsi_vc_write_long_payload() argument
2680 val = b4 << 24 | b3 << 16 | b2 << 8 | b1 << 0; in dsi_vc_write_long_payload()
2696 u8 b1, b2, b3, b4; in dsi_vc_send_long() local
2719 b4 = *p++; in dsi_vc_send_long()
2721 dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, b4); in dsi_vc_send_long()
/drivers/gpu/drm/omapdrm/dss/
A Dhdmi5_core.h280 u16 b1, b2, b3, b4; member
A Dhdmi5_core.c439 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B4_MSB, csc_coeff->b4 >> 8, 6, 0); in hdmi_core_write_csc()
440 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B4_LSB, csc_coeff->b4, 7, 0); in hdmi_core_write_csc()
A Ddsi.c2081 u8 b1, u8 b2, u8 b3, u8 b4) in dsi_vc_write_long_payload() argument
2085 val = b4 << 24 | b3 << 16 | b2 << 8 | b1 << 0; in dsi_vc_write_long_payload()
2100 u8 b1, b2, b3, b4; in dsi_vc_send_long() local
2121 b4 = *p++; in dsi_vc_send_long()
2123 dsi_vc_write_long_payload(dsi, vc, b1, b2, b3, b4); in dsi_vc_send_long()
/drivers/scsi/lpfc/
A Dlpfc_ct.c3462 uint32_t b1, b2, b3, b4, i, rev; in lpfc_decode_firmware_rev() local
3478 b4 = (rev & 0x00000030) >> 4; in lpfc_decode_firmware_rev()
3480 switch (b4) { in lpfc_decode_firmware_rev()
3497 b4 = (rev & 0x0000000f); in lpfc_decode_firmware_rev()
3524 b4, (char *)str); in lpfc_decode_firmware_rev()
3527 b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
3536 b4 = (rev & 0x000000ff); in lpfc_decode_firmware_rev()
3538 sprintf(fwrevision, "%d.%d%d%c%d", b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
/drivers/iio/pressure/
A Dbmp280-core.c2895 u32 b4, b7; in bmp180_compensate_press() local
2905 b4 = calib->AC4 * (u32)(x3 + 32768) >> 15; in bmp180_compensate_press()
2908 p = (b7 * 2) / b4; in bmp180_compensate_press()
2910 p = (b7 / b4) * 2; in bmp180_compensate_press()

Completed in 45 milliseconds