Searched refs:mcore (Results 1 – 3 of 3) sorted by relevance
44 static inline u32 mips_read32(struct ssb_mipscore *mcore, in mips_read32() argument47 return ssb_read32(mcore->dev, offset); in mips_read32()50 static inline void mips_write32(struct ssb_mipscore *mcore, in mips_write32() argument54 ssb_write32(mcore->dev, offset, value); in mips_write32()202 static void ssb_mips_serial_init(struct ssb_mipscore *mcore) in ssb_mips_serial_init() argument204 struct ssb_bus *bus = mcore->dev->bus; in ssb_mips_serial_init()207 mcore->nr_serial_ports = ssb_extif_serial_init(&bus->extif, mcore->serial_ports); in ssb_mips_serial_init()209 mcore->nr_serial_ports = ssb_chipco_serial_init(&bus->chipco, mcore->serial_ports); in ssb_mips_serial_init()211 mcore->nr_serial_ports = 0; in ssb_mips_serial_init()214 static void ssb_mips_flash_detect(struct ssb_mipscore *mcore) in ssb_mips_flash_detect() argument[all …]
49 static inline u32 mips_read32(struct bcma_drv_mips *mcore, in mips_read32() argument52 return bcma_read32(mcore->core, offset); in mips_read32()183 u32 bcma_cpu_clock(struct bcma_drv_mips *mcore) in bcma_cpu_clock() argument185 struct bcma_bus *bus = mcore->core->bus; in bcma_cpu_clock()234 static void bcma_core_mips_nvram_init(struct bcma_drv_mips *mcore) in bcma_core_mips_nvram_init() argument236 struct bcma_bus *bus = mcore->core->bus; in bcma_core_mips_nvram_init()260 void bcma_core_mips_early_init(struct bcma_drv_mips *mcore) in bcma_core_mips_early_init() argument262 struct bcma_bus *bus = mcore->core->bus; in bcma_core_mips_early_init()264 if (mcore->early_setup_done) in bcma_core_mips_early_init()268 bcma_core_mips_nvram_init(mcore); in bcma_core_mips_early_init()[all …]
173 void bcma_core_mips_early_init(struct bcma_drv_mips *mcore);174 void bcma_core_mips_init(struct bcma_drv_mips *mcore);180 static inline void bcma_core_mips_early_init(struct bcma_drv_mips *mcore) in bcma_core_mips_early_init() argument183 static inline void bcma_core_mips_init(struct bcma_drv_mips *mcore) in bcma_core_mips_init() argument