Searched refs:_IC (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/pci/controller/ |
| H A D | pcie-xilinx-cpm.c | 313 #define _IC(x, s) \ macro 320 _IC(LINK_DOWN, "Link Down"), 321 _IC(HOT_RESET, "Hot reset"), 322 _IC(CFG_TIMEOUT, "ECAM access timeout"), 323 _IC(CORRECTABLE, "Correctable error message"), 324 _IC(NONFATAL, "Non fatal error message"), 325 _IC(FATAL, "Fatal error message"), 326 _IC(SLV_UNSUPP, "Slave unsupported request"), 327 _IC(SLV_UNEXP, "Slave unexpected completion"), 328 _IC(SLV_COMPL, "Slave completion timeout"), [all …]
|
| H A D | pcie-xilinx-dma-pl.c | 329 #define _IC(x, s) \ macro 336 _IC(LINK_DOWN, "Link Down"), 337 _IC(HOT_RESET, "Hot reset"), 338 _IC(CFG_TIMEOUT, "ECAM access timeout"), 339 _IC(CORRECTABLE, "Correctable error message"), 340 _IC(NONFATAL, "Non fatal error message"), 341 _IC(FATAL, "Fatal error message"), 342 _IC(SLV_UNSUPP, "Slave unsupported request"), 343 _IC(SLV_UNEXP, "Slave unexpected completion"), 344 _IC(SLV_COMPL, "Slave completion timeout"), [all …]
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-amd-mdb.c | 162 #define _IC(x, s)[AMD_MDB_PCIE_INTR_ ## x] = { __stringify(x), s } macro 168 _IC(CMPL_TIMEOUT, "Completion timeout"), 169 _IC(PM_PME_RCVD, "PM_PME message received"), 170 _IC(PME_TO_ACK_RCVD, "PME_TO_ACK message received"), 171 _IC(MISC_CORRECTABLE, "Correctable error message"), 172 _IC(NONFATAL, "Non fatal error message"), 173 _IC(FATAL, "Fatal error message"),
|