Searched refs:tsec (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/doc/device-tree-bindings/net/ |
D | fsl-tsec-phy.txt | 5 - compatible : Should be "fsl,tsec" 15 compatible = "fsl,tsec"; 31 mdio. Currently supported string/device is "fsl,tsec-mdio". 37 compatible = "fsl,tsec-mdio"; 47 As of this writing, every tsec is associated with an internal TBI PHY. 53 property under the tsec node, which has a similar meaning of "phy-handle".
|
/external/skqp/samplecode/ |
D | SamplePathText.cpp | 174 const double tsec = timer.secs(); in onAnimate() local 176 fBackgroundAnimationTask.add(std::bind(&MovingPathText::runAnimationTask, this, tsec, in onAnimate() 270 const float tsec = static_cast<float>(t); in runAnimationTask() local 294 SkPoint pt = fWaves.apply(tsec, matrix, pts[0]); in runAnimationTask() 299 SkPoint endpt = fWaves.apply(tsec, matrix, pts[1]); in runAnimationTask() 304 SkPoint controlPt = fWaves.apply(tsec, matrix, pts[1]); in runAnimationTask() 305 SkPoint endpt = fWaves.apply(tsec, matrix, pts[2]); in runAnimationTask() 341 SkPoint apply(float tsec, const Sk2f matrix[3], const SkPoint& pt) const; 382 SkPoint WavyPathText::Waves::apply(float tsec, const Sk2f matrix[3], const SkPoint& pt) const { in apply() argument 404 speeds * tsec + in apply()
|
/external/skia/samplecode/ |
D | SamplePathText.cpp | 174 const double tsec = timer.secs(); in onAnimate() local 176 fBackgroundAnimationTask.add(std::bind(&MovingPathText::runAnimationTask, this, tsec, in onAnimate() 270 const float tsec = static_cast<float>(t); in runAnimationTask() local 294 SkPoint pt = fWaves.apply(tsec, matrix, pts[0]); in runAnimationTask() 299 SkPoint endpt = fWaves.apply(tsec, matrix, pts[1]); in runAnimationTask() 304 SkPoint controlPt = fWaves.apply(tsec, matrix, pts[1]); in runAnimationTask() 305 SkPoint endpt = fWaves.apply(tsec, matrix, pts[2]); in runAnimationTask() 341 SkPoint apply(float tsec, const Sk2f matrix[3], const SkPoint& pt) const; 382 SkPoint WavyPathText::Waves::apply(float tsec, const Sk2f matrix[3], const SkPoint& pt) const { in apply() argument 404 speeds * tsec + in apply()
|
/external/u-boot/drivers/net/ |
D | tsec.c | 108 struct tsec __iomem *regs = priv->regs; in tsec_mcast_addr() 132 static void init_registers(struct tsec __iomem *regs) in init_registers() 179 struct tsec __iomem *regs = priv->regs; in adjust_link() 238 struct tsec __iomem *regs = priv->regs; in tsec_send() 282 struct tsec __iomem *regs = priv->regs; in tsec_recv() 317 struct tsec __iomem *regs = priv->regs; in tsec_recv() 370 struct tsec __iomem *regs = priv->regs; in tsec_halt() 393 struct tsec __iomem *regs = priv->regs; in redundant_init() 477 struct tsec __iomem *regs = priv->regs; in startup_tsec() 541 struct tsec __iomem *regs = priv->regs; in tsec_init() [all …]
|
D | Makefile | 58 obj-$(CONFIG_TSEC_ENET) += tsec.o fsl_mdio.o
|
/external/u-boot/include/ |
D | tsec.h | 33 (struct tsec __iomem *)\ 293 struct tsec { struct 398 struct tsec __iomem *regs; argument 417 struct tsec __iomem *regs;
|
/external/u-boot/arch/powerpc/include/asm/ |
D | immap_83xx.h | 663 tsec83xx_t tsec[2]; member 711 tsec83xx_t tsec[2]; member 752 tsec83xx_t tsec[2]; member 795 tsec83xx_t tsec[2]; member
|
/external/u-boot/arch/arm/dts/ |
D | tegra210.dtsi | 114 tsec@54100000 { 115 compatible = "nvidia,tegra210-tsec"; 207 tsec@54500000 { 208 compatible = "nvidia,tegra210-tsec";
|