Home
last modified time | relevance | path

Searched refs:idmac (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma/ipu/
H A Dipu_idmac.c30 static int ipu_disable_channel(struct idmac *idmac, struct idmac_channel *ichan,
41 #define to_ipu(id) container_of(id, struct ipu, idmac)
602 static int ipu_enable_channel(struct idmac *idmac, struct idmac_channel *ichan) in ipu_enable_channel() argument
604 struct ipu *ipu = to_ipu(idmac); in ipu_enable_channel()
658 struct idmac *idmac = to_idmac(ichan->dma_chan.device); in ipu_init_channel_buffer() local
659 struct ipu *ipu = to_ipu(idmac); in ipu_init_channel_buffer()
823 struct idmac *idmac = to_idmac(tx->chan->device); in idmac_tx_submit() local
824 struct ipu *ipu = to_ipu(idmac); in idmac_tx_submit()
883 ret = ipu_enable_channel(idmac, ichan); in idmac_tx_submit()
912 struct idmac *idmac = to_idmac(ichan->dma_chan.device); in idmac_desc_alloc() local
[all …]
H A Dipu_intern.h145 struct idmac { struct
159 struct idmac idmac; member
164 #define to_idmac(d) container_of(d, struct idmac, dma)
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_thunderboot_mmc.c88 struct resource idmac; in rk_tb_mmc_thread() local
90 ret = of_address_to_resource(dma, 0, &idmac); in rk_tb_mmc_thread()
92 free_reserved_area(phys_to_virt(idmac.start), in rk_tb_mmc_thread()
93 phys_to_virt(idmac.start) + resource_size(&idmac), in rk_tb_mmc_thread()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drv1126-thunder-boot-emmc.dtsi24 memory-region-idmac = <&mmc_idmac>;
H A Drv1106-thunder-boot-emmc.dtsi24 memory-region-idmac = <&mmc_idmac>;
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c102 static void dwmci_set_idma_desc(struct dwmci_idmac *idmac, in dwmci_set_idma_desc() argument
105 struct dwmci_idmac *desc = idmac; in dwmci_set_idma_desc()