F81534_RECEIVE_BLOCK_SIZE 489 drivers/usb/serial/f81534.c buf[i * F81534_RECEIVE_BLOCK_SIZE] = i; F81534_RECEIVE_BLOCK_SIZE 490 drivers/usb/serial/f81534.c buf[i * F81534_RECEIVE_BLOCK_SIZE + 1] = F81534_TOKEN_WRITE; F81534_RECEIVE_BLOCK_SIZE 491 drivers/usb/serial/f81534.c buf[i * F81534_RECEIVE_BLOCK_SIZE + 2] = 0; F81534_RECEIVE_BLOCK_SIZE 492 drivers/usb/serial/f81534.c buf[i * F81534_RECEIVE_BLOCK_SIZE + 3] = 0; F81534_RECEIVE_BLOCK_SIZE 496 drivers/usb/serial/f81534.c &buf[phy_num * F81534_RECEIVE_BLOCK_SIZE + 4], F81534_RECEIVE_BLOCK_SIZE 499 drivers/usb/serial/f81534.c buf[phy_num * F81534_RECEIVE_BLOCK_SIZE + 2] = tx_len; F81534_RECEIVE_BLOCK_SIZE 1263 drivers/usb/serial/f81534.c urb->actual_length % F81534_RECEIVE_BLOCK_SIZE) { F81534_RECEIVE_BLOCK_SIZE 1272 drivers/usb/serial/f81534.c for (i = 0; i < urb->actual_length; i += F81534_RECEIVE_BLOCK_SIZE) {