lipengfei28 commented on code in PR #16772:
URL: https://github.com/apache/nuttx/pull/16772#discussion_r2230803527


##########
include/nuttx/pci/pci.h:
##########
@@ -234,6 +234,56 @@
  * Public Types
  ****************************************************************************/
 
+/* Values from Link Status register, PCIe r3.1, sec 7.8.8 */
+enum pcie_link_width {

Review Comment:
   done



##########
include/nuttx/pci/pci_regs.h:
##########
@@ -69,6 +72,7 @@
 #define PCI_CACHE_LINE_SIZE               0x0c  /* 8 bits */
 #define PCI_LATENCY_TIMER                 0x0d  /* 8 bits */
 #define PCI_HEADER_TYPE                   0x0e  /* 8 bits */
+#define  PCI_HEADER_TYPE_MASK          0x7f

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to