Home
last modified time | relevance | path

Searched refs:hw_options (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/musb/
Dcppi_dma.c434 bd->hw_options); in cppi_dump_rxbd()
633 bd->hw_options = CPPI_SOP_SET | CPPI_EOP_SET in cppi_next_tx_segment()
643 bd->hw_options = CPPI_SOP_SET | CPPI_EOP_SET in cppi_next_tx_segment()
646 bd->hw_options |= CPPI_ZERO_SET; in cppi_next_tx_segment()
651 bd->hw_off_len, bd->hw_options); in cppi_next_tx_segment()
860 bd->hw_options = CPPI_OWN_SET | (i == 0 ? length : 0); in cppi_next_rx_segment()
882 bd->hw_options |= CPPI_SOP_SET; in cppi_next_rx_segment()
883 tail->hw_options |= CPPI_EOP_SET; in cppi_next_rx_segment()
1028 if (!completed && (bd->hw_options & CPPI_OWN_SET)) in cppi_rx_scan()
1034 bd->hw_off_len, bd->hw_options, in cppi_rx_scan()
[all …]
Dcppi_dma.h61 u32 hw_options; /* flags: SOP, EOP etc*/ member