Home
last modified time | relevance | path

Searched refs:chnl (Results 1 - 9 of 9) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmsdpcm.h237 #define SDIODDMAREG32(h, dir, chnl) \
239 (void *)(uintptr)&((h)->regs->dma.sdiod32.dma32regs[chnl].xmt) : \
240 (void *)(uintptr)&((h)->regs->dma.sdiod32.dma32regs[chnl].rcv))
242 #define SDIODDMAREG64(h, dir, chnl) \
244 (void *)(uintptr)&((h)->regs->dma.sdiod64.dma64regs[chnl].xmt) : \
245 (void *)(uintptr)&((h)->regs->dma.sdiod64.dma64regs[chnl].rcv))
247 #define SDIODDMAREG(h, dir, chnl) \
249 SDIODDMAREG32((h), (dir), (chnl)) : \
250 SDIODDMAREG64((h), (dir), (chnl)))
252 #define PCMDDMAREG(h, dir, chnl) \
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/
H A DMakefile20 .PHONY:clean all base sys vi mcf vo vo_dev vpss avs chnl region vgs gdc venc vedu vdec vfmw jpegd dis isp audio audio_bin
75 chnl:
76 @cd chnl && make
126 @cd chnl && make clean
/device/soc/rockchip/common/vendor/drivers/pci/
H A Drockchip-pcie-dma.h83 u32 chnl : 3; // 0 member
H A Dpcie-dw-rockchip.c1167 table->start.chnl = PCIE_DMA_CHN0; in rk_pcie_config_dma_dwc()
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/
H A Drockchip-pcie-dma.h84 u32 chnl : 3; // 0 member
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Drockchip-pcie-dma.h86 u32 chnl :3; // 0 member
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/
H A Drockchip-pcie-dma.h86 u32 chnl :3; // 0 member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/
H A Dcfg.mak182 # media chnl config
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/dwc/
H A Dpcie-dw-rockchip.c1377 table->start.chnl = table->chn; in rk_pcie_config_dma_dwc()

Completed in 9 milliseconds