Home
last modified time | relevance | path

Searched refs:txburst (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-dw-dma.c71 dws->txburst = min(max_burst, def_burst); in dw_spi_dma_maxburst_init()
72 dw_writel(dws, DW_SPI_DMATDLR, dws->txburst); in dw_spi_dma_maxburst_init()
331 txconf.dst_maxburst = dws->txburst; in dw_spi_dma_config_tx()
H A Dspi-dw.h189 u32 txburst; member
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h50 int32_t txburst; member
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddebug.c162 seq_printf(s, "txburst: %d\n", stats.txburst); in brcms_debugfs_macstat_read()
H A Dd11.h1730 u16 txburst; /* 0xf6 # tx bursts */ member
/openbmc/qemu/hw/net/
H A Dvirtio-net.c3788 n->tx_burst = n->net_conf.txburst; in virtio_net_device_realize()
4033 DEFINE_PROP_INT32("x-txburst", VirtIONet, net_conf.txburst, TX_BURST),