Searched refs:b10 (Results 1 – 6 of 6) sorted by relevance
/drivers/hid/ |
D | hid-steam.c | 931 u8 b8, b9, b10; in steam_do_input_event() local 937 b10 = data[10]; in steam_do_input_event() 950 lpad_touched = b10 & BIT(3); in steam_do_input_event() 951 lpad_and_joy = b10 & BIT(7); in steam_do_input_event() 983 input_event(input, EV_KEY, BTN_GEAR_UP, !!(b10 & BIT(0))); in steam_do_input_event() 984 input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2))); in steam_do_input_event() 985 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6))); in steam_do_input_event() 987 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(4))); in steam_do_input_event()
|
/drivers/net/mdio/ |
D | mdio-aspeed.c | 24 #define MDIO_C22_OP_READ 0b10 27 #define MDIO_C45_OP_PREAD 0b10
|
/drivers/iio/accel/ |
D | adxl367.c | 110 ADXL367_FIFO_MODE_STREAM = 0b10, 130 ADXL367_OP_MEASURE = 0b10,
|
D | msa311.c | 261 #define MSA311_PWR_MODE_UNKNOWN 0b10
|
/drivers/iio/addac/ |
D | ad74413r.c | 107 #define AD74413R_ADC_REJECTION_50_60_HART 0b10 132 #define AD74413R_CONV_SEQ_CONTINUOUS 0b10
|
/drivers/char/ipmi/ |
D | kcs_bmc_aspeed.c | 45 #define LPC_TYIRQX_RSVD 0b10
|