D | bcma_driver_pci.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 142 #define BCMA_CORE_PCI_DLLP_LACKTOREG 0x124 /* Link Ack Timeout */ 237 #define pcicore_read16(pc, offset) bcma_read16((pc)->core, offset) argument 238 #define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset) argument 239 #define pcicore_write16(pc, offset, val) bcma_write16((pc)->core, offset, val) argument 240 #define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val) argument 256 return -ENOTSUPP; in bcma_core_pci_pcibios_map_irq() 260 return -ENOTSUPP; in bcma_core_pci_plat_dev_init()
|