/linux/drivers/mtd/hyperbus/ |
H A D | rpc-if.c | 3 * Linux driver for RPC-IF HyperFlash 167 { .name = "rpc-if-hyperflash" }, 177 .name = "rpc-if-hyperflash", 183 MODULE_DESCRIPTION("Renesas RPC-IF HyperFlash driver");
|
H A 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()
|
H A D | Kconfig | 11 HyperFlash. See Cypress HyperBus specification for more
|
/linux/drivers/memory/ |
H A D | renesas-rpc-if.c | 47 int (*hw_init)(struct rpcif_priv *rpc, bool hyperflash); 231 static int rpcif_hw_init_impl(struct rpcif_priv *rpc, bool hyperflash) in rpcif_hw_init_impl() argument 245 RPCIF_PHYCNT_PHYMEM(hyperflash ? 3 : 0)); in rpcif_hw_init_impl() 260 if (hyperflash) in rpcif_hw_init_impl() 269 RPCIF_CMNCR_BSZ(hyperflash ? 1 : 0)); in rpcif_hw_init_impl() 274 RPCIF_CMNCR_BSZ(hyperflash ? 1 : 0)); in rpcif_hw_init_impl() 283 rpc->bus_size = hyperflash ? 2 : 1; in rpcif_hw_init_impl() 288 static int xspi_hw_init_impl(struct rpcif_priv *xspi, bool hyperflash) in xspi_hw_init_impl() argument 315 int rpcif_hw_init(struct device *dev, bool hyperflash) in rpcif_hw_init() argument 324 ret = rpc->info->impl->hw_init(rpc, hyperflash); in rpcif_hw_init() [all …]
|
H A D | Kconfig | 215 either SPI host or HyperFlash. You'll have to select individual
|
/linux/include/linux/mtd/ |
H A D | hyperbus.h | 23 HYPERFLASH, enumerator 33 * @memtype: type of memory device: HyperFlash or HyperRAM
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A 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/include/memory/ |
H A D | renesas-rpc-if.h | 75 int rpcif_hw_init(struct device *dev, bool hyperflash);
|
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | ti,am654-hbmc.yaml | 65 compatible = "cypress,hyperflash", "cfi-flash";
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | ulcb.dtsi | 398 compatible = "cypress,hyperflash", "cfi-flash";
|
H A D | draak.dtsi | 645 compatible = "cypress,hyperflash", "cfi-flash";
|
H A D | ebisu.dtsi | 736 compatible = "cypress,hyperflash", "cfi-flash";
|
H A D | salvator-common.dtsi | 875 compatible = "cypress,hyperflash", "cfi-flash";
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-j7200-som-p0.dtsi | 190 compatible = "cypress,hyperflash", "cfi-flash";
|
H A D | k3-j721e-som-p0.dtsi | 445 compatible = "cypress,hyperflash", "cfi-flash";
|
/linux/drivers/pinctrl/renesas/ |
H A D | pfc-r8a77970.c | 1392 /* HyperFlash: CK, CK# */ 1400 /* HyperFlash: CS#, RDS */
|
H A D | pfc-r8a77980.c | 1686 /* HyperFlash: CK, CK# */ 1694 /* HyperFlash: CS#, RDS */
|
H A D | pfc-r8a77995.c | 1706 /* HyperFlash: CK, CK# */ 1714 /* HyperFlash: CS#, RDS */
|
H A D | pfc-r8a77990.c | 2844 /* HyperFlash: CK, CK# */ 2852 /* HyperFlash: CS#, RDS */
|
/linux/drivers/mtd/chips/ |
H A D | cfi_cmdset_0002.c | 53 * support DQ polling (e.g. HyperFlash)
|