/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | alps.c | 2849 static const struct alps_protocol_info *alps_match_table(unsigned char *e7, in alps_match_table() argument 2858 if (!memcmp(e7, model->signature, sizeof(model->signature))) in alps_match_table() 2885 unsigned char e6[4], e7[4], ec[4]; in alps_identify() local 2906 PSMOUSE_CMD_SETSCALE21, e7) || in alps_identify() 2912 protocol = alps_match_table(e7, ec); in alps_identify() 2914 if (e7[0] == 0x73 && e7[1] == 0x02 && e7[2] == 0x64 && in alps_identify() 2917 } else if (e7[0] == 0x73 && e7[ in alps_identify() [all...] |
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | alps.c | 2849 static const struct alps_protocol_info *alps_match_table(unsigned char *e7, in alps_match_table() argument 2858 if (!memcmp(e7, model->signature, sizeof(model->signature))) in alps_match_table() 2885 unsigned char e6[4], e7[4], ec[4]; in alps_identify() local 2906 PSMOUSE_CMD_SETSCALE21, e7) || in alps_identify() 2912 protocol = alps_match_table(e7, ec); in alps_identify() 2914 if (e7[0] == 0x73 && e7[1] == 0x02 && e7[2] == 0x64 && in alps_identify() 2917 } else if (e7[0] == 0x73 && e7[ in alps_identify() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 39 .long R(e7, fe, fe, 19), R(b5, d7, d7, 62) 103 .long R(c8, 64, 64, ac), R(ba, 5d, 5d, e7) 121 .long R(d5, e7, e7, 32), R(8b, c8, c8, 43) 176 .long R(03, 8f, 5f, e7), R(15, 92, 9c, 95) 211 .long R(e7, 19, 5b, 38), R(79, c8, ee, db) 220 .long R(0c, 0a, 67, b1), R(93, 57, e7, 0f) 260 .long R(ba, e7, 9b, d9), R(4a, 6f, 36, ce)
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 39 .long R(e7, fe, fe, 19), R(b5, d7, d7, 62) 103 .long R(c8, 64, 64, ac), R(ba, 5d, 5d, e7) 121 .long R(d5, e7, e7, 32), R(8b, c8, c8, 43) 176 .long R(03, 8f, 5f, e7), R(15, 92, 9c, 95) 211 .long R(e7, 19, 5b, 38), R(79, c8, ee, db) 220 .long R(0c, 0a, 67, b1), R(93, 57, e7, 0f) 260 .long R(ba, e7, 9b, d9), R(4a, 6f, 36, ce)
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 249 e7, e7val, \ 266 ((u64)(e7val) << DCC_CFG_SC_VL_TABLE_##range##_ENTRY##e7##_SHIFT) | \
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 208 e7, e7val, \ 225 ((u64)(e7val) << DCC_CFG_SC_VL_TABLE_##range##_ENTRY##e7##_SHIFT) | \
|