Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_usbpd_logger.c154 for (i = 0; i < PD_LOG_SIZE(r->size_port); i++) in cros_usbpd_print_log_entry()
165 PD_LOG_PORT(r->size_port), buf); in cros_usbpd_print_log_entry()
/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