Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/xgbe/
A Dxgbe-pci.c202 reg = XP_IOREAD(pdata, XP_PROP_0); in xgbe_pci_probe()
204 XP_GET_BITS(reg, XP_PROP_0, PORT_ID); in xgbe_pci_probe()
267 pdata->pp0 = XP_IOREAD(pdata, XP_PROP_0); in xgbe_pci_probe()
A Dxgbe-phy-v2.c3135 if (!XP_GET_BITS(pdata->pp0, XP_PROP_0, PORT_SPEEDS)) in xgbe_phy_port_enabled()
3137 if (!XP_GET_BITS(pdata->pp0, XP_PROP_0, CONN_TYPE)) in xgbe_phy_port_enabled()
3364 phy_data->port_mode = XP_GET_BITS(pdata->pp0, XP_PROP_0, PORT_MODE); in xgbe_phy_init()
3365 phy_data->port_id = XP_GET_BITS(pdata->pp0, XP_PROP_0, PORT_ID); in xgbe_phy_init()
3366 phy_data->port_speeds = XP_GET_BITS(pdata->pp0, XP_PROP_0, PORT_SPEEDS); in xgbe_phy_init()
3367 phy_data->conn_type = XP_GET_BITS(pdata->pp0, XP_PROP_0, CONN_TYPE); in xgbe_phy_init()
3368 phy_data->mdio_addr = XP_GET_BITS(pdata->pp0, XP_PROP_0, MDIO_ADDR); in xgbe_phy_init()
A Dxgbe-common.h867 #define XP_PROP_0 0x0000 macro

Completed in 19 milliseconds