Lines Matching refs:nxp_c45_read_reg_field
300 static int nxp_c45_read_reg_field(struct phy_device *phydev, in nxp_c45_read_reg_field() function
572 nxp_c45_read_reg_field(phydev, ®map->domain_number); in nxp_c45_read_egress_ts()
574 nxp_c45_read_reg_field(phydev, ®map->msg_type); in nxp_c45_read_egress_ts()
576 nxp_c45_read_reg_field(phydev, ®map->sequence_id); in nxp_c45_read_egress_ts()
578 nxp_c45_read_reg_field(phydev, ®map->nsec_15_0); in nxp_c45_read_egress_ts()
580 nxp_c45_read_reg_field(phydev, ®map->nsec_29_16) << 16; in nxp_c45_read_egress_ts()
581 hwts->sec = nxp_c45_read_reg_field(phydev, ®map->sec_1_0); in nxp_c45_read_egress_ts()
582 hwts->sec |= nxp_c45_read_reg_field(phydev, ®map->sec_4_2) << 2; in nxp_c45_read_egress_ts()
1168 ret = nxp_c45_read_reg_field(phydev, reg_field); in nxp_c45_get_stats()
1269 irq = nxp_c45_read_reg_field(phydev, &data->regmap->irq_egr_ts_status); in nxp_c45_handle_interrupt()
1322 ret = nxp_c45_read_reg_field(phydev, ®map->cable_test_valid); in nxp_c45_cable_test_get_status()
1329 cable_test_result = nxp_c45_read_reg_field(phydev, in nxp_c45_cable_test_get_status()