HVSI_MAX_READ      69 drivers/tty/hvc/hvsi.c 	uint8_t inbuf[HVSI_MAX_PACKET + HVSI_MAX_READ];
HVSI_MAX_READ     397 drivers/tty/hvc/hvsi.c 	chunklen = hvsi_read(hp, hp->inbuf_end, HVSI_MAX_READ);
HVSI_MAX_READ     611 drivers/tty/hvc/hvsi.c 	uint8_t buf[HVSI_MAX_READ] __ALIGNED__;
HVSI_MAX_READ     615 drivers/tty/hvc/hvsi.c 		if (0 == hvsi_read(hp, buf, HVSI_MAX_READ))