/openbmc/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 | 420 } dirmap; member
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | otp.c | 47 rdesc = nor->dirmap.rdesc; in spi_nor_otp_read_secr() 52 nor->dirmap.rdesc = NULL; in spi_nor_otp_read_secr() 60 nor->dirmap.rdesc = rdesc; in spi_nor_otp_read_secr() 94 wdesc = nor->dirmap.wdesc; in spi_nor_otp_write_secr() 98 nor->dirmap.wdesc = NULL; in spi_nor_otp_write_secr() 118 nor->dirmap.wdesc = wdesc; in spi_nor_otp_write_secr()
|
H A D | core.c | 217 if (nor->dirmap.rdesc) { in spi_nor_spimem_read_data() 218 nbytes = spi_mem_dirmap_read(nor->dirmap.rdesc, op.addr.val, in spi_nor_spimem_read_data() 279 if (nor->dirmap.wdesc) { in spi_nor_spimem_write_data() 280 nbytes = spi_mem_dirmap_write(nor->dirmap.wdesc, op.addr.val, in spi_nor_spimem_write_data() 3585 nor->dirmap.rdesc = devm_spi_mem_dirmap_create(nor->dev, nor->spimem, in spi_nor_create_read_dirmap() 3587 return PTR_ERR_OR_ZERO(nor->dirmap.rdesc); in spi_nor_create_read_dirmap() 3614 nor->dirmap.wdesc = devm_spi_mem_dirmap_create(nor->dev, nor->spimem, in spi_nor_create_write_dirmap() 3616 return PTR_ERR_OR_ZERO(nor->dirmap.wdesc); in spi_nor_create_write_dirmap()
|
/openbmc/linux/drivers/memory/ |
H A D | renesas-rpc-if.c | 174 void __iomem *dirmap; member 308 rpcif->dirmap = rpc->dirmap; in rpcif_sw_init() 562 if (!(smenr & RPCIF_SMENR_ADE(0xF)) && rpc->dirmap) { in rpcif_manual_xfer() 577 memcpy_fromio(rpc->buffer, rpc->dirmap, rpc->xferlen); in rpcif_manual_xfer() 699 memcpy_fromio_readw(buf, rpc->dirmap + from, len); in rpcif_dirmap_read() 701 memcpy_fromio(buf, rpc->dirmap + from, len); in rpcif_dirmap_read() 752 rpc->dirmap = devm_ioremap_resource(dev, res); in rpcif_probe() 753 if (IS_ERR(rpc->dirmap)) in rpcif_probe() 754 return PTR_ERR(rpc->dirmap); in rpcif_probe()
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | mxicy,mx25f0a-spi.yaml | 26 - const: dirmap 60 reg-names = "regs", "dirmap";
|
/openbmc/linux/Documentation/devicetree/bindings/mtd/ |
H A D | mxicy,nand-ecc-engine.yaml | 37 reg-names = "regs", "dirmap"; 60 reg-names = "regs", "dirmap";
|
/openbmc/linux/include/memory/ |
H A D | renesas-rpc-if.h | 68 void __iomem *dirmap; member
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | renesas,rpc-if.yaml | 66 - const: dirmap 130 reg-names = "regs", "dirmap", "wbuf";
|
/openbmc/linux/drivers/mtd/hyperbus/ |
H A D | rpc-if.c | 140 hyperbus->hbdev.map.virt = hyperbus->rpc.dirmap; in rpcif_hb_probe()
|
/openbmc/linux/drivers/mtd/nand/ |
H A D | ecc-mxic.c | 469 unsigned int direction, dma_addr_t dirmap) in mxic_ecc_process_data_pipelined() argument 473 if (dirmap) in mxic_ecc_process_data_pipelined() 474 writel(dirmap, mxic->regs + HC_SLV_ADDR); in mxic_ecc_process_data_pipelined()
|
/openbmc/linux/drivers/spi/ |
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 | Kconfig | 339 will stall during each IO from/to the dirmap region until the
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | README.md | 561 dirmap = { 577 return map(get_package_name, dirmap.keys()) 580 return map(get_package_dirent, dirmap.items())
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | r9a07g043.dtsi | 567 reg-names = "regs", "dirmap", "wbuf";
|
H A D | r8a77970.dtsi | 1045 reg-names = "regs", "dirmap", "wbuf";
|
H A D | r9a07g044.dtsi | 680 reg-names = "regs", "dirmap", "wbuf";
|
H A D | r9a07g054.dtsi | 685 reg-names = "regs", "dirmap", "wbuf";
|
H A D | r8a77980.dtsi | 1350 reg-names = "regs", "dirmap", "wbuf";
|
H A D | r8a77995.dtsi | 1248 reg-names = "regs", "dirmap", "wbuf";
|
H A D | r8a774c0.dtsi | 1668 reg-names = "regs", "dirmap", "wbuf";
|
H A D | r8a77990.dtsi | 1834 reg-names = "regs", "dirmap", "wbuf";
|
H A D | r8a779g0.dtsi | 1807 reg-names = "regs", "dirmap", "wbuf";
|
H A D | r8a779a0.dtsi | 2137 reg-names = "regs", "dirmap", "wbuf";
|
H A D | r8a774b1.dtsi | 2191 reg-names = "regs", "dirmap", "wbuf";
|