Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/hyperbus/
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()
Drpc-if.c3 * Linux driver for RPC-IF HyperFlash
172 .name = "rpc-if-hyperflash",
178 MODULE_DESCRIPTION("Renesas RPC-IF HyperFlash driver");
DKconfig11 HyperFlash. See Cypress HyperBus specification for more
/Linux-v6.1/include/linux/mtd/
Dhyperbus.h23 HYPERFLASH, enumerator
33 * @memtype: type of memory device: HyperFlash or HyperRAM
/Linux-v6.1/drivers/memory/
Drenesas-rpc-if.c301 int rpcif_hw_init(struct rpcif *rpc, bool hyperflash) in rpcif_hw_init() argument
318 RPCIF_PHYCNT_PHYMEM(hyperflash ? 3 : 0)); in rpcif_hw_init()
329 if (hyperflash) in rpcif_hw_init()
337 RPCIF_CMNCR_BSZ(hyperflash ? 1 : 0)); in rpcif_hw_init()
343 RPCIF_CMNCR_BSZ(hyperflash ? 1 : 0)); in rpcif_hw_init()
354 rpc->bus_size = hyperflash ? 2 : 1; in rpcif_hw_init()
684 name = "rpc-if-hyperflash"; in rpcif_probe()
DKconfig226 either SPI host or HyperFlash. You'll have to select individual
/Linux-v6.1/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-v6.1/include/memory/
Drenesas-rpc-if.h88 int rpcif_hw_init(struct rpcif *rpc, bool hyperflash);
/Linux-v6.1/Documentation/devicetree/bindings/mtd/
Dti,am654-hbmc.yaml63 compatible = "cypress,hyperflash", "cfi-flash";
Dmtd-physmap.yaml28 - cypress,hyperflash
/Linux-v6.1/arch/arm64/boot/dts/ti/
Dk3-j7200-som-p0.dtsi141 compatible = "cypress,hyperflash", "cfi-flash";
/Linux-v6.1/arch/arm64/boot/dts/renesas/
Dulcb.dtsi441 compatible = "cypress,hyperflash", "cfi-flash";
Ddraak.dtsi646 compatible = "cypress,hyperflash", "cfi-flash";
Debisu.dtsi735 compatible = "cypress,hyperflash", "cfi-flash";
Dsalvator-common.dtsi881 compatible = "cypress,hyperflash", "cfi-flash";
/Linux-v6.1/drivers/pinctrl/renesas/
Dpfc-r8a77970.c1391 /* HyperFlash: CK, CK# */
1399 /* HyperFlash: CS#, RDS */
Dpfc-r8a77980.c1684 /* HyperFlash: CK, CK# */
1692 /* HyperFlash: CS#, RDS */
Dpfc-r8a77995.c1705 /* HyperFlash: CK, CK# */
1713 /* HyperFlash: CS#, RDS */
Dpfc-r8a77990.c2842 /* HyperFlash: CK, CK# */
2850 /* HyperFlash: CS#, RDS */
/Linux-v6.1/drivers/mtd/chips/
Dcfi_cmdset_0002.c55 * support DQ polling (e.g. HyperFlash)