Searched full:pa_stats (Results 1 – 4 of 4) sorted by relevance
54 if (prueth->pa_stats) { in emac_update_hardware_stats()58 regmap_read(prueth->pa_stats, reg, &val); in emac_update_hardware_stats()59 emac->pa_stats[i] += val; in emac_update_hardware_stats()86 if (emac->prueth->pa_stats) { in emac_get_stat_by_name()89 return emac->pa_stats[i]; in emac_get_stat_by_name()
74 if (emac->prueth->pa_stats) in emac_get_sset_count()94 if (emac->prueth->pa_stats) in emac_get_strings()115 if (emac->prueth->pa_stats) in emac_get_ethtool_stats()117 *(data++) = emac->pa_stats[i]; in emac_get_ethtool_stats()
2270 prueth->pa_stats = syscon_regmap_lookup_by_phandle(np, "ti,pa-stats"); in prueth_probe()2271 if (IS_ERR(prueth->pa_stats)) { in prueth_probe()2273 prueth->pa_stats = NULL; in prueth_probe()
61 phandle to PA_STATS module's syscon regmap. PA_STATS is a set of63 ICSSG firmware. PA_STATS module's syscon regmap will help the device to