Home
last modified time | relevance | path

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

/u-boot/drivers/usb/musb/
A Dmusb_hcd.c315 u32 txlen = 0; in ctrlreq_out_data_phase() local
321 while (txlen < len) { in ctrlreq_out_data_phase()
323 nextlen = ((len-txlen) > maxpktsize) ? maxpktsize : (len-txlen); in ctrlreq_out_data_phase()
326 write_fifo(MUSB_CONTROL_EP, txlen, &txbuff[txlen]); in ctrlreq_out_data_phase()
338 txlen += nextlen; in ctrlreq_out_data_phase()
339 dev->act_len = txlen; in ctrlreq_out_data_phase()
857 u32 txlen = 0; in submit_bulk_msg() local
927 txlen += nextlen; in submit_bulk_msg()
973 txlen += nextlen; in submit_bulk_msg()
1064 u32 txlen = 0; in submit_int_msg() local
[all …]
/u-boot/drivers/usb/host/
A Ddwc2.c537 int txlen, struct devrequest *cmd) in dwc_otg_submit_rh_msg_in_status() argument
596 dev->act_len = min(len, txlen); in dwc_otg_submit_rh_msg_in_status()
604 void *buffer, int txlen, in dwc_otg_submit_rh_msg_in_descriptor() argument
679 dev->act_len = min(len, txlen); in dwc_otg_submit_rh_msg_in_descriptor()
687 void *buffer, int txlen, in dwc_otg_submit_rh_msg_in_configuration() argument
703 dev->act_len = min(len, txlen); in dwc_otg_submit_rh_msg_in_configuration()
717 txlen, cmd); in dwc_otg_submit_rh_msg_in()
720 txlen, cmd); in dwc_otg_submit_rh_msg_in()
723 txlen, cmd); in dwc_otg_submit_rh_msg_in()
733 void *buffer, int txlen, in dwc_otg_submit_rh_msg_out() argument
[all …]
/u-boot/drivers/spi/
A Dcadence_qspi_apb.c484 unsigned int txlen = op->data.nbytes; in cadence_qspi_apb_command_write() local
489 if (!txlen) { in cadence_qspi_apb_command_write()
494 txlen = op->addr.nbytes; in cadence_qspi_apb_command_write()
497 if (txlen > CQSPI_STIG_DATA_LEN_MAX) { in cadence_qspi_apb_command_write()
498 printf("QSPI: Invalid input arguments txlen %u\n", txlen); in cadence_qspi_apb_command_write()
504 if (txlen) { in cadence_qspi_apb_command_write()
507 reg |= ((txlen - 1) & CQSPI_REG_CMDCTRL_WR_BYTES_MASK) in cadence_qspi_apb_command_write()
510 wr_len = txlen > 4 ? 4 : txlen; in cadence_qspi_apb_command_write()
515 if (txlen > 4) { in cadence_qspi_apb_command_write()
517 wr_len = txlen - wr_len; in cadence_qspi_apb_command_write()
/u-boot/drivers/net/
A Dcs8900.h46 CS8900_REG txlen; member
A Dcs8900.c213 REG_WRITE(length, &priv->regs->txlen); in cs8900_send()

Completed in 13 milliseconds