| 931 | } |
| 932 | |
| 933 | static void |
| 934 | win_cpu_remap_l_write(int i, uint32_t val) |
| 935 | { |
| 936 | |
| 937 | if (soc_decode_win_spec->remap_l_write != NULL) |
| 938 | soc_decode_win_spec->remap_l_write(i, val); |
| 939 | } |
| 940 | |
| 941 | static void |
| 942 | win_cpu_remap_h_write(int i, uint32_t val) |
no outgoing calls
no test coverage detected