Lines Matching +full:0 +full:x3d000

18 #define AM65_CPSW_REGDUMP_VER 0x1
72 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_NUSS, 0x0, 0x1c),
73 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_RGMII_STATUS, 0x30, 0x4c),
74 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_MDIO, 0xf00, 0xffc),
75 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_CPSW, 0x20000, 0x2011c),
76 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_CPSW_P0, 0x21000, 0x21320),
77 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_CPSW_P1, 0x22000, 0x223a4),
79 0x3d000, 0x3d048),
80 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_CPSW_ALE, 0x3e000, 0x3e13c),
81 AM65_CPSW_REGDUMP_REC(AM65_CPSW_REGDUMP_MOD_CPSW_ALE_TBL, 0, 0),
375 #define AM65_CPSW_PRIV_P0_RX_PTYPE_RROBIN BIT(0)
385 if (ret < 0) in am65_cpsw_ethtool_op_begin()
397 if (ret < 0 && ret != -EBUSY) in am65_cpsw_ethtool_op_complete()
463 ering->tx_pending = common->tx_chns[0].descs_num; in am65_cpsw_get_ringparam()
540 u32 ale_entries, i, regdump_len = 0; in am65_cpsw_get_regs_len()
543 for (i = 0; i < ARRAY_SIZE(am65_cpsw_regdump); i++) { in am65_cpsw_get_regs_len()
567 pos = 0; in am65_cpsw_get_regs()
568 for (i = 0; i < ARRAY_SIZE(am65_cpsw_regdump); i++) { in am65_cpsw_get_regs()
617 for (i = 0; i < num_stats; i++) { in am65_cpsw_get_strings()
624 for (i = 0; i < num_stats; i++) { in am65_cpsw_get_strings()
632 for (i = 0; i < num_stats; i++) { in am65_cpsw_get_strings()
654 for (i = 0; i < num_stats; i++) in am65_cpsw_get_ethtool_stats()
660 for (i = 0; i < num_stats; i++) in am65_cpsw_get_ethtool_stats()
720 return 0; in am65_cpsw_get_ethtool_ts_info()
726 u32 priv_flags = 0; in am65_cpsw_get_ethtool_priv_flags()
752 return 0; in am65_cpsw_set_ethtool_priv_flags()
832 return 0; in am65_cpsw_get_mm()
894 return 0; in am65_cpsw_set_mm()
931 return 0; in am65_cpsw_get_per_queue_coalesce()
938 return am65_cpsw_get_per_queue_coalesce(ndev, 0, coal); in am65_cpsw_get_coalesce()
963 return 0; in am65_cpsw_set_per_queue_coalesce()
970 return am65_cpsw_set_per_queue_coalesce(ndev, 0, coal); in am65_cpsw_set_coalesce()