Searched refs:hyperbus (Results 1 – 4 of 4) sorted by relevance
78 struct rpcif_hyperbus *hyperbus = in rpcif_hb_read16() local92 struct rpcif_hyperbus *hyperbus = in rpcif_hb_write16() local103 struct rpcif_hyperbus *hyperbus = in rpcif_hb_copy_from() local120 struct rpcif_hyperbus *hyperbus; in rpcif_hb_probe() local123 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 …]
3 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus-core.o
33 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus/
223 source "drivers/mtd/hyperbus/Kconfig"
Completed in 13 milliseconds