Home
last modified time | relevance | path

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

/drivers/mtd/hyperbus/
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); 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); 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, from, len, to); in rpcif_hb_copy_from()
120 struct rpcif_hyperbus *hyperbus; in rpcif_hb_probe() local
[all …]
DMakefile3 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus-core.o
/drivers/mtd/
DMakefile33 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus/
DKconfig223 source "drivers/mtd/hyperbus/Kconfig"