Searched full:dirmap (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/memory/ |
H A D | renesas-rpc-if.c | 67 void __iomem *dirmap; member 210 rpcif->dirmap = rpc->dirmap; in rpcif_sw_init() 557 if (!(smenr & RPCIF_SMENR_ADE(0xF)) && rpc->dirmap) { in rpcif_manual_xfer_impl() 572 memcpy_fromio(rpc->buffer, rpc->dirmap, rpc->xferlen); in rpcif_manual_xfer_impl() 843 memcpy_fromio_readw(buf, rpc->dirmap + from, len); in rpcif_dirmap_read_impl() 845 memcpy_fromio(buf, rpc->dirmap + from, len); in rpcif_dirmap_read_impl() 881 memcpy_fromio(buf, xspi->dirmap + from, len); in xspi_dirmap_read_impl() 957 memcpy_toio(xspi->dirmap + from, buf, writebytes); in xspi_dirmap_write() 1012 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "dirmap"); in rpcif_probe() 1013 rpc->dirmap = devm_ioremap_resource(dev, res); in rpcif_probe() [all …]
|
/linux/include/linux/mtd/ |
H A D | nand-ecc-mxic.h | 23 unsigned int direction, dma_addr_t dirmap); 42 dma_addr_t dirmap) in mxic_ecc_process_data_pipelined() argument
|
H A D | spi-nor.h | 379 * @dirmap: pointers to struct spi_mem_dirmap_desc for reads/writes. 420 } dirmap; member
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | mxicy,mx25f0a-spi.yaml | 26 - const: dirmap 60 reg-names = "regs", "dirmap";
|
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | mxicy,nand-ecc-engine.yaml | 37 reg-names = "regs", "dirmap"; 60 reg-names = "regs", "dirmap";
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | renesas,rzg3e-xspi.yaml | 43 - const: dirmap 122 reg-names = "regs", "dirmap";
|
H A D | renesas,rpc-if.yaml | 67 - const: dirmap 135 reg-names = "regs", "dirmap", "wbuf";
|
/linux/include/memory/ |
H A D | renesas-rpc-if.h | 69 void __iomem *dirmap; member
|
/linux/drivers/spi/ |
H A D | spi-dw-bt1.c | 148 * dirmap operation. in dw_spi_bt1_dirmap_read() 213 * from/to the dirmap region until the operation is finished. So don't in dw_spi_bt1_sys_init()
|
H A D | spi-mem.c | 754 * @dev: device the dirmap desc will be attached to 799 * @dev: device the dirmap desc is attached to
|
H A D | spi-stm32-qspi.c | 524 /* make a local copy of desc op_tmpl and complete dirmap rdesc in stm32_qspi_dirmap_read()
|
H A D | spi-stm32-ospi.c | 609 * Make a local copy of desc op_tmpl and complete dirmap rdesc in stm32_ospi_dirmap_read()
|
H A D | spi-dw-core.c | 755 * controller doesn't have an embedded dirmap interface. Note the memory
|
/linux/drivers/mtd/hyperbus/ |
H A D | rpc-if.c | 140 hyperbus->hbdev.map.virt = hyperbus->rpc.dirmap; in rpcif_hb_probe()
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | r9a07g043.dtsi | 567 reg-names = "regs", "dirmap", "wbuf";
|
H A D | r9a07g054.dtsi | 800 reg-names = "regs", "dirmap", "wbuf";
|
H A D | r9a07g044.dtsi | 795 reg-names = "regs", "dirmap", "wbuf";
|
H A D | r8a77995.dtsi | 1261 reg-names = "regs", "dirmap", "wbuf";
|