Home
last modified time | relevance | path

Searched refs:burst_mode (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Domap-dma.h228 enum omap_dma_burst_mode burst_mode; /* Burst mode 4/8/16 words */ member
324 enum omap_dma_burst_mode burst_mode);
331 enum omap_dma_burst_mode burst_mode);
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dhw.c253 void mm81x_hw_enable_burst_mode(struct mm81x *mors, const u8 burst_mode) in mm81x_hw_enable_burst_mode() argument
263 reg32_value |= (u32)(burst_mode << MM8108_REG_SDIO_DEVICE_BURST_OFFSET); in mm81x_hw_enable_burst_mode()
267 burst_mode, reg32_value); in mm81x_hw_enable_burst_mode()
H A Dhw.h139 void mm81x_hw_enable_burst_mode(struct mm81x *mors, const u8 burst_mode);
H A Dsdio.c475 u8 burst_mode = (enable_burst) ? SDIO_WORD_BURST_SIZE_16 : in mm81x_sdio_config_burst_mode() local
478 mm81x_hw_enable_burst_mode(mors, burst_mode); in mm81x_sdio_config_burst_mode()
/linux/arch/arm/mach-omap1/
H A Domap-dma.c211 void omap_set_dma_src_burst_mode(int lch, enum omap_dma_burst_mode burst_mode) in omap_set_dma_src_burst_mode() argument
219 switch (burst_mode) { in omap_set_dma_src_burst_mode()
279 void omap_set_dma_dest_burst_mode(int lch, enum omap_dma_burst_mode burst_mode) in omap_set_dma_dest_burst_mode() argument
287 switch (burst_mode) { in omap_set_dma_dest_burst_mode()
/linux/drivers/gpu/drm/sprd/
H A Dsprd_dsi.h94 u8 burst_mode; member
/linux/drivers/usb/host/
H A Dxhci-mtk.h122 u32 burst_mode; member
H A Dxhci-mtk-sch.c317 sch_ep->burst_mode = 0; in setup_sch_info()
340 sch_ep->burst_mode = 1; in setup_sch_info()
997 | EP_BBM(sch_ep->burst_mode)); in xhci_mtk_check_bandwidth()
1002 sch_ep->pkts, sch_ep->cs_count, sch_ep->burst_mode, in xhci_mtk_check_bandwidth()