Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/platform/chrome/
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()
/linux-6.1.9/include/linux/platform_data/
Dcros_ec_commands.h5102 uint8_t size_port; /* [7:5] port number [4:0] payload size in bytes */ member
5115 #define PD_LOG_PORT(size_port) ((size_port) >> PD_LOG_PORT_SHIFT) argument
5116 #define PD_LOG_SIZE(size_port) ((size_port) & PD_LOG_SIZE_MASK) argument