Searched refs:ane (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_pcs.h | 60 static inline void dwmac_ctrl_ane(void __iomem *ioaddr, u32 reg, bool ane, in dwmac_ctrl_ane() argument 66 if (ane) in dwmac_ctrl_ane()
|
| H A D | dwmac1000_core.c | 363 static void dwmac1000_ctrl_ane(struct stmmac_priv *priv, bool ane, in dwmac1000_ctrl_ane() argument 366 dwmac_ctrl_ane(priv->ioaddr, GMAC_PCS_BASE, ane, srgmi_ral); in dwmac1000_ctrl_ane()
|
| H A D | dwmac4_core.c | 586 static void dwmac4_ctrl_ane(struct stmmac_priv *priv, bool ane, bool srgmi_ral) in dwmac4_ctrl_ane() argument 588 dwmac_ctrl_ane(priv->ioaddr, GMAC_PCS_BASE, ane, srgmi_ral); in dwmac4_ctrl_ane()
|
| H A D | hwif.h | 384 void (*pcs_ctrl_ane)(struct stmmac_priv *priv, bool ane,
|
| /linux/fs/ntfs3/ |
| H A D | fslog.c | 3762 struct ATTR_NAME_ENTRY *ane; in log_replay() local 4347 static_assert(sizeof(*ane) == 4); in log_replay() 4348 if (off + sizeof(*ane) > attr_names_bytes) { in log_replay() 4353 ane = Add2Ptr(attr_names, off); in log_replay() 4354 t16 = le16_to_cpu(ane->off); in log_replay() 4368 t16 = le16_to_cpu(ane->name_bytes); in log_replay() 4369 off += t16 + sizeof(*ane); in log_replay() 4375 oe->ptr = ane->name; in log_replay()
|