Lines Matching refs:device_node
31 struct device_node *cpu_node;
32 struct device_node *be_node;
42 struct device_node *cpu_node;
43 struct device_node *be_node;
52 static struct cbe_regs_map *cbe_find_map(struct device_node *np) in cbe_find_map()
55 struct device_node *tmp_np; in cbe_find_map()
82 struct cbe_pmd_regs __iomem *cbe_get_pmd_regs(struct device_node *np) in cbe_get_pmd_regs()
100 struct cbe_pmd_shadow_regs *cbe_get_pmd_shadow_regs(struct device_node *np) in cbe_get_pmd_shadow_regs()
116 struct cbe_iic_regs __iomem *cbe_get_iic_regs(struct device_node *np) in cbe_get_iic_regs()
132 struct cbe_mic_tm_regs __iomem *cbe_get_mic_tm_regs(struct device_node *np) in cbe_get_mic_tm_regs()
168 static struct device_node *cbe_get_be_node(int cpu_id) in cbe_get_be_node()
170 struct device_node *np; in cbe_get_be_node()
196 struct device_node *be, *np; in cbe_fill_regs_map()
212 struct device_node *cpu; in cbe_fill_regs_map()
240 struct device_node *cpu; in cbe_regs_init()