Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c905 uint8_t lnkcap; in xen_pt_linkctrl2_reg_init() local
909 &lnkcap); in xen_pt_linkctrl2_reg_init()
913 reg_field |= PCI_EXP_LNKCAP_SLS & lnkcap; in xen_pt_linkctrl2_reg_init()
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c616 uint16_t lnkcap, lnkcap2, lnksta; in cmd_get_physical_port_state() local
651 lnkcap = port_dev->config_read(port_dev, in cmd_get_physical_port_state()
653 sizeof(lnkcap)); in cmd_get_physical_port_state()
658 port->max_link_width = (lnkcap & PCI_EXP_LNKCAP_MLW) >> 4; in cmd_get_physical_port_state()
662 port->max_link_speed = lnkcap & PCI_EXP_LNKCAP_SLS; in cmd_get_physical_port_state()