size_port         154 drivers/platform/chrome/cros_usbpd_logger.c 		for (i = 0; i < PD_LOG_SIZE(r->size_port); i++)
size_port         165 drivers/platform/chrome/cros_usbpd_logger.c 		PD_LOG_PORT(r->size_port), buf);
size_port        4911 include/linux/platform_data/cros_ec_commands.h 	uint8_t size_port;  /* [7:5] port number [4:0] payload size in bytes */
size_port        4924 include/linux/platform_data/cros_ec_commands.h #define PD_LOG_PORT(size_port) ((size_port) >> PD_LOG_PORT_SHIFT)
size_port        4925 include/linux/platform_data/cros_ec_commands.h #define PD_LOG_SIZE(size_port) ((size_port) & PD_LOG_SIZE_MASK)