/openbmc/u-boot/doc/device-tree-bindings/net/ |
H A 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".
|
/openbmc/u-boot/drivers/net/ |
H A D | tsec.c | 132 struct tsec __iomem *regs = priv->regs; in tsec_mcast_addr() 155 static void init_registers(struct tsec __iomem *regs) in init_registers() 202 struct tsec __iomem *regs = priv->regs; in adjust_link() 261 struct tsec __iomem *regs = priv->regs; in tsec_send() 305 struct tsec __iomem *regs = priv->regs; in tsec_recv() 340 struct tsec __iomem *regs = priv->regs; in tsec_recv() 393 struct tsec __iomem *regs = priv->regs; in tsec_halt() 416 struct tsec __iomem *regs = priv->regs; in redundant_init() 500 struct tsec __iomem *regs = priv->regs; in startup_tsec() 564 struct tsec __iomem *regs = priv->regs; in tsec_init() [all …]
|
H A D | Makefile | 61 obj-$(CONFIG_TSEC_ENET) += tsec.o fsl_mdio.o
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 212 struct task_security_struct *tsec; in cred_init_security() local 214 tsec = selinux_cred(unrcu_pointer(current->real_cred)); in cred_init_security() 215 tsec->osid = tsec->sid = SECINITSID_KERNEL; in cred_init_security() 223 const struct task_security_struct *tsec; in cred_sid() local 225 tsec = selinux_cred(cred); in cred_sid() 226 return tsec->sid; in cred_sid() 426 const struct task_security_struct *tsec = selinux_cred(cred); in may_context_mount_sb_relabel() local 429 rc = avc_has_perm(tsec->sid, sbsec->sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel() 434 rc = avc_has_perm(tsec->sid, sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel() 443 const struct task_security_struct *tsec = selinux_cred(cred); in may_context_mount_inode_relabel() local [all …]
|
H A D | xfrm.c | 79 const struct task_security_struct *tsec = selinux_cred(current_cred()); in selinux_xfrm_alloc_user() local 106 rc = avc_has_perm(tsec->sid, ctx->ctx_sid, in selinux_xfrm_alloc_user() 137 const struct task_security_struct *tsec = selinux_cred(current_cred()); in selinux_xfrm_delete() local 142 return avc_has_perm(tsec->sid, ctx->ctx_sid, in selinux_xfrm_delete()
|
/openbmc/u-boot/include/ |
H A D | tsec.h | 33 (struct tsec __iomem *)\ 293 struct tsec { struct 398 struct tsec __iomem *regs; argument 417 struct tsec __iomem *regs;
|
/openbmc/linux/security/selinux/include/ |
H A D | objsec.h | 186 const struct task_security_struct *tsec = selinux_cred(current_cred()); in current_sid() local 188 return tsec->sid; in current_sid()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-ds1216.c | 16 u8 tsec; member 113 regs.tsec = 0; /* clear 0.1 and 0.01 seconds */ in ds1216_rtc_set_time()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A 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
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra210.dtsi | 114 tsec@54100000 { 115 compatible = "nvidia,tegra210-tsec"; 207 tsec@54500000 { 208 compatible = "nvidia,tegra210-tsec";
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra210.dtsi | 181 tsec@54100000 { 182 compatible = "nvidia,tegra210-tsec"; 186 clock-names = "tsec"; 188 reset-names = "tsec"; 289 tsec@54500000 { 290 compatible = "nvidia,tegra210-tsec"; 294 clock-names = "tsec"; 296 reset-names = "tsec";
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | fsl-tsec-phy.txt | 39 As of this writing, every tsec is associated with an internal TBI PHY.
|
/openbmc/linux/ |
H A D | MAINTAINERS | 8296 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
|
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |