Searched refs:mcore (Results 1 – 4 of 4) sorted by relevance
147 struct ssb_mipscore *mcore = &bcm47xx_bus.ssb.mipscore; in wgt634u_init() local163 wgt634u_flash_data.width = mcore->pflash.buswidth; in wgt634u_init()164 wgt634u_flash_resource.start = mcore->pflash.window; in wgt634u_init()165 wgt634u_flash_resource.end = mcore->pflash.window in wgt634u_init()166 + mcore->pflash.window_size in wgt634u_init()
128 struct ssb_mipscore *mcore; in bcm47xx_register_ssb() local140 mcore = &bcm47xx_bus.ssb.mipscore; in bcm47xx_register_ssb()147 memcpy(&port, &mcore->serial_ports[0], sizeof(port)); in bcm47xx_register_ssb()148 memcpy(&mcore->serial_ports[0], &mcore->serial_ports[1], in bcm47xx_register_ssb()150 memcpy(&mcore->serial_ports[1], &port, sizeof(port)); in bcm47xx_register_ssb()
30 struct ssb_mipscore *mcore = &(bcm47xx_bus.ssb.mipscore); in uart8250_init_ssb() local34 for (i = 0; i < mcore->nr_serial_ports; i++) { in uart8250_init_ssb()36 struct ssb_serial_port *ssb_port = &(mcore->serial_ports[i]); in uart8250_init_ssb()
101 struct ssb_mipscore *mcore = &bcm47xx_bus.ssb.mipscore; in nvram_init_ssb() local105 if (mcore->pflash.present) { in nvram_init_ssb()106 base = mcore->pflash.window; in nvram_init_ssb()107 lim = mcore->pflash.window_size; in nvram_init_ssb()