Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/
Ddrm_dp_helper.c57 u8 lane_status; in drm_dp_channel_eq_ok() local
65 lane_status = dp_get_lane_status(link_status, lane); in drm_dp_channel_eq_ok()
66 if ((lane_status & DP_CHANNEL_EQ_BITS) != DP_CHANNEL_EQ_BITS) in drm_dp_channel_eq_ok()
77 u8 lane_status; in drm_dp_clock_recovery_ok() local
80 lane_status = dp_get_lane_status(link_status, lane); in drm_dp_clock_recovery_ok()
81 if ((lane_status & DP_LANE_CR_DONE) == 0) in drm_dp_clock_recovery_ok()
/freebsd-12-stable/sys/contrib/alpine-hal/
Dal_hal_pcie.c2042 uint32_t lane_status; in al_pcie_lane_status_get() local
2055 lane_status = al_reg_read32(reg_ptr); in al_pcie_lane_status_get()
2056 status->is_reset = !!(lane_status & PCIE_AXI_STATUS_LANE_IS_RESET); in al_pcie_lane_status_get()
2060 (lane_status & PCIE_AXI_STATUS_LANE_REQUESTED_SPEED_MASK) >> in al_pcie_lane_status_get()