| 1014 | WIN_REG_IDX_WR(ddr_armv7, sz, MV_WIN_DDR_SIZE, MV_DDR_CADR_BASE_ARMV7) |
| 1015 | |
| 1016 | static inline uint32_t |
| 1017 | ddr_br_read(int i) |
| 1018 | { |
| 1019 | |
| 1020 | if (soc_decode_win_spec->ddr_br_read != NULL) |
| 1021 | return (soc_decode_win_spec->ddr_br_read(i)); |
| 1022 | return (-1); |
| 1023 | } |
| 1024 | |
| 1025 | static inline uint32_t |
| 1026 | ddr_sz_read(int i) |
no test coverage detected