Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/musb/
Dcppi_dma.c435 bd->hw_options); in cppi_dump_rxbd()
635 bd->hw_options = CPPI_SOP_SET | CPPI_EOP_SET in cppi_next_tx_segment()
645 bd->hw_options = CPPI_SOP_SET | CPPI_EOP_SET in cppi_next_tx_segment()
648 bd->hw_options |= CPPI_ZERO_SET; in cppi_next_tx_segment()
653 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.h62 u32 hw_options; /* flags: SOP, EOP etc*/ member