Home
last modified time | relevance | path

Searched defs:SMBUS_ENCODE_IDX (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dcyapa.h31 #define SMBUS_ENCODE_IDX(cmd, idx) ((cmd) | (((idx) & 0x03) << 1)) macro
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dcyapa.h31 #define SMBUS_ENCODE_IDX(cmd, idx) ((cmd) | (((idx) & 0x03) << 1)) macro

Completed in 3 milliseconds