Lines Matching +full:3 +full:rd
35 .cs_regs_count = 3,
45 .wcr_cont_bclk = BIT(3),
56 #define OF_REG_SIZE 3
112 } else if (i % 4 == 3 && val) { in imx_weim_gpr_setup()
114 gprval |= val << cs * 3; in imx_weim_gpr_setup()
308 struct of_reconfig_data *rd = arg; in of_weim_notify() local
313 switch (of_reconfig_get_state_change(action, rd)) { in of_weim_notify()
315 of_id = of_match_node(weim_id_table, rd->dn->parent); in of_weim_notify()
321 pdev = of_find_device_by_node(rd->dn->parent); in of_weim_notify()
324 __func__, rd->dn->parent); in of_weim_notify()
329 if (weim_timing_setup(&pdev->dev, rd->dn, devtype)) in of_weim_notify()
331 "Failed to setup timing for '%pOF'\n", rd->dn); in of_weim_notify()
333 if (!of_node_check_flag(rd->dn, OF_POPULATED)) { in of_weim_notify()
334 if (!of_platform_device_create(rd->dn, NULL, &pdev->dev)) { in of_weim_notify()
337 rd->dn); in of_weim_notify()
346 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_weim_notify()
349 of_id = of_match_node(weim_id_table, rd->dn->parent); in of_weim_notify()
353 pdev = of_find_device_by_node(rd->dn); in of_weim_notify()
356 rd->dn); in of_weim_notify()