Lines Matching +full:cdr +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0 */
113 #define BCMA_CORE_PCI_PLP_MODEREG 0x200 /* Mode */
162 #define BCMA_CORE_PCI_SERDES_RX_CDR 6 /* CDR */
163 #define BCMA_CORE_PCI_SERDES_RX_CDRBW 7 /* CDR BW */
205 /* PCIE Root Capability Register bits (Host mode only) */
237 #define pcicore_read16(pc, offset) bcma_read16((pc)->core, offset)
238 #define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset)
239 #define pcicore_write16(pc, offset, val) bcma_write16((pc)->core, offset, val)
240 #define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val)
256 return -ENOTSUPP; in bcma_core_pci_pcibios_map_irq()
260 return -ENOTSUPP; in bcma_core_pci_plat_dev_init()