Home
last modified time | relevance | path

Searched refs:desc_w (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/drivers/nxp/trdc/
H A Dimx_trdc.c209 uint32_t *desc_w; in trdc_mrc_rgn_config() local
224 desc_w = &mrc_dom->rgn_desc_words[rgn_id][0]; in trdc_mrc_rgn_config()
227 mmio_write_32((uintptr_t)desc_w, addr_start | (glbac_id & 0x7)); in trdc_mrc_rgn_config()
228 mmio_write_32((uintptr_t)(desc_w + 1), addr_end | 0x1); in trdc_mrc_rgn_config()
230 mmio_write_32((uintptr_t)desc_w, addr_start | (glbac_id & 0x7)); in trdc_mrc_rgn_config()
231 mmio_write_32((uintptr_t)(desc_w + 1), (addr_end | 0x1 | 0x10)); in trdc_mrc_rgn_config()