Home
last modified time | relevance | path

Searched defs:hbdev (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mtd/hyperbus/
H A Dhyperbus-core.c22 struct hyperbus_device *hbdev = map_to_hbdev(map); in hyperbus_read16() local
34 struct hyperbus_device *hbdev = map_to_hbdev(map); in hyperbus_write16() local
43 struct hyperbus_device *hbdev = map_to_hbdev(map); in hyperbus_copy_from() local
52 struct hyperbus_device *hbdev = map_to_hbdev(map); in hyperbus_copy_to() local
58 int hyperbus_register_device(struct hyperbus_device *hbdev) in hyperbus_register_device()
129 void hyperbus_unregister_device(struct hyperbus_device *hbdev) in hyperbus_unregister_device()
H A Drpc-if.c23 struct hyperbus_device hbdev; member
76 static u16 rpcif_hb_read16(struct hyperbus_device *hbdev, unsigned long addr) in rpcif_hb_read16()
89 static void rpcif_hb_write16(struct hyperbus_device *hbdev, unsigned long addr, in rpcif_hb_write16()
100 static void rpcif_hb_copy_from(struct hyperbus_device *hbdev, void *to, in rpcif_hb_copy_from()
H A Dhbmc-am654.c34 struct hyperbus_device hbdev; member
38 static int am654_hbmc_calibrate(struct hyperbus_device *hbdev) in am654_hbmc_calibrate()
124 static void am654_hbmc_read(struct hyperbus_device *hbdev, void *to, in am654_hbmc_read()