Searched refs:pciparent (Results 1 – 1 of 1) sorted by relevance
357 struct device_node *pciparent = of_get_parent(dp); in offb_init_palette_hacks() local359 vid = of_get_property(pciparent, "vendor-id", NULL); in offb_init_palette_hacks()360 did = of_get_property(pciparent, "device-id", NULL); in offb_init_palette_hacks()365 par->cmap_adr = offb_map_reg(pciparent, 2, 0, 0x10000); in offb_init_palette_hacks()369 of_node_put(pciparent); in offb_init_palette_hacks()
Completed in 7 milliseconds