Searched refs:PCIE_READ (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/nxp/
H A Dimxpcie.c70 #define PCIE_READ(sc, reg) \ macro
99 return PCIE_READ(sc, PCIE_PL_DEBUG1) & PCIE_PL_DEBUG1_XMLH_LINK_UP;
150 v = PCIE_READ(sc, PCIE_PL_PHY_STATUS);
233 v = __SHIFTOUT(PCIE_READ(sc, PCIE_PL_PHY_STATUS),
258 uint32_t v = PCIE_READ(sc, PCIE_PL_PFLR);
380 uint32_t ltssm = __SHIFTOUT(PCIE_READ(sc, PCIE_PL_DEBUG0),
412 uint32_t v = PCIE_READ(sc, PCIE_PL_G2CR);
436 v = PCIE_READ(sc, PCIE_RC_LCR);
451 v = PCIE_READ(sc, PCIE_RC_LCR);
457 v = PCIE_READ(s
[all...]

Completed in 126 milliseconds