Searched refs:burst_mode (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/rtl8821c/ |
| H A D | rtl8821c_mac.c | 161 u8 burst_mode; in rtl8821c_pretx_cd_config() local 165 burst_mode = rtw_read8(adapter, REG_SW_AMPDU_BURST_MODE_CTRL_8821C); in rtl8821c_pretx_cd_config() 166 if (!(burst_mode & BIT_PRE_TX_CMD_8821C)) { in rtl8821c_pretx_cd_config() 167 burst_mode |= BIT_PRE_TX_CMD_8821C; in rtl8821c_pretx_cd_config() 168 rtw_write8(adapter, REG_SW_AMPDU_BURST_MODE_CTRL_8821C, burst_mode); in rtl8821c_pretx_cd_config()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/rtl8821c/ |
| H A D | rtl8821c_mac.c | 160 u8 burst_mode; in rtl8821c_pretx_cd_config() local 164 burst_mode = rtw_read8(adapter, REG_SW_AMPDU_BURST_MODE_CTRL_8821C); in rtl8821c_pretx_cd_config() 165 if (!(burst_mode & BIT_PRE_TX_CMD_8821C)) { in rtl8821c_pretx_cd_config() 166 burst_mode |= BIT_PRE_TX_CMD_8821C; in rtl8821c_pretx_cd_config() 167 rtw_write8(adapter, REG_SW_AMPDU_BURST_MODE_CTRL_8821C, burst_mode); in rtl8821c_pretx_cd_config()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | omap-dma.h | 228 enum omap_dma_burst_mode burst_mode; /* Burst mode 4/8/16 words */ member 317 enum omap_dma_burst_mode burst_mode); 324 enum omap_dma_burst_mode burst_mode);
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | sirf-dma.c | 127 int cid, int burst_mode, void __iomem *base); 133 int cid, int burst_mode, void __iomem *base); 163 int cid, int burst_mode, void __iomem *base) in sirfsoc_dma_execute_hw_a7v2() argument 194 int cid, int burst_mode, void __iomem *base) in sirfsoc_dma_execute_hw_a7v1() argument 199 writel_relaxed(cid | (burst_mode << SIRFSOC_DMA_MODE_CTRL_BIT) | in sirfsoc_dma_execute_hw_a7v1() 216 int cid, int burst_mode, void __iomem *base) in sirfsoc_dma_execute_hw_a6() argument 219 writel_relaxed(cid | (burst_mode << SIRFSOC_DMA_MODE_CTRL_BIT) | in sirfsoc_dma_execute_hw_a6()
|
| /OK3568_Linux_fs/kernel/arch/arm/plat-omap/ |
| H A D | dma.c | 286 void omap_set_dma_src_burst_mode(int lch, enum omap_dma_burst_mode burst_mode) in omap_set_dma_src_burst_mode() argument 294 switch (burst_mode) { in omap_set_dma_src_burst_mode() 367 void omap_set_dma_dest_burst_mode(int lch, enum omap_dma_burst_mode burst_mode) in omap_set_dma_dest_burst_mode() argument 375 switch (burst_mode) { in omap_set_dma_dest_burst_mode()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-mtk-sch.c | 303 sch_ep->burst_mode = 0; in setup_sch_info() 327 sch_ep->burst_mode = 1; in setup_sch_info() 812 | EP_BBM(sch_ep->burst_mode)); in xhci_mtk_check_bandwidth() 817 sch_ep->pkts, sch_ep->cs_count, sch_ep->burst_mode, in xhci_mtk_check_bandwidth()
|
| H A D | xhci-mtk.h | 96 u32 burst_mode; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | kirin_drm_dsi.h | 72 u32 burst_mode; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | nwl-dsi.c | 269 bool burst_mode; in nwl_dsi_config_dpi() local 310 burst_mode = (dsi->dsi_mode_flags & MIPI_DSI_MODE_VIDEO_BURST) && in nwl_dsi_config_dpi() 313 if (burst_mode) { in nwl_dsi_config_dpi()
|