Searched refs:mcore (Results 1 - 3 of 3) sorted by relevance

/arch/mips/bcm47xx/
H A Dserial.c30 struct ssb_mipscore *mcore = &(bcm47xx_bus.ssb.mipscore); local
34 for (i = 0; i < mcore->nr_serial_ports &&
37 struct ssb_serial_port *ssb_port = &(mcore->serial_ports[i]);
H A Dnvram.c100 struct ssb_mipscore *mcore = &bcm47xx_bus.ssb.mipscore; local
104 if (mcore->pflash.present) {
105 base = mcore->pflash.window;
106 lim = mcore->pflash.window_size;
H A Dsetup.c145 struct ssb_mipscore *mcore; local
157 mcore = &bcm47xx_bus.ssb.mipscore;
164 memcpy(&port, &mcore->serial_ports[0], sizeof(port));
165 memcpy(&mcore->serial_ports[0], &mcore->serial_ports[1],
167 memcpy(&mcore->serial_ports[1], &port, sizeof(port));

Completed in 81 milliseconds