/third_party/uboot/u-boot-2020.01/drivers/power/ |
D | tps6586x.c | 89 int ctrl1, ctrl2; in read_voltages() local 97 ctrl2 = tps6586x_read(SUPPLY_CONTROL2); in read_voltages() 98 if (ctrl1 == -1 || ctrl2 == -1) in read_voltages() 102 is_v2 = (ctrl1 | ctrl2) & CTRL_SM0_SUPPLY2; in read_voltages()
|
/third_party/uboot/u-boot-2020.01/board/hisilicon/hikey/ |
D | hikey.c | 285 data = readl(&peri_sc->ctrl2); in mmc1_reset_clk() 287 writel(data, &peri_sc->ctrl2); in mmc1_reset_clk() 318 data = readl(&peri_sc->ctrl2); in mmc0_reset_clk() 320 writel(data, &peri_sc->ctrl2); in mmc0_reset_clk()
|
/third_party/uboot/u-boot-2020.01/drivers/net/ |
D | bcm-sf2-eth-gmac.c | 43 uint32_t ctrl2; member 114 descp->ctrl1, descp->ctrl2, in dma_tx_dump() 146 descp->ctrl1, descp->ctrl2, in dma_rx_dump() 185 descp->ctrl2 = 0; in dma_tx_init() 236 descp->ctrl2 = RX_BUF_SIZE_ALIGNED; in dma_rx_init() 352 descp->ctrl2 = ctrl; in gmac_tx_packet() 444 buflen = (descp->ctrl2 & D64_CTRL2_BC_MASK); in gmac_check_rx_done() 466 descp->ctrl2 = RX_BUF_SIZE_ALIGNED; in gmac_check_rx_done()
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-aspeed/ |
D | timer.h | 41 u32 ctrl2; member
|
/third_party/uboot/u-boot-2020.01/drivers/video/bridge/ |
D | anx6345.c | 174 u8 ctrl2 = ANX9804_AUX_EN; in anx6345_aux_transfer() local 182 ctrl2 |= ANX9804_ADDR_ONLY; in anx6345_aux_transfer() 191 anx6345_write_r0(dev, ANX9804_DP_AUX_CH_CTL_2, ctrl2); in anx6345_aux_transfer()
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-tegra/ |
D | tegra_i2c.h | 55 u32 ctrl2; /* 04: DVC_CTRL_REG2 */ member
|
/third_party/uboot/u-boot-2020.01/drivers/usb/cdns3/ |
D | drd.h | 38 __le32 ctrl2; member
|
/third_party/uboot/u-boot-2020.01/drivers/usb/host/ |
D | ehci-mx6.c | 209 u32 ctrl2; member 227 u32 ctrl2; member
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi6220/ |
D | hi6220.h | 24 u32 ctrl2; member
|
D | hi6220_regs_alwayson.h | 15 u32 ctrl2; member
|
/third_party/freetype/src/base/ |
D | ftstroke.c | 1632 FT_Vector ctrl1, ctrl2, end; in FT_Stroker_CubicTo() local 1661 FT_Vector_From_Polar( &ctrl2, length2, phi2 + rotate ); in FT_Stroker_CubicTo() 1662 ctrl2.x += arc[1].x; in FT_Stroker_CubicTo() 1663 ctrl2.y += arc[1].y; in FT_Stroker_CubicTo() 1719 &ctrl2, in FT_Stroker_CubicTo() 1736 error = ft_stroke_border_cubicto( border, &ctrl1, &ctrl2, &end ); in FT_Stroker_CubicTo()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 1634 FT_Vector ctrl1, ctrl2, end; in FT_Stroker_CubicTo() local 1663 FT_Vector_From_Polar( &ctrl2, length2, phi2 + rotate ); in FT_Stroker_CubicTo() 1664 ctrl2.x += arc[1].x; in FT_Stroker_CubicTo() 1665 ctrl2.y += arc[1].y; in FT_Stroker_CubicTo() 1721 &ctrl2, in FT_Stroker_CubicTo() 1738 error = ft_stroke_border_cubicto( border, &ctrl1, &ctrl2, &end ); in FT_Stroker_CubicTo()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 1666 FT_Vector ctrl1, ctrl2, end; in FT_Stroker_CubicTo() local 1695 FT_Vector_From_Polar( &ctrl2, length2, phi2 + rotate ); in FT_Stroker_CubicTo() 1696 ctrl2.x += arc[1].x; in FT_Stroker_CubicTo() 1697 ctrl2.y += arc[1].y; in FT_Stroker_CubicTo() 1753 &ctrl2, in FT_Stroker_CubicTo() 1770 error = ft_stroke_border_cubicto( border, &ctrl1, &ctrl2, &end ); in FT_Stroker_CubicTo()
|
/third_party/uboot/u-boot-2020.01/drivers/spi/ |
D | pic32_spi.c | 30 struct pic32_reg_atomic ctrl2; member
|