Home
last modified time | relevance | path

Searched full:hyperflash (Results 1 – 21 of 21) sorted by relevance

/linux-6.14.4/drivers/mtd/hyperbus/
Drpc-if.c3 * Linux driver for RPC-IF HyperFlash
167 { .name = "rpc-if-hyperflash" },
177 .name = "rpc-if-hyperflash",
183 MODULE_DESCRIPTION("Renesas RPC-IF HyperFlash driver");
Dhyperbus-core.c74 if (!of_device_is_compatible(np, "cypress,hyperflash")) { in hyperbus_register_device()
75 dev_err(ctlr->dev, "\"cypress,hyperflash\" compatible missing\n"); in hyperbus_register_device()
79 hbdev->memtype = HYPERFLASH; in hyperbus_register_device()
DKconfig11 HyperFlash. See Cypress HyperBus specification for more
/linux-6.14.4/include/linux/mtd/
Dhyperbus.h23 HYPERFLASH, enumerator
33 * @memtype: type of memory device: HyperFlash or HyperRAM
/linux-6.14.4/Documentation/devicetree/bindings/memory-controllers/
Drenesas,rpc-if.yaml13 Renesas RPC-IF allows a SPI flash or HyperFlash connected to the SoC to
20 - if it contains "cfi-flash", then HyperFlash is used.
/linux-6.14.4/drivers/memory/
Drenesas-rpc-if.c328 int rpcif_hw_init(struct device *dev, bool hyperflash) in rpcif_hw_init() argument
347 RPCIF_PHYCNT_PHYMEM(hyperflash ? 3 : 0)); in rpcif_hw_init()
362 if (hyperflash) in rpcif_hw_init()
371 RPCIF_CMNCR_BSZ(hyperflash ? 1 : 0)); in rpcif_hw_init()
376 RPCIF_CMNCR_BSZ(hyperflash ? 1 : 0)); in rpcif_hw_init()
387 rpc->bus_size = hyperflash ? 2 : 1; in rpcif_hw_init()
728 name = "rpc-if-hyperflash"; in rpcif_probe()
DKconfig215 either SPI host or HyperFlash. You'll have to select individual
/linux-6.14.4/include/memory/
Drenesas-rpc-if.h73 int rpcif_hw_init(struct device *dev, bool hyperflash);
/linux-6.14.4/Documentation/devicetree/bindings/mtd/
Dti,am654-hbmc.yaml65 compatible = "cypress,hyperflash", "cfi-flash";
Dmtd-physmap.yaml32 - cypress,hyperflash
/linux-6.14.4/arch/arm64/boot/dts/renesas/
Dulcb.dtsi398 compatible = "cypress,hyperflash", "cfi-flash";
Ddraak.dtsi645 compatible = "cypress,hyperflash", "cfi-flash";
Debisu.dtsi736 compatible = "cypress,hyperflash", "cfi-flash";
Dsalvator-common.dtsi875 compatible = "cypress,hyperflash", "cfi-flash";
/linux-6.14.4/arch/arm64/boot/dts/ti/
Dk3-j7200-som-p0.dtsi190 compatible = "cypress,hyperflash", "cfi-flash";
Dk3-j721e-som-p0.dtsi445 compatible = "cypress,hyperflash", "cfi-flash";
/linux-6.14.4/drivers/pinctrl/renesas/
Dpfc-r8a77970.c1392 /* HyperFlash: CK, CK# */
1400 /* HyperFlash: CS#, RDS */
Dpfc-r8a77980.c1686 /* HyperFlash: CK, CK# */
1694 /* HyperFlash: CS#, RDS */
Dpfc-r8a77995.c1706 /* HyperFlash: CK, CK# */
1714 /* HyperFlash: CS#, RDS */
Dpfc-r8a77990.c2844 /* HyperFlash: CK, CK# */
2852 /* HyperFlash: CS#, RDS */
/linux-6.14.4/drivers/mtd/chips/
Dcfi_cmdset_0002.c53 * support DQ polling (e.g. HyperFlash)