1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/include/nuttx/pci
yanghuatao 41d0eaa892 toolchain/ghs: Fix ?? "trigraphs not allowed" warnings
"/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>
2024-09-27 17:12:09 +08:00
..
pci.h add pci irq interface 2024-09-27 00:10:19 +08:00
pci_ecam.h Changed the pci bus for arm architecture 2024-09-06 10:01:11 +08:00
pci_ep_test.h add epf test drv 2024-09-27 08:52:59 +08:00
pci_epc.h pci epc mem use virtual mem 2024-09-27 10:37:31 +08:00
pci_epf.h pci_epf_driver_s use FAR const struct pci_epf_ops_s *ops 2024-09-27 10:37:31 +08:00
pci_ids.h Changed the pci bus for arm architecture 2024-09-06 10:01:11 +08:00
pci_ivshmem.h pci/pci_ivshmem: add pci ivshmem driver support 2024-09-10 14:34:31 +08:00
pci_qemu_edu.h drivers/pci/pci_qemu_edu: update qemu edu driver code 2024-09-06 10:01:11 +08:00
pci_qemu_test.h drivers/pci/pci_qemu_edu: update qemu edu driver code 2024-09-06 10:01:11 +08:00
pci_regs.h toolchain/ghs: Fix ?? "trigraphs not allowed" warnings 2024-09-27 17:12:09 +08:00