-
It looks like there are multiple peripherals related to this, not just one.
- mdm_stats(at 0x44c00000) - looks like modem status registers, read only 5
- mdm_cfg(at 0x44c00800) - looks like modem config registers, read/write 4
- mac_core(at 0x44b00000) - some sort of a hardware mac core, not exactly sure what 3
- mac_pl(at 0x44b08040) - similar to above, no idea what 2
- macbyp(at 0x44c600000) - addressed by functions names macbypass
- riu(at 0x44c0b000) - could be multiple peripherals. Related to agc peripheral in alios repo (https://gist.github.com/Yangff/9abf8da778930c21d440c313c54d3661)
-
To download the alios repo
git clone https://code.aliyun.com/alios_bull/alios.git
, you don't have to be registered.