Searched refs:XP_PROP_1 (Results 1 – 2 of 2) sorted by relevance
340 pdata->pp1 = XP_IOREAD(pdata, XP_PROP_1); in xgbe_pci_probe()353 pdata->tx_max_channel_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()355 pdata->rx_max_channel_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()357 pdata->tx_max_q_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()359 pdata->rx_max_q_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()
954 #define XP_PROP_1 0x0004 macro