I'm working with a TLK110 and would like to know if it's possible to switch between RMII and MII mode using the PHY register access. I do not want to use the pin strap or the software strap configuration (SWSC). In my application, I will startup in RMII mode, but depending on the configuration, I may have to use MII. Is it possible to change between RMII and MII mode using only the PHY's registers. According to the datasheet (slls901c.pdf) the RMII Control and Status Register (RCSR, register 0x0017) bit 5 is the RMII Mode. Is it possible to use this bit to toggle between RMII and MII mode? Does this take affect immediately or do I have to reset the PHY? Which reset would I use? The BMCR bit 15 is a Reset. The PHYRCR register has two resets: bit 15 is a Software Reset, and bit 14 is a Software Restart (resets all PHY circuitry except the registers). It appears that PHYRCR bit 14 will maintain my register settings for RMII or MII mode, but I would like to know if anyone else has more information regarding this setup.