mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 23:49:05 +08:00
"/mnt/yang/qixinwei_vela_warnings_04_23/nuttx/include/nuttx/pci/pci_regs.h", line 263: warning #1695-D:
trigraphs not allowed
#define PCI_PM_CTRL_DATA_SEL_MASK 0x1e00 /* Data select (??) */
^
"/mnt/yang/qixinwei_vela_warnings_04_23/nuttx/include/nuttx/pci/pci_regs.h", line 264: warning #1695-D:
trigraphs not allowed
#define PCI_PM_CTRL_DATA_SCALE_MASK 0x6000 /* Data scale (??) */
^
"/mnt/yang/qixinwei_vela_warnings_04_23/nuttx/include/nuttx/pci/pci_regs.h", line 266: warning #1695-D:
trigraphs not allowed
#define PCI_PM_PPB_EXTENSIONS 6 /* PPB support extensions (??) */
^
"/mnt/yang/qixinwei_vela_warnings_04_23/nuttx/include/nuttx/pci/pci_regs.h", line 267: warning #1695-D:
trigraphs not allowed
#define PCI_PM_PPB_B2_B3 0x40 /* Stop clock when in D3hot (??) */
^
"/mnt/yang/qixinwei_vela_warnings_04_23/nuttx/include/nuttx/pci/pci_regs.h", line 268: warning #1695-D:
trigraphs not allowed
#define PCI_PM_BPCC_ENABLE 0x80 /* Bus power/clock control enable (??) */
^
"/mnt/yang/qixinwei_vela_warnings_04_23/nuttx/include/nuttx/pci/pci_regs.h", line 269: warning #1695-D:
trigraphs not allowed
#define PCI_PM_DATA_REGISTER 7 /* (??) */
Signed-off-by: yanghuatao <yanghuatao@xiaomi.com>