Home
last modified time | relevance | path

Searched refs:scfg_np (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dt1042rdb_diu.c78 struct device_node *scfg_np; in t1042rdb_set_pixel_clock() local
84 scfg_np = of_find_compatible_node(NULL, NULL, "fsl,t1040-scfg"); in t1042rdb_set_pixel_clock()
85 if (!scfg_np) { in t1042rdb_set_pixel_clock()
91 scfg = of_iomap(scfg_np, 0); in t1042rdb_set_pixel_clock()
92 of_node_put(scfg_np); in t1042rdb_set_pixel_clock()