Searched refs:PHYSCR_LINK_UP (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/xilinx/ | ||
H A D | xlnx_pcib.h | 61 #define PHYSCR_LINK_UP (1 << 11) /* Current PHY Link-up state */ macro |
H A D | xlnx_pcib.c | 440 if ((val & PHYSCR_LINK_UP) == 0) { in xlnx_pcib_req_valid() |