Searched refs:hyperbus (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/mtd/hyperbus/ |
H A D | rpc-if.c | 78 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 D | Makefile | 3 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus-core.o
|
/linux/drivers/mtd/ |
H A D | Makefile | 33 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus/
|
H A D | Kconfig | 223 source "drivers/mtd/hyperbus/Kconfig"
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-j721e-mcu-wakeup.dtsi | 373 hbmc: hyperbus@47034000 {
|
/linux/ |
H A D | MAINTAINERS | 10713 F: drivers/mtd/hyperbus/ 10714 F: include/linux/mtd/hyperbus.h
|