Searched refs:mlw (Results 1 – 1 of 1) sorted by relevance
369 int drm_pcie_get_max_link_width(struct drm_device *dev, u32 *mlw) in drm_pcie_get_max_link_width() argument374 *mlw = 0; in drm_pcie_get_max_link_width()382 *mlw = (lnkcap & PCI_EXP_LNKCAP_MLW) >> 4; in drm_pcie_get_max_link_width()