Home
last modified time | relevance | path

Searched refs:PD_LOG_PORT_SHIFT (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/include/linux/platform_data/
Dcros_ec_commands.h5110 #define PD_LOG_PORT_SHIFT 5 macro
5111 #define PD_LOG_PORT_SIZE(port, size) (((port) << PD_LOG_PORT_SHIFT) | \
5113 #define PD_LOG_PORT(size_port) ((size_port) >> PD_LOG_PORT_SHIFT)