Home
last modified time | relevance | path

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

/pciutils/
H A Dls-ecaps.c1860 u16 devctl3, devsta3; in cap_dev3() local
1890 devctl3 = get_conf_word(d, where + PCI_DEV3_DEVCTL3); in cap_dev3()
1895 FLAG(devctl3, PCI_DEV3_DEVCTL3_DMWR_REQ_EN), in cap_dev3()
1896 FLAG(devctl3, PCI_DEV3_DEVCTL3_DMWR_EGRESS_BLK), in cap_dev3()
1897 FLAG(devctl3, PCI_DEV3_DEVCTL3_14BIT_TAG_REQ_EN), in cap_dev3()
1898 FLAG(devctl3, PCI_DEV3_DEVCTL3_L0P_EN), in cap_dev3()
1899 link_width_str(buf, sizeof(buf), PCI_DEV3_DEVCTL3_TARGET_LINK_WIDTH(devctl3)), in cap_dev3()
1900 FLAG(devctl3, PCI_DEV3_DEVCTL3_UIO_MEM_RDWR_REQ_EN), in cap_dev3()
1901 FLAG(~devctl3, PCI_DEV3_DEVCTL3_UIO_REQ_256B_DIS)); in cap_dev3()