Searched refs:XP_PROP_4 (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-phy-v2.c | 2878 mux_addr_hi = XP_GET_BITS(pdata->pp4, XP_PROP_4, MUX_ADDR_HI); in xgbe_phy_sfp_comm_setup() 2879 mux_addr_lo = XP_GET_BITS(pdata->pp4, XP_PROP_4, MUX_ADDR_LO); in xgbe_phy_sfp_comm_setup() 2885 phy_data->sfp_mux_channel = XP_GET_BITS(pdata->pp4, XP_PROP_4, in xgbe_phy_sfp_comm_setup() 3377 phy_data->redrv = XP_GET_BITS(pdata->pp4, XP_PROP_4, REDRV_PRESENT); in xgbe_phy_init() 3378 phy_data->redrv_if = XP_GET_BITS(pdata->pp4, XP_PROP_4, REDRV_IF); in xgbe_phy_init() 3379 phy_data->redrv_addr = XP_GET_BITS(pdata->pp4, XP_PROP_4, REDRV_ADDR); in xgbe_phy_init() 3380 phy_data->redrv_lane = XP_GET_BITS(pdata->pp4, XP_PROP_4, REDRV_LANE); in xgbe_phy_init() 3381 phy_data->redrv_model = XP_GET_BITS(pdata->pp4, XP_PROP_4, REDRV_MODEL); in xgbe_phy_init()
|
| A D | xgbe-pci.c | 271 pdata->pp4 = XP_IOREAD(pdata, XP_PROP_4); in xgbe_pci_probe()
|
| A D | xgbe-common.h | 871 #define XP_PROP_4 0x0010 macro
|
Completed in 19 milliseconds