Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dich.c133 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()
H A Dich.h187 unsigned databytes; member
/openbmc/linux/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
/openbmc/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_hydra.c348 u8 databytes; member
1475 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()
/openbmc/linux/drivers/media/usb/gspca/
H A Dcpia1.c403 int ret, databytes = command[6] | (command[7] << 8); in cpia_usb_transferCmd() local
425 gspca_dev->usb_buf, databytes, 1000); in cpia_usb_transferCmd()