Home
last modified time | relevance | path

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

/linux-5.10/Documentation/devicetree/bindings/mtd/
Dcypress,hyperflash.txt1 Bindings for HyperFlash NOR flash chips compliant with Cypress HyperBus
5 - compatible : "cypress,hyperflash", "cfi-flash" for HyperFlash NOR chips
11 compatible = "cypress,hyperflash", "cfi-flash";
Dti,am654-hbmc.txt48 compatible = "cypress,hyperflash", "cfi-flash";
/linux-5.10/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
163 .name = "rpc-if-hyperflash",
169 MODULE_DESCRIPTION("Renesas RPC-IF HyperFlash driver");
DKconfig11 HyperFlash. See Cypress HyperBus specification for more
/linux-5.10/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-5.10/include/linux/mtd/
Dhyperbus.h23 HYPERFLASH, enumerator
33 * @memtype: type of memory device: HyperFlash or HyperRAM
/linux-5.10/drivers/memory/
Drenesas-rpc-if.c219 void rpcif_hw_init(struct rpcif *rpc, bool hyperflash) in rpcif_hw_init() argument
234 RPCIF_PHYCNT_PHYMEM(hyperflash ? 3 : 0) | 0x260); in rpcif_hw_init()
247 if (hyperflash) in rpcif_hw_init()
253 RPCIF_CMNCR_BSZ(hyperflash ? 1 : 0)); in rpcif_hw_init()
263 rpc->bus_size = hyperflash ? 2 : 1; in rpcif_hw_init()
561 name = "rpc-if-hyperflash"; in rpcif_probe()
DKconfig206 host or HyperFlash. You'll have to select individual components
/linux-5.10/include/memory/
Drenesas-rpc-if.h79 void rpcif_hw_init(struct rpcif *rpc, bool hyperflash);
/linux-5.10/arch/arm64/boot/dts/ti/
Dk3-j7200-som-p0.dtsi62 compatible = "cypress,hyperflash", "cfi-flash";
/linux-5.10/drivers/pinctrl/renesas/
Dpfc-r8a77970.c1428 /* HyperFlash: CK, CK# */
1436 /* HyperFlash: CS#, RDS */
Dpfc-r8a77980.c1722 /* HyperFlash: CK, CK# */
1730 /* HyperFlash: CS#, RDS */
/linux-5.10/drivers/mtd/chips/
Dcfi_cmdset_0002.c54 * support DQ polling (e.g. HyperFlash)
/linux-5.10/
DMAINTAINERS8188 F: Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt