Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c98 #define BHND_PCIE_MDIO_RETRY_COUNT 200 /**< number of times to loop waiting macro
276 for (int i = 0; i < BHND_PCIE_MDIO_RETRY_COUNT; i++) { in bhnd_pcie_mdio_wait_idle()