Searched refs:tsec (Results 1 – 8 of 8) sorted by relevance
| /u-boot/drivers/net/ |
| A D | tsec.c | 102 struct tsec __iomem *regs; in tsec_mcast_addr() 125 struct tsec __iomem *regs = priv->regs; in tsec_set_promisc() 185 struct tsec __iomem *regs = priv->regs; in adjust_link() 240 struct tsec __iomem *regs; in tsec_send() 285 struct tsec __iomem *regs = priv->regs; in tsec_recv() 332 struct tsec __iomem *regs; in tsec_halt() 357 struct tsec __iomem *regs = priv->regs; in redundant_init() 441 struct tsec __iomem *regs = priv->regs; in startup_tsec() 498 struct tsec __iomem *regs; in tsec_init() 551 struct tsec __iomem *regs = priv->regs; in tsec_get_interface() [all …]
|
| A D | Makefile | 90 obj-$(CONFIG_TSEC_ENET) += tsec.o fsl_mdio.o
|
| /u-boot/include/ |
| A D | tsec.h | 247 struct tsec { struct 356 struct tsec __iomem *regs; argument 371 struct tsec __iomem *regs;
|
| /u-boot/doc/device-tree-bindings/net/ |
| A D | fsl-tsec-phy.txt | 64 As of this writing, every tsec is associated with an internal TBI PHY. 70 property under the tsec node, which has a similar meaning of "phy-handle".
|
| /u-boot/tools/ |
| A D | efivar.py | 139 def _set_var(self, guid, name_data, size, attrs, tsec): argument 143 tsec, 175 tsec = int(time.time()) if attrs & EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS else 0 181 return self._set_var(guid, nd, size, attrs, tsec)
|
| /u-boot/arch/powerpc/include/asm/ |
| A D | immap_83xx.h | 652 tsec83xx_t tsec[2]; member 687 tsec83xx_t tsec[2]; member 720 tsec83xx_t tsec[2]; member 762 tsec83xx_t tsec[2]; member
|
| /u-boot/arch/powerpc/dts/gdsys/ |
| A D | mpc8308.dtsi | 272 compatible = "gianfar", "fsl,tsec"; 306 compatible = "gianfar", "fsl,tsec";
|
| /u-boot/arch/arm/dts/ |
| A D | tegra210.dtsi | 114 tsec@54100000 { 115 compatible = "nvidia,tegra210-tsec"; 207 tsec@54500000 { 208 compatible = "nvidia,tegra210-tsec";
|
Completed in 31 milliseconds