Searched defs:of_bus (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | of_device_common.h | 26 struct of_bus { struct 27 const char *name; 28 const char *addr_prop_name; 29 int (*match)(struct device_node *parent); 30 void (*count_cells)(struct device_node *child, 32 int (*map)(u32 *addr, const u32 *range, 34 unsigned long (*get_flags)(const u32 *addr, unsigned long);
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | of_addr.c | 38 struct of_bus { struct 49 static void of_bus_default_count_cells(const struct device_node *np, in of_bus_default_count_cells() argument
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | fdt_address.c | 39 struct of_bus { struct 40 void (*count_cells)(const void *blob, int parentoffset, 42 u64 (*map)(__be32 *addr, const __be32 *range, 44 int (*translate)(__be32 *addr, u64 offset, int na);
|
| H A D | address.c | 44 struct of_bus { struct 61 static void of_bus_default_count_cells(struct device_node *dev, in of_bus_default_count_cells() argument
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | fdt_support.c | 1104 struct of_bus { struct 1105 const char *name; 1106 const char *addresses; 1107 int (*match)(const void *blob, int parentoffset); 1108 void (*count_cells)(const void *blob, int parentoffset, 1133 static u64 of_bus_default_map(fdt32_t *addr, const fdt32_t *range, in of_bus_default_map() argument
|