| 915 | } |
| 916 | |
| 917 | static void |
| 918 | win_cpu_cr_write(int i, uint32_t val) |
| 919 | { |
| 920 | |
| 921 | if (soc_decode_win_spec->cr_write != NULL) |
| 922 | soc_decode_win_spec->cr_write(i, val); |
| 923 | } |
| 924 | |
| 925 | static void |
| 926 | win_cpu_br_write(int i, uint32_t val) |
no outgoing calls
no test coverage detected