Searched refs:b10 (Results 1 – 2 of 2) sorted by relevance
/drivers/hid/ |
D | hid-steam.c | 919 u8 b8, b9, b10; in steam_do_input_event() local 925 b10 = data[10]; in steam_do_input_event() 938 lpad_touched = b10 & BIT(3); in steam_do_input_event() 939 lpad_and_joy = b10 & BIT(7); in steam_do_input_event() 971 input_event(input, EV_KEY, BTN_GEAR_UP, !!(b10 & BIT(0))); in steam_do_input_event() 972 input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2))); in steam_do_input_event() 973 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6))); in steam_do_input_event() 975 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(4))); in steam_do_input_event()
|
/drivers/net/phy/ |
D | mdio-aspeed.c | 23 #define MDIO_C22_OP_READ 0b10
|