Lines Matching refs:rt_ofw_node
27 static int ofw_bus_addr_cells(struct rt_ofw_node *np) in ofw_bus_addr_cells()
43 static int ofw_bus_size_cells(struct rt_ofw_node *np) in ofw_bus_size_cells()
59 int rt_ofw_bus_addr_cells(struct rt_ofw_node *np) in rt_ofw_bus_addr_cells()
64 int rt_ofw_bus_size_cells(struct rt_ofw_node *np) in rt_ofw_bus_size_cells()
69 int rt_ofw_io_addr_cells(struct rt_ofw_node *np) in rt_ofw_io_addr_cells()
74 int rt_ofw_io_size_cells(struct rt_ofw_node *np) in rt_ofw_io_size_cells()
79 int rt_ofw_get_address_count(struct rt_ofw_node *np) in rt_ofw_get_address_count()
102 static rt_err_t ofw_get_address(struct rt_ofw_node *np, int index, rt_uint64_t *out_address, rt_uin… in ofw_get_address()
126 rt_err_t rt_ofw_get_address(struct rt_ofw_node *np, int index, rt_uint64_t *out_address, rt_uint64_… in rt_ofw_get_address()
156 static rt_err_t ofw_get_address_by_name(struct rt_ofw_node *np, const char *name, in ofw_get_address_by_name()
180 rt_err_t rt_ofw_get_address_by_name(struct rt_ofw_node *np, const char *name, in rt_ofw_get_address_by_name()
211 int rt_ofw_get_address_array(struct rt_ofw_node *np, int nr, rt_uint64_t *out_regs) in rt_ofw_get_address_array()
250 static struct bus_ranges *ofw_bus_ranges(struct rt_ofw_node *np, struct rt_ofw_prop *prop) in ofw_bus_ranges()
341 rt_uint64_t rt_ofw_translate_address(struct rt_ofw_node *np, const char *range_type, rt_uint64_t ad… in rt_ofw_translate_address()
410 rt_uint64_t rt_ofw_reverse_address(struct rt_ofw_node *np, const char *range_type, rt_uint64_t addr… in rt_ofw_reverse_address()
495 void *rt_ofw_iomap(struct rt_ofw_node *np, int index) in rt_ofw_iomap()
512 void *rt_ofw_iomap_by_name(struct rt_ofw_node *np, const char *name) in rt_ofw_iomap_by_name()