Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 15 of 15) 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
/drivers/net/hamradio/
Dbaycom_ser_hdx.c425 unsigned char b1,b2,b3; in ser12_check_uart() local
Dbaycom_ser_fdx.c343 unsigned char b1,b2,b3; in ser12_check_uart() local
Dyam.c496 unsigned char b1, b2, b3; in yam_check_uart() local
/drivers/gpu/drm/bridge/
Dtc358764.c79 #define LV_MX(b0, b1, b2, b3) (FLD_VAL(b0, 4, 0) | FLD_VAL(b1, 12, 8) | \ argument
Dtc358775.c125 #define LV_MX(b0, b1, b2, b3) (FLD_VAL(b0, 4, 0) | FLD_VAL(b1, 12, 8) | \ argument
/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi5_core.h280 u16 b1, b2, b3, b4; member
Ddsi.c2672 int channel, u8 b1, u8 b2, u8 b3, u8 b4) in dsi_vc_write_long_payload()
2692 u8 b1, b2, b3, b4; in dsi_vc_send_long() local
/drivers/gpu/drm/omapdrm/dss/
Dhdmi5_core.h280 u16 b1, b2, b3, b4; member
Ddsi.c2612 u8 b1, u8 b2, u8 b3, u8 b4) in dsi_vc_write_long_payload()
2631 u8 b1, b2, b3, b4; in dsi_vc_send_long() local
/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c391 u8 b3[] = in ttusb_init_controller() local
/drivers/iio/pressure/
Dbmp280-core.c856 s32 b3, b6; in bmp180_compensate_press() local
/drivers/scsi/lpfc/
Dlpfc_ct.c3329 uint32_t b1, b2, b3, b4, i, rev; in lpfc_decode_firmware_rev() local
/drivers/crypto/
Dsa2ul.c60 #define SA_MK_U32(b0, b1, b2, b3) (((b0) << 24) | ((b1) << 16) | \ argument