Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dec_commands.h4175 #define PD_LOG_PORT_SHIFT 5 macro
4176 #define PD_LOG_PORT_SIZE(port, size) (((port) << PD_LOG_PORT_SHIFT) | \
4178 #define PD_LOG_PORT(size_port) ((size_port) >> PD_LOG_PORT_SHIFT)
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h5125 #define PD_LOG_PORT_SHIFT 5 macro
5126 #define PD_LOG_PORT_SIZE(port, size) (((port) << PD_LOG_PORT_SHIFT) | \
5128 #define PD_LOG_PORT(size_port) ((size_port) >> PD_LOG_PORT_SHIFT)