| 554 | } |
| 555 | |
| 556 | void |
| 557 | write_cpu_ctrl(uint32_t reg, uint32_t val) |
| 558 | { |
| 559 | |
| 560 | if (soc_decode_win_spec->write_cpu_ctrl != NULL) |
| 561 | soc_decode_win_spec->write_cpu_ctrl(reg, val); |
| 562 | } |
| 563 | |
| 564 | void |
| 565 | write_cpu_ctrl_armv5(uint32_t reg, uint32_t val) |
no outgoing calls
no test coverage detected