Searched full:hyperflash (Results 1 – 20 of 20) sorted by relevance
/Linux-v6.1/drivers/mtd/hyperbus/ |
D | hyperbus-core.c | 74 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()
|
D | rpc-if.c | 3 * Linux driver for RPC-IF HyperFlash 172 .name = "rpc-if-hyperflash", 178 MODULE_DESCRIPTION("Renesas RPC-IF HyperFlash driver");
|
D | Kconfig | 11 HyperFlash. See Cypress HyperBus specification for more
|
/Linux-v6.1/include/linux/mtd/ |
D | hyperbus.h | 23 HYPERFLASH, enumerator 33 * @memtype: type of memory device: HyperFlash or HyperRAM
|
/Linux-v6.1/drivers/memory/ |
D | renesas-rpc-if.c | 301 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()
|
D | Kconfig | 226 either SPI host or HyperFlash. You'll have to select individual
|
/Linux-v6.1/Documentation/devicetree/bindings/memory-controllers/ |
D | renesas,rpc-if.yaml | 13 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/ |
D | renesas-rpc-if.h | 88 int rpcif_hw_init(struct rpcif *rpc, bool hyperflash);
|
/Linux-v6.1/Documentation/devicetree/bindings/mtd/ |
D | ti,am654-hbmc.yaml | 63 compatible = "cypress,hyperflash", "cfi-flash";
|
D | mtd-physmap.yaml | 28 - cypress,hyperflash
|
/Linux-v6.1/arch/arm64/boot/dts/ti/ |
D | k3-j7200-som-p0.dtsi | 141 compatible = "cypress,hyperflash", "cfi-flash";
|
/Linux-v6.1/arch/arm64/boot/dts/renesas/ |
D | ulcb.dtsi | 441 compatible = "cypress,hyperflash", "cfi-flash";
|
D | draak.dtsi | 646 compatible = "cypress,hyperflash", "cfi-flash";
|
D | ebisu.dtsi | 735 compatible = "cypress,hyperflash", "cfi-flash";
|
D | salvator-common.dtsi | 881 compatible = "cypress,hyperflash", "cfi-flash";
|
/Linux-v6.1/drivers/pinctrl/renesas/ |
D | pfc-r8a77970.c | 1391 /* HyperFlash: CK, CK# */ 1399 /* HyperFlash: CS#, RDS */
|
D | pfc-r8a77980.c | 1684 /* HyperFlash: CK, CK# */ 1692 /* HyperFlash: CS#, RDS */
|
D | pfc-r8a77995.c | 1705 /* HyperFlash: CK, CK# */ 1713 /* HyperFlash: CS#, RDS */
|
D | pfc-r8a77990.c | 2842 /* HyperFlash: CK, CK# */ 2850 /* HyperFlash: CS#, RDS */
|
/Linux-v6.1/drivers/mtd/chips/ |
D | cfi_cmdset_0002.c | 55 * support DQ polling (e.g. HyperFlash)
|