Searched refs:XP_PROP_1 (Results 1 – 2 of 2) sorted by relevance
350 pdata->pp1 = XP_IOREAD(pdata, XP_PROP_1); in xgbe_pci_probe()363 pdata->tx_max_channel_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()365 pdata->rx_max_channel_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()367 pdata->tx_max_q_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()369 pdata->rx_max_q_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()
954 #define XP_PROP_1 0x0004 macro