Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-footbridge/
H A Ddc21285.c25 #define PCICMD_ABORT ((PCI_STATUS_REC_MASTER_ABORT| \ macro
84 if (v & PCICMD_ABORT) { in dc21285_read_config()
85 *CSR_PCICMD = v & (0xffff|PCICMD_ABORT); in dc21285_read_config()
119 if (v & PCICMD_ABORT) { in dc21285_write_config()
120 *CSR_PCICMD = v & (0xffff|PCICMD_ABORT); in dc21285_write_config()
/kernel/linux/linux-6.6/arch/arm/mach-footbridge/
H A Ddc21285.c26 #define PCICMD_ABORT ((PCI_STATUS_REC_MASTER_ABORT| \ macro
85 if (v & PCICMD_ABORT) { in dc21285_read_config()
86 *CSR_PCICMD = v & (0xffff|PCICMD_ABORT); in dc21285_read_config()
120 if (v & PCICMD_ABORT) { in dc21285_write_config()
121 *CSR_PCICMD = v & (0xffff|PCICMD_ABORT); in dc21285_write_config()

Completed in 2 milliseconds