Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/bcm47xx/
Dprom.c108 #define BCM47XX_SERIAL_ADDR (SSB_ENUM_BASE + SSB_CHIPCO_UART0_DATA)
Dsetup.c111 err = ssb_bus_host_soc_register(&bcm47xx_bus.ssb, SSB_ENUM_BASE); in bcm47xx_register_ssb()
/linux-6.1.9/include/linux/ssb/
Dssb_regs.h13 #define SSB_ENUM_BASE 0x18000000U /* Enumeration space base */ macro
33 #define SSB_MAX_NR_CORES ((SSB_ENUM_LIMIT - SSB_ENUM_BASE) / SSB_CORE_SIZE)
/linux-6.1.9/drivers/ssb/
Dsdio.c189 sbaddr = (coreidx * SSB_CORE_SIZE) + SSB_ENUM_BASE; in ssb_sdio_scan_switch_coreidx()
209 sbaddr = (coreidx * SSB_CORE_SIZE) + SSB_ENUM_BASE; in ssb_sdio_switch_core()
Dpcmcia.c104 addr = (coreidx * SSB_CORE_SIZE) + SSB_ENUM_BASE; in ssb_pcmcia_switch_coreidx()
134 cur_core = (read_addr - SSB_ENUM_BASE) / SSB_CORE_SIZE; in ssb_pcmcia_switch_coreidx()
Dpci.c41 + SSB_ENUM_BASE); in ssb_pci_switch_coreidx()
48 cur_core = (cur_core - SSB_ENUM_BASE) in ssb_pci_switch_coreidx()