Home
last modified time | relevance | path

Searched refs:enable_burst (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dbus.h24 void (*config_burst_mode)(struct mm81x *mors, bool enable_burst);
73 bool enable_burst) in mm81x_bus_config_burst_mode() argument
76 mors->bus_ops->config_burst_mode(mors, enable_burst); in mm81x_bus_config_burst_mode()
H A Dsdio.c473 static void mm81x_sdio_config_burst_mode(struct mm81x *mors, bool enable_burst) in mm81x_sdio_config_burst_mode() argument
475 u8 burst_mode = (enable_burst) ? SDIO_WORD_BURST_SIZE_16 : in mm81x_sdio_config_burst_mode()
/linux/drivers/dma/ti/
H A Dk3-udma.c263 bool enable_burst; member
933 if (uc->config.enable_burst) in udma_start()
966 if (uc->config.enable_burst) in udma_start()
4226 ucc->enable_burst = ep_config->pdma_burst; in udma_dma_filter_fn()
5352 if (ucc->enable_acc32 || ucc->enable_burst) in udma_dbg_summary_show_chan()
5355 ucc->enable_burst ? " BURST" : ""); in udma_dbg_summary_show_chan()