Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-meson.c36 #define IS_LTSSM_UP(x) ((((x) >> 10) & 0x1f) == 0x11) macro
352 ltssm_up = IS_LTSSM_UP(state12); in meson_pcie_link_up()