Home
last modified time | relevance | path

Searched defs:size_port (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dec_commands.h4164 uint8_t size_port; /* [7:5] port number [4:0] payload size in bytes */ member
4178 #define PD_LOG_PORT(size_port) ((size_port) >> PD_LOG_PORT_SHIFT) argument
4179 #define PD_LOG_SIZE(size_port) ((size_port) & PD_LOG_SIZE_MASK) argument
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h5115 uint8_t size_port; /* [7:5] port number [4:0] payload size in bytes */ member
5128 #define PD_LOG_PORT(size_port) ((size_port) >> PD_LOG_PORT_SHIFT) argument
5129 #define PD_LOG_SIZE(size_port) ((size_port) & PD_LOG_SIZE_MASK) argument