Home
last modified time | relevance | path

Searched refs:PCICMD_ABORT (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/arm/mach-footbridge/
Ddc21285.c28 #define PCICMD_ABORT ((PCI_STATUS_REC_MASTER_ABORT| \ macro
88 if (v & PCICMD_ABORT) { in dc21285_read_config()
89 *CSR_PCICMD = v & (0xffff|PCICMD_ABORT); in dc21285_read_config()
123 if (v & PCICMD_ABORT) { in dc21285_write_config()
124 *CSR_PCICMD = v & (0xffff|PCICMD_ABORT); in dc21285_write_config()