Lines Matching +full:0 +full:x3d000
17 #define AM65_CPSW_REGDUMP_VER 0x1
71 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_NUSS, 0x0, 0x1c),
72 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_RGMII_STATUS, 0x30, 0x4c),
73 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_MDIO, 0xf00, 0xffc),
74 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_CPSW, 0x20000, 0x2011c),
75 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_CPSW_P0, 0x21000, 0x21320),
76 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_CPSW_P1, 0x22000, 0x223a4),
78 0x3d000, 0x3d048),
79 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_CPSW_ALE, 0x3e000, 0x3e13c),
80 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_CPSW_ALE_TBL, 0, 0),
374 #define AM65_CPSW_PRIV_P0_RX_PTYPE_RROBIN BIT(0)
384 if (ret < 0) { in am65_cpsw_ethtool_op_begin()
398 if (ret < 0 && ret != -EBUSY) in am65_cpsw_ethtool_op_complete()
462 ering->tx_pending = common->tx_chns[0].descs_num; in am65_cpsw_get_ringparam()
492 return 0; in am65_cpsw_set_pauseparam()
500 wol->supported = 0; in am65_cpsw_get_wol()
501 wol->wolopts = 0; in am65_cpsw_get_wol()
527 return 0; in am65_cpsw_get_link_ksettings()
575 u32 ale_entries, i, regdump_len = 0; in am65_cpsw_get_regs_len()
578 for (i = 0; i < ARRAY_SIZE(am65_cpsw_regdump); i++) { in am65_cpsw_get_regs_len()
602 pos = 0; in am65_cpsw_get_regs()
603 for (i = 0; i < ARRAY_SIZE(am65_cpsw_regdump); i++) { in am65_cpsw_get_regs()
652 for (i = 0; i < num_stats; i++) { in am65_cpsw_get_strings()
659 for (i = 0; i < num_stats; i++) { in am65_cpsw_get_strings()
667 for (i = 0; i < num_stats; i++) { in am65_cpsw_get_strings()
689 for (i = 0; i < num_stats; i++) in am65_cpsw_get_ethtool_stats()
695 for (i = 0; i < num_stats; i++) in am65_cpsw_get_ethtool_stats()
718 return 0; in am65_cpsw_get_ethtool_ts_info()
724 u32 priv_flags = 0; in am65_cpsw_get_ethtool_priv_flags()
750 return 0; in am65_cpsw_set_ethtool_priv_flags()