Searched refs:burst_size (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_config.c1034 burst_size)
1036 if ((burst_size != 64) && (burst_size != 128) && (burst_size != 256)) {
1037 al_err("%s: invalid burst_size value (%d)\n", __func__,
1038 burst_size);
1043 burst_size = burst_size / 16;
1047 burst_size << UDMA_AXI_S2M_DESC_WR_CFG_1_MIN_AXI_BEATS_SHIFT |
1048 burst_size << UDMA_AXI_S2M_DESC_WR_CFG_1_MAX_AXI_BEATS_SHIF
1033 al_udma_s2m_compl_desc_burst_config(struct al_udma *udma, uint16_t burst_size) argument
[all...]
H A Dal_hal_udma_config.h699 * @param burst_size completion descriptors write burst size in bytes.
703 burst_size);
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h1509 __be32 burst_size; member in struct:cpl_tx_data_iso

Completed in 77 milliseconds