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 D | bcmsdpcm.h | 237 #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 D | Makefile | 20 .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 D | rockchip-pcie-dma.h | 83 u32 chnl : 3; // 0 member
|
H A D | pcie-dw-rockchip.c | 1167 table->start.chnl = PCIE_DMA_CHN0; in rk_pcie_config_dma_dwc()
|
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/ |
H A D | rockchip-pcie-dma.h | 84 u32 chnl : 3; // 0 member
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | rockchip-pcie-dma.h | 86 u32 chnl :3; // 0 member
|
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/ |
H A D | rockchip-pcie-dma.h | 86 u32 chnl :3; // 0 member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/ |
H A D | cfg.mak | 182 # media chnl config
|
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/dwc/ |
H A D | pcie-dw-rockchip.c | 1377 table->start.chnl = table->chn; in rk_pcie_config_dma_dwc()
|
Completed in 9 milliseconds