Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.h50 NUM_ETH56G_PHY_RES enumerator
75 u32 base[NUM_ETH56G_PHY_RES];
316 extern const struct ice_phy_reg_info_eth56g eth56g_phy_res[NUM_ETH56G_PHY_RES];
H A Dice_ptp_consts.h12 const struct ice_phy_reg_info_eth56g eth56g_phy_res[NUM_ETH56G_PHY_RES] = {
H A Dice_ptp_hw.c964 if (res_type >= NUM_ETH56G_PHY_RES) in ice_phy_res_address_eth56g()