Home
last modified time | relevance | path

Searched refs:hyperbus (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/mtd/hyperbus/
H A Drpc-if.c78 struct rpcif_hyperbus *hyperbus = in rpcif_hb_read16() local
82 rpcif_hb_prepare_read(&hyperbus->rpc, &data, addr, 2); in rpcif_hb_read16()
84 rpcif_manual_xfer(hyperbus->rpc.dev); in rpcif_hb_read16()
92 struct rpcif_hyperbus *hyperbus = in rpcif_hb_write16() local
95 rpcif_hb_prepare_write(&hyperbus->rpc, addr, &data, 2); in rpcif_hb_write16()
97 rpcif_manual_xfer(hyperbus->rpc.dev); in rpcif_hb_write16()
103 struct rpcif_hyperbus *hyperbus = in rpcif_hb_copy_from() local
106 rpcif_hb_prepare_read(&hyperbus->rpc, to, from, len); in rpcif_hb_copy_from()
108 rpcif_dirmap_read(hyperbus->rpc.dev, from, len, to); in rpcif_hb_copy_from()
120 struct rpcif_hyperbus *hyperbus; in rpcif_hb_probe() local
[all …]
H A DMakefile3 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus-core.o
/linux/drivers/mtd/
H A DMakefile33 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus/
H A DKconfig223 source "drivers/mtd/hyperbus/Kconfig"
/linux/arch/arm64/boot/dts/ti/
H A Dk3-j721e-mcu-wakeup.dtsi373 hbmc: hyperbus@47034000 {
/linux/
H A DMAINTAINERS10713 F: drivers/mtd/hyperbus/
10714 F: include/linux/mtd/hyperbus.h