Lines Matching refs:device_node
30 struct device_node *cpu_node;
31 struct device_node *be_node;
41 struct device_node *cpu_node;
42 struct device_node *be_node;
51 static struct cbe_regs_map *cbe_find_map(struct device_node *np) in cbe_find_map()
54 struct device_node *tmp_np; in cbe_find_map()
81 struct cbe_pmd_regs __iomem *cbe_get_pmd_regs(struct device_node *np) in cbe_get_pmd_regs()
99 struct cbe_pmd_shadow_regs *cbe_get_pmd_shadow_regs(struct device_node *np) in cbe_get_pmd_shadow_regs()
115 struct cbe_iic_regs __iomem *cbe_get_iic_regs(struct device_node *np) in cbe_get_iic_regs()
131 struct cbe_mic_tm_regs __iomem *cbe_get_mic_tm_regs(struct device_node *np) in cbe_get_mic_tm_regs()
167 static struct device_node *cbe_get_be_node(int cpu_id) in cbe_get_be_node()
169 struct device_node *np; in cbe_get_be_node()
195 struct device_node *be, *np; in cbe_fill_regs_map()
211 struct device_node *cpu; in cbe_fill_regs_map()
239 struct device_node *cpu; in cbe_regs_init()