Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-exynos/
Ddmc_init_exynos4.c40 .control0 = CONTROL0_VAL,
59 writel((mem.control0 | (0 << mem.dll_on)), in phy_control_reset()
61 writel((mem.control0 | (1 << mem.dll_on)), in phy_control_reset()
108 writel((mem.control0 | CTRL_START | CTRL_DLL_ON), &dmc->phycontrol0); in dmc_init()
Dexynos4_setup.h412 unsigned control0; member
/external/v8/src/compiler/
Djs-call-reducer.cc332 Node* control0 = control; in ReduceFunctionPrototypeApply() local
333 Node* value0 = effect0 = control0 = graph()->NewNode( in ReduceFunctionPrototypeApply()
335 arguments_list, context, frame_state, effect0, control0); in ReduceFunctionPrototypeApply()
350 graph()->NewNode(common()->IfException(), control0, effect0); in ReduceFunctionPrototypeApply()
351 control0 = graph()->NewNode(common()->IfSuccess(), control0); in ReduceFunctionPrototypeApply()
368 control = graph()->NewNode(common()->Merge(2), control0, control1); in ReduceFunctionPrototypeApply()