Searched full:dirmap (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/ |
| H A D | spi-mxic.txt | 10 - reg-names: should contain "regs" and "dirmap" 23 reg-names = "regs", "dirmap";
|
| /OK3568_Linux_fs/kernel/drivers/memory/ |
| H A D | renesas-rpc-if.c | 275 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "dirmap"); in rpcif_sw_init() 276 rpc->dirmap = devm_ioremap_resource(&pdev->dev, res); in rpcif_sw_init() 277 if (IS_ERR(rpc->dirmap)) in rpcif_sw_init() 278 return PTR_ERR(rpc->dirmap); in rpcif_sw_init() 518 if (!(smenr & RPCIF_SMENR_ADE(0xF)) && rpc->dirmap) { in rpcif_manual_xfer() 533 memcpy_fromio(rpc->buffer, rpc->dirmap, rpc->xferlen); in rpcif_manual_xfer() 614 memcpy_fromio(buf, rpc->dirmap + from, len); in rpcif_dirmap_read()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | renesas,rpc-if.yaml | 43 - const: dirmap 76 reg-names = "regs", "dirmap", "wbuf";
|
| /OK3568_Linux_fs/kernel/include/memory/ |
| H A D | renesas-rpc-if.h | 62 void __iomem *dirmap; member
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-dw-bt1.c | 146 * dirmap operation. in dw_spi_bt1_dirmap_read() 211 * from/to the dirmap region until the operation is finished. So don't in dw_spi_bt1_sys_init()
|
| H A D | spi-rpc-if.c | 103 if (!rpc->dirmap && desc->info.op_tmpl.data.dir == SPI_MEM_DATA_IN) in rpcif_spi_mem_dirmap_create()
|
| H A D | spi-mem.c | 589 * @dev: device the dirmap desc will be attached to 634 * @dev: device the dirmap desc is attached to
|
| H A D | Kconfig | 278 will stall during each IO from/to the dirmap region until the
|
| H A D | spi-dw-core.c | 745 * controller doesn't have an embedded dirmap interface. Note the memory
|
| /OK3568_Linux_fs/kernel/drivers/mtd/hyperbus/ |
| H A D | rpc-if.c | 138 hyperbus->hbdev.map.virt = hyperbus->rpc.dirmap; in rpcif_hb_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | spi-nor.h | 358 * @dirmap: pointers to struct spi_mem_dirmap_desc for reads/writes. 389 } dirmap; member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/ |
| H A D | core.c | 126 if (nor->dirmap.rdesc) { in spi_nor_spimem_read_data() 127 nbytes = spi_mem_dirmap_read(nor->dirmap.rdesc, op.addr.val, in spi_nor_spimem_read_data() 190 if (nor->dirmap.wdesc) { in spi_nor_spimem_write_data() 191 nbytes = spi_mem_dirmap_write(nor->dirmap.wdesc, op.addr.val, in spi_nor_spimem_write_data() 3451 nor->dirmap.rdesc = devm_spi_mem_dirmap_create(nor->dev, nor->spimem, in spi_nor_create_read_dirmap() 3453 return PTR_ERR_OR_ZERO(nor->dirmap.rdesc); in spi_nor_create_read_dirmap() 3477 nor->dirmap.wdesc = devm_spi_mem_dirmap_create(nor->dev, nor->spimem, in spi_nor_create_write_dirmap() 3479 return PTR_ERR_OR_ZERO(nor->dirmap.wdesc); in spi_nor_create_write_dirmap()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/renesas/ |
| H A D | r8a77970.dtsi | 1048 reg-names = "regs", "dirmap", "wbuf";
|
| H A D | r8a77980.dtsi | 1353 reg-names = "regs", "dirmap", "wbuf";
|