Searched refs:_IC (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/pci/controller/ |
H A D | pcie-xilinx-cpm.c | 301 #define _IC(x, s) \ macro 308 _IC(LINK_DOWN, "Link Down"), 309 _IC(HOT_RESET, "Hot reset"), 310 _IC(CFG_TIMEOUT, "ECAM access timeout"), 311 _IC(CORRECTABLE, "Correctable error message"), 312 _IC(NONFATAL, "Non fatal error message"), 313 _IC(FATAL, "Fatal error message"), 314 _IC(SLV_UNSUPP, "Slave unsupported request"), 315 _IC(SLV_UNEXP, "Slave unexpected completion"), 316 _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 …]
|