Searched refs:ane (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_pcs.h | 105 static inline void dwmac_ctrl_ane(void __iomem *ioaddr, u32 reg, bool ane, in dwmac_ctrl_ane() argument 111 if (ane) in dwmac_ctrl_ane()
|
H A D | dwmac1000_core.c | 401 static void dwmac1000_ctrl_ane(void __iomem *ioaddr, bool ane, bool srgmi_ral, in dwmac1000_ctrl_ane() argument 404 dwmac_ctrl_ane(ioaddr, GMAC_PCS_BASE, ane, srgmi_ral, loopback); in dwmac1000_ctrl_ane()
|
H A D | dwmac4_core.c | 755 static void dwmac4_ctrl_ane(void __iomem *ioaddr, bool ane, bool srgmi_ral, in dwmac4_ctrl_ane() argument 758 dwmac_ctrl_ane(ioaddr, GMAC_PCS_BASE, ane, srgmi_ral, loopback); in dwmac4_ctrl_ane()
|
H A D | hwif.h | 363 void (*pcs_ctrl_ane)(void __iomem *ioaddr, bool ane, bool srgmi_ral,
|
/openbmc/qemu/tests/unit/ |
H A D | test-keyval.c | 698 AltNumEnum *ane; in test_keyval_visit_alternate() local 714 visit_type_AltNumEnum(v, "b", &ane, &err); in test_keyval_visit_alternate()
|
/openbmc/linux/fs/ntfs3/ |
H A D | fslog.c | 3760 struct ATTR_NAME_ENTRY *ane; in log_replay() local 4346 static_assert(sizeof(*ane) == 4); in log_replay() 4347 if (off + sizeof(*ane) > attr_names_bytes) { in log_replay() 4352 ane = Add2Ptr(attr_names, off); in log_replay() 4353 t16 = le16_to_cpu(ane->off); in log_replay() 4367 t16 = le16_to_cpu(ane->name_bytes); in log_replay() 4368 off += t16 + sizeof(*ane); in log_replay() 4374 oe->ptr = ane->name; in log_replay()
|