Searched refs:hyperbus (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/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); 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 …]
|
| H A D | Makefile | 3 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus-core.o
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | Makefile | 33 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus/
|
| H A D | Kconfig | 220 source "drivers/mtd/hyperbus/Kconfig"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | ti,am654-hbmc.txt | 35 hbmc: hyperbus@47034000 {
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/ti/ |
| H A D | k3-j7200-mcu-wakeup.dtsi | 260 hbmc: hyperbus@47034000 {
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 8195 F: drivers/mtd/hyperbus/ 8196 F: include/linux/mtd/hyperbus.h
|