Home
last modified time | relevance | path

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

/drivers/mtd/hyperbus/
A Drpc-if.c78 struct rpcif_hyperbus *hyperbus = in rpcif_hb_read16() local
92 struct rpcif_hyperbus *hyperbus = in rpcif_hb_write16() local
103 struct rpcif_hyperbus *hyperbus = in rpcif_hb_copy_from() local
120 struct rpcif_hyperbus *hyperbus; in rpcif_hb_probe() local
123 hyperbus = devm_kzalloc(dev, sizeof(*hyperbus), GFP_KERNEL); in rpcif_hb_probe()
124 if (!hyperbus) in rpcif_hb_probe()
139 hyperbus->hbdev.map.size = hyperbus->rpc.size; in rpcif_hb_probe()
140 hyperbus->hbdev.map.virt = hyperbus->rpc.dirmap; in rpcif_hb_probe()
142 hyperbus->ctlr.dev = dev; in rpcif_hb_probe()
143 hyperbus->ctlr.ops = &rpcif_hb_ops; in rpcif_hb_probe()
[all …]
A DMakefile3 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus-core.o
/drivers/mtd/
A DMakefile33 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus/
A DKconfig223 source "drivers/mtd/hyperbus/Kconfig"

Completed in 13 milliseconds