Searched refs:databytes (Results 1 – 5 of 5) sorted by relevance
133 ctlr->databytes = sizeof(ich7_spi->spid); in ich_init_controller()147 ctlr->databytes = sizeof(ich9_spi->fdata); in ich_init_controller()523 if (trans->bytesout > ctlr->databytes) { in ich_spi_xfer()539 data_length = min(trans->bytesout, ctlr->databytes); in ich_spi_xfer()541 data_length = min(trans->bytesin, ctlr->databytes); in ich_spi_xfer()552 control &= ~((ctlr->databytes - 1) << 8); in ich_spi_xfer()656 slave->max_write_size = priv->databytes; in ich_spi_child_pre_probe()
187 unsigned databytes; member
67 The databytes are expanded to the given symbol size on the fly. There is97 The databytes are expanded to the given symbol size on the fly. There is
348 u8 databytes; member1475 cmd->tx_can.databytes = nbr_of_bytes; in kvaser_usb_hydra_frame_to_cmd_ext()1505 cmd->tx_can.databytes = 0; in kvaser_usb_hydra_frame_to_cmd_ext()
403 int ret, databytes = command[6] | (command[7] << 8); in cpia_usb_transferCmd() local425 gspca_dev->usb_buf, databytes, 1000); in cpia_usb_transferCmd()