Home
last modified time | relevance | path

Searched refs:XP_PROP_2 (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/amd/xgbe/
Dxgbe-pci.c351 pdata->pp2 = XP_IOREAD(pdata, XP_PROP_2); in xgbe_pci_probe()
383 pdata->tx_max_fifo_size = XP_GET_BITS(pdata->pp2, XP_PROP_2, in xgbe_pci_probe()
388 pdata->rx_max_fifo_size = XP_GET_BITS(pdata->pp2, XP_PROP_2, in xgbe_pci_probe()
Dxgbe-common.h955 #define XP_PROP_2 0x0008 macro