Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_pci.c369 int drm_pcie_get_max_link_width(struct drm_device *dev, u32 *mlw) in drm_pcie_get_max_link_width() argument
374 *mlw = 0; in drm_pcie_get_max_link_width()
382 *mlw = (lnkcap & PCI_EXP_LNKCAP_MLW) >> 4; in drm_pcie_get_max_link_width()