Rev 4055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4055 | Rev 4296 | ||
---|---|---|---|
Line 64... | Line 64... | ||
64 | addr = range[i].parent_base + (reg->addr - range[i].child_base); |
64 | addr = range[i].parent_base + (reg->addr - range[i].child_base); |
65 | if (!node->parent->parent) { |
65 | if (!node->parent->parent) { |
66 | *pa = addr; |
66 | *pa = addr; |
67 | return true; |
67 | return true; |
68 | } |
68 | } |
69 | if (strcmp(ofw_tree_node_name(node->parent), "central") != 0) |
69 | if (str_cmp(ofw_tree_node_name(node->parent), "central") != 0) |
70 | panic("Unexpected parent node: %s.", ofw_tree_node_name(node->parent)); |
70 | panic("Unexpected parent node: %s.", ofw_tree_node_name(node->parent)); |
71 | 71 | ||
72 | ofw_central_reg_t central_reg; |
72 | ofw_central_reg_t central_reg; |
73 | 73 | ||
74 | central_reg.addr = addr; |
74 | central_reg.addr = addr; |