Searched refs:nxp_c45_read_reg_field (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/phy/ |
D | nxp-c45-tja11xx.c | 317 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, ®map->domain_number); in nxp_c45_read_egress_ts() 591 nxp_c45_read_reg_field(phydev, ®map->msg_type); in nxp_c45_read_egress_ts() 593 nxp_c45_read_reg_field(phydev, ®map->sequence_id); in nxp_c45_read_egress_ts() 595 nxp_c45_read_reg_field(phydev, ®map->nsec_15_0); in nxp_c45_read_egress_ts() 597 nxp_c45_read_reg_field(phydev, ®map->nsec_29_16) << 16; in nxp_c45_read_egress_ts() 598 hwts->sec = nxp_c45_read_reg_field(phydev, ®map->sec_1_0); in nxp_c45_read_egress_ts() 599 hwts->sec |= nxp_c45_read_reg_field(phydev, ®map->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() 1276 irq = nxp_c45_read_reg_field(phydev, &data->regmap->irq_egr_ts_status); in nxp_c45_handle_interrupt() [all …]
|