Home
last modified time | relevance | path

Searched refs:databytes (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dich.c134 ctlr->databytes = sizeof(ich7_spi->spid); in ich_init_controller()
148 ctlr->databytes = sizeof(ich9_spi->fdata); in ich_init_controller()
524 if (trans->bytesout > ctlr->databytes) { in ich_spi_xfer()
540 data_length = min(trans->bytesout, ctlr->databytes); in ich_spi_xfer()
542 data_length = min(trans->bytesin, ctlr->databytes); in ich_spi_xfer()
553 control &= ~((ctlr->databytes - 1) << 8); in ich_spi_xfer()
657 slave->max_write_size = priv->databytes; in ich_spi_child_pre_probe()
H A Dich.h188 unsigned databytes; member
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dlibrs.rst67 The databytes are expanded to the given symbol size on the fly. There is
97 The databytes are expanded to the given symbol size on the fly. There is
/OK3568_Linux_fs/kernel/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_hydra.c335 u8 databytes; member
1385 cmd->tx_can.databytes = nbr_of_bytes; in kvaser_usb_hydra_frame_to_cmd_ext()
1415 cmd->tx_can.databytes = 0; in kvaser_usb_hydra_frame_to_cmd_ext()
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dcpia1.c401 int ret, databytes = command[6] | (command[7] << 8); in cpia_usb_transferCmd() local
423 gspca_dev->usb_buf, databytes, 1000); in cpia_usb_transferCmd()