| 888 | } |
| 889 | |
| 890 | static uint32_t |
| 891 | win_cpu_br_read(int i) |
| 892 | { |
| 893 | |
| 894 | if (soc_decode_win_spec->br_read != NULL) |
| 895 | return (soc_decode_win_spec->br_read(i)); |
| 896 | return (-1); |
| 897 | } |
| 898 | |
| 899 | static uint32_t |
| 900 | win_cpu_remap_l_read(int i) |
no outgoing calls
no test coverage detected