Searched refs:ane (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_pcs.h98 * @ane: to enable the auto-negotiation
105 static inline void dwmac_ctrl_ane(void __iomem *ioaddr, u32 reg, bool ane, argument
111 if (ane)
H A Ddwmac1000_core.c401 static void dwmac1000_ctrl_ane(void __iomem *ioaddr, bool ane, bool srgmi_ral, argument
404 dwmac_ctrl_ane(ioaddr, GMAC_PCS_BASE, ane, srgmi_ral, loopback);
H A Ddwmac4_core.c755 static void dwmac4_ctrl_ane(void __iomem *ioaddr, bool ane, bool srgmi_ral, argument
758 dwmac_ctrl_ane(ioaddr, GMAC_PCS_BASE, ane, srgmi_ral, loopback);
H A Dhwif.h371 void (*pcs_ctrl_ane)(void __iomem *ioaddr, bool ane, bool srgmi_ral,
/linux-master/fs/ntfs3/
H A Dfslog.c4317 struct ATTR_NAME_ENTRY *ane = attr_names; local
4318 while (ane->off) {
4320 oe = Add2Ptr(oatbl, le16_to_cpu(ane->off));
4321 t16 = le16_to_cpu(ane->name_bytes);
4323 oe->ptr = ane->name;
4325 ane = Add2Ptr(ane,

Completed in 181 milliseconds