Home
last modified time | relevance | path

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

/drivers/atm/
A 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/video/console/
A 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/
A 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()
A 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()
A 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/
A Dtc358764.c75 #define LV_MX(b0, b1, b2, b3) (FLD_VAL(b0, 4, 0) | FLD_VAL(b1, 12, 8) | \ argument
76 FLD_VAL(b2, 20, 16) | FLD_VAL(b3, 28, 24))
A Dtc358775.c126 #define LV_MX(b0, b1, b2, b3) (FLD_VAL(b0, 4, 0) | FLD_VAL(b1, 12, 8) | \ argument
127 FLD_VAL(b2, 20, 16) | FLD_VAL(b3, 28, 24))
/drivers/gpu/drm/ci/xfails/
A Dmediatek-mt8183-flakes.txt23 # Bug Report: https://lore.kernel.org/linux-mediatek/a520d1d6-95b3-4573-b8f2-689f05bc2230@collabora…
/drivers/video/fbdev/omap2/omapfb/dss/
A Dhdmi5_core.h280 u16 b1, b2, b3, b4; member
A Dhdmi5_core.c479 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B3_MSB, csc_coeff.b3 >> 8, 6, 0); in hdmi_core_csc_config()
480 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B3_LSB, csc_coeff.b3, 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
2718 b3 = *p++; in dsi_vc_send_long()
2721 dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, b4); in dsi_vc_send_long()
2726 b1 = 0; b2 = 0; b3 = 0; in dsi_vc_send_long()
2735 b3 = *p++; in dsi_vc_send_long()
2746 dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, 0); in dsi_vc_send_long()
/drivers/gpu/drm/omapdrm/dss/
A Dhdmi5_core.h280 u16 b1, b2, b3, b4; member
A 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()
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
2120 b3 = *p++; in dsi_vc_send_long()
2123 dsi_vc_write_long_payload(dsi, vc, b1, b2, b3, b4); in dsi_vc_send_long()
2128 b1 = 0; b2 = 0; b3 = 0; in dsi_vc_send_long()
2137 b3 = *p++; in dsi_vc_send_long()
2148 dsi_vc_write_long_payload(dsi, vc, b1, b2, b3, 0); 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
3477 b3 = (rev & 0x000000c0) >> 6; in lpfc_decode_firmware_rev()
3516 b1, b2, b3, (char *)str); in lpfc_decode_firmware_rev()
3519 b2, b3); in lpfc_decode_firmware_rev()
3523 b1, b2, b3, c, in lpfc_decode_firmware_rev()
3527 b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
3534 b3 = (rev & 0x000f0000) >> 16; in lpfc_decode_firmware_rev()
3538 sprintf(fwrevision, "%d.%d%d%c%d", b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
/drivers/media/usb/ttusb-budget/
A 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/iio/pressure/
A Dbmp280-core.c2894 s32 b3, b6; in bmp180_compensate_press() local
2901 b3 = ((((s32)calib->AC1 * 4 + x3) << oss) + 2) / 4; in bmp180_compensate_press()
2906 b7 = (adc_press - b3) * (50000 >> oss); in bmp180_compensate_press()
/drivers/crypto/
A Dsa2ul.c65 #define SA_MK_U32(b0, b1, b2, b3) (((b0) << 24) | ((b1) << 16) | \ argument
66 ((b2) << 8) | (b3))

Completed in 73 milliseconds