Home
last modified time | relevance | path

Searched refs:nxp_c45_read_reg_field (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx.c317 static int nxp_c45_read_reg_field(struct phy_device *phydev, in nxp_c45_read_reg_field() function
589 nxp_c45_read_reg_field(phydev, &regmap->domain_number); in nxp_c45_read_egress_ts()
591 nxp_c45_read_reg_field(phydev, &regmap->msg_type); in nxp_c45_read_egress_ts()
593 nxp_c45_read_reg_field(phydev, &regmap->sequence_id); in nxp_c45_read_egress_ts()
595 nxp_c45_read_reg_field(phydev, &regmap->nsec_15_0); in nxp_c45_read_egress_ts()
597 nxp_c45_read_reg_field(phydev, &regmap->nsec_29_16) << 16; in nxp_c45_read_egress_ts()
598 hwts->sec = nxp_c45_read_reg_field(phydev, &regmap->sec_1_0); in nxp_c45_read_egress_ts()
599 hwts->sec |= nxp_c45_read_reg_field(phydev, &regmap->sec_4_2) << 2; in nxp_c45_read_egress_ts()
1188 ret = nxp_c45_read_reg_field(phydev, reg_field); in nxp_c45_get_stats()
1328 ret = nxp_c45_read_reg_field(phydev, &regmap->cable_test_valid); in nxp_c45_cable_test_get_status()
[all …]