Home
last modified time | relevance | path

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

/external/u-boot/drivers/power/
Dtps6586x.c89 int ctrl1, ctrl2; in read_voltages() local
96 ctrl1 = tps6586x_read(SUPPLY_CONTROL1); in read_voltages()
98 if (ctrl1 == -1 || ctrl2 == -1) in read_voltages()
102 is_v2 = (ctrl1 | ctrl2) & CTRL_SM0_SUPPLY2; in read_voltages()
/external/u-boot/drivers/timer/
Dast_timer.c41 clrbits_le32(&priv->regs->ctrl1, in ast_timer_probe()
44 setbits_le32(&priv->regs->ctrl1, in ast_timer_probe()
/external/u-boot/drivers/net/
Dbcm-sf2-eth-gmac.c40 uint32_t ctrl1; member
113 descp->ctrl1, descp->ctrl2, in dma_tx_dump()
145 descp->ctrl1, descp->ctrl2, in dma_rx_dump()
183 descp->ctrl1 = ctrl; in dma_tx_init()
234 descp->ctrl1 = ctrl; in dma_rx_init()
350 descp->ctrl1 = flags; in gmac_tx_packet()
Dsunxi_emac.c65 u32 ctrl1; member
513 setbits_le32(&sram->ctrl1, 0x5 << 2); in sunxi_emac_board_setup()
/external/u-boot/drivers/video/bridge/
Danx6345.c173 u8 ctrl1 = req; in anx6345_aux_transfer() local
180 ctrl1 |= ANX9804_AUX_LENGTH(len); in anx6345_aux_transfer()
190 anx6345_write_r0(dev, ANX9804_DP_AUX_CH_CTL_1, ctrl1); in anx6345_aux_transfer()
/external/u-boot/drivers/usb/host/
Dehci-mx6.c197 u32 ctrl1; member
215 void __iomem *ctrl = (void __iomem *)(&usbnc->ctrl1); in usb_power_config()
256 void __iomem *ctrl = (void __iomem *)(&usbnc->ctrl1); in usb_oc_config()
/external/u-boot/arch/arm/include/asm/arch-aspeed/
Dtimer.h40 u32 ctrl1; member
/external/u-boot/arch/arm/include/asm/arch-tegra/
Dtegra_i2c.h54 u32 ctrl1; /* 00: DVC_CTRL_REG1 */ member
/external/u-boot/arch/arm/dts/
Dimx7-colibri.dts102 pinctrl_uart1_ctrl1: uart1-ctrl1-grp {
/external/u-boot/arch/arm/include/asm/arch-hi6220/
Dhi6220.h23 u32 ctrl1; /*0x0*/ member
Dhi6220_regs_alwayson.h14 u32 ctrl1; member
/external/freetype/src/base/
Dftstroke.c1659 FT_Vector ctrl1, ctrl2, end; in FT_Stroker_CubicTo() local
1684 FT_Vector_From_Polar( &ctrl1, length1, phi1 + rotate ); in FT_Stroker_CubicTo()
1685 ctrl1.x += arc[2].x; in FT_Stroker_CubicTo()
1686 ctrl1.y += arc[2].y; in FT_Stroker_CubicTo()
1747 &ctrl1, in FT_Stroker_CubicTo()
1763 error = ft_stroke_border_cubicto( border, &ctrl1, &ctrl2, &end ); in FT_Stroker_CubicTo()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer_test.cc641 Output ctrl1 = ops::Const(scope.WithOpName("ctrl1"), false, TensorShape({})); in TEST_F() local
642 ops::Switch s1(scope.WithOpName("switch1"), v_in, ctrl1); in TEST_F()
671 ops::Switch s5(scope.WithOpName("switch5"), v_in, ctrl1); in TEST_F()
676 ops::Switch s6(scope.WithOpName("switch6"), v_in, ctrl1); in TEST_F()
Darithmetic_optimizer_test.cc2971 Output ctrl1 = ops::Const(s.WithOpName("ctrl1"), 1, {}); in TEST_F() local
2982 ops::Exp(s.WithOpName("exp_a").WithControlDependencies(ctrl1), sin_a); in TEST_F()
2996 ops::Exp(s.WithOpName("exp_a2").WithControlDependencies(ctrl1), sin_a); in TEST_F()
3001 s.WithOpName("cos_exp_a2").WithControlDependencies(ctrl1), exp_a2); in TEST_F()
3086 Output ctrl1 = ops::Const(s.WithOpName("ctrl1"), 1, {}); in TEST_F() local
3096 ops::Sin(s.WithOpName("sin_a").WithControlDependencies(ctrl1), split1[0]); in TEST_F()
3110 s.WithOpName("exp_a2").WithControlDependencies(ctrl1), split2[0]); in TEST_F()