Searched full:dirmap (Results 1 – 18 of 18) sorted by relevance
| /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/mtd/hyperbus/ |
| H A D | rpc-if.c | 140 hyperbus->hbdev.map.virt = hyperbus->rpc.dirmap; in rpcif_hb_probe()
|
| /linux/drivers/mtd/spi-nor/ |
| H A D | core.c | 222 if (nor->dirmap.rdesc) { in spi_nor_spimem_read_data() 223 nbytes = spi_mem_dirmap_read(nor->dirmap.rdesc, op.addr.val, in spi_nor_spimem_read_data() 284 if (nor->dirmap.wdesc) { in spi_nor_spimem_write_data() 285 nbytes = spi_mem_dirmap_write(nor->dirmap.wdesc, op.addr.val, in spi_nor_spimem_write_data() 3667 nor->dirmap.rdesc = devm_spi_mem_dirmap_create(nor->dev, nor->spimem, in spi_nor_create_read_dirmap() 3669 return PTR_ERR_OR_ZERO(nor->dirmap.rdesc); in spi_nor_create_read_dirmap() 3696 nor->dirmap.wdesc = devm_spi_mem_dirmap_create(nor->dev, nor->spimem, in spi_nor_create_write_dirmap() 3698 return PTR_ERR_OR_ZERO(nor->dirmap.wdesc); in spi_nor_create_write_dirmap()
|
| /linux/drivers/spi/ |
| H A D | spi-mem.c | 779 * @dev: device the dirmap desc will be attached to 824 * @dev: device the dirmap desc is attached to
|
| H A D | spi-mxic.c | 788 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "dirmap"); in mxic_spi_probe()
|
| H A D | spi-stm32-ospi.c | 632 * Make a local copy of desc op_tmpl and complete dirmap rdesc in stm32_ospi_dirmap_read()
|
| H A D | spi-dw-core.c | 770 * controller doesn't have an embedded dirmap interface. Note the memory
|
| /linux/drivers/mtd/nand/spi/ |
| H A D | core.c | 525 * Dirmap accesses are allowed to toggle the CS. in spinand_read_from_cache_op() 1825 * (dirmap based I/O accessors) will work. Page accesses would require in spinand_mtd_suspend()
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r9a07g043.dtsi | 567 reg-names = "regs", "dirmap", "wbuf";
|
| H A D | r8a77995.dtsi | 1271 reg-names = "regs", "dirmap", "wbuf";
|
| H A D | r9a09g057.dtsi | 322 reg-names = "regs", "dirmap";
|
| H A D | r8a774c0.dtsi | 1688 reg-names = "regs", "dirmap", "wbuf";
|