Home
last modified time | relevance | path

Searched refs:ctrllo (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/rockchip/
H A Dpcie-rkep.c319 cur->ctx_reg.ctrllo.asdword); in pcie_rkep_start_dma_rd()
344 cur->ctx_reg.ctrllo.asdword); in pcie_rkep_start_dma_wr()
379 table->ctx_reg.ctrllo.lie = 0x1; in pcie_rkep_config_dma_dwc()
380 table->ctx_reg.ctrllo.rie = 0x0; in pcie_rkep_config_dma_dwc()
381 table->ctx_reg.ctrllo.td = 0x1; in pcie_rkep_config_dma_dwc()
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-dw-ep-rockchip.c794 cur->ctx_reg.ctrllo.asdword); in rockchip_pcie_start_dma_rd()
819 cur->ctx_reg.ctrllo.asdword); in rockchip_pcie_start_dma_wr()
854 table->ctx_reg.ctrllo.lie = 0x1; in rockchip_pcie_config_dma_dwc()
855 table->ctx_reg.ctrllo.rie = 0x0; in rockchip_pcie_config_dma_dwc()
856 table->ctx_reg.ctrllo.td = 0x1; in rockchip_pcie_config_dma_dwc()
H A Dpcie-dw-rockchip.c1368 cur->ctx_reg.ctrllo.asdword); in rk_pcie_start_dma_rd()
1392 cur->ctx_reg.ctrllo.asdword); in rk_pcie_start_dma_wr()
1427 table->ctx_reg.ctrllo.lie = 0x1; in rk_pcie_config_dma_dwc()
1428 table->ctx_reg.ctrllo.rie = 0x0; in rk_pcie_config_dma_dwc()
1429 table->ctx_reg.ctrllo.td = 0x1; in rk_pcie_config_dma_dwc()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Drockchip-pcie-dma.h97 union chan_ctrl_lo ctrllo; member