Home
last modified time | relevance | path

Searched full:dirmap (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A Dspi-mxic.txt10 - reg-names: should contain "regs" and "dirmap"
23 reg-names = "regs", "dirmap";
/OK3568_Linux_fs/kernel/drivers/memory/
H A Drenesas-rpc-if.c275 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 Drenesas,rpc-if.yaml43 - const: dirmap
76 reg-names = "regs", "dirmap", "wbuf";
/OK3568_Linux_fs/kernel/include/memory/
H A Drenesas-rpc-if.h62 void __iomem *dirmap; member
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-dw-bt1.c146 * 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 Dspi-rpc-if.c103 if (!rpc->dirmap && desc->info.op_tmpl.data.dir == SPI_MEM_DATA_IN) in rpcif_spi_mem_dirmap_create()
H A Dspi-mem.c589 * @dev: device the dirmap desc will be attached to
634 * @dev: device the dirmap desc is attached to
H A DKconfig278 will stall during each IO from/to the dirmap region until the
H A Dspi-dw-core.c745 * controller doesn't have an embedded dirmap interface. Note the memory
/OK3568_Linux_fs/kernel/drivers/mtd/hyperbus/
H A Drpc-if.c138 hyperbus->hbdev.map.virt = hyperbus->rpc.dirmap; in rpcif_hb_probe()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h358 * @dirmap: pointers to struct spi_mem_dirmap_desc for reads/writes.
389 } dirmap; member
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.c126 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 Dr8a77970.dtsi1048 reg-names = "regs", "dirmap", "wbuf";
H A Dr8a77980.dtsi1353 reg-names = "regs", "dirmap", "wbuf";