EPROM_PAGE_SIZE   453 drivers/usb/serial/io_ti.c 	write_length = EPROM_PAGE_SIZE -
EPROM_PAGE_SIZE   454 drivers/usb/serial/io_ti.c 				(start_address & (EPROM_PAGE_SIZE - 1));
EPROM_PAGE_SIZE   487 drivers/usb/serial/io_ti.c 		if (length > EPROM_PAGE_SIZE)
EPROM_PAGE_SIZE   488 drivers/usb/serial/io_ti.c 			write_length = EPROM_PAGE_SIZE;