| 531 | } |
| 532 | |
| 533 | uint32_t |
| 534 | read_cpu_ctrl(uint32_t reg) |
| 535 | { |
| 536 | |
| 537 | if (soc_decode_win_spec->read_cpu_ctrl != NULL) |
| 538 | return (soc_decode_win_spec->read_cpu_ctrl(reg)); |
| 539 | return (-1); |
| 540 | } |
| 541 | |
| 542 | uint32_t |
| 543 | read_cpu_ctrl_armv5(uint32_t reg) |
no outgoing calls
no test coverage detected