Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/drivers/nxp/trdc/
Dimx_trdc.c132 uint32_t dom_x, uint32_t mem_x, uint32_t blk_x, in trdc_mbc_blk_config() argument
148 cfg_w = &mbc_dom->mem0_blk_cfg_w[blk_x / 8]; in trdc_mbc_blk_config()
151 cfg_w = &mbc_dom->mem1_blk_cfg_w[blk_x / 8]; in trdc_mbc_blk_config()
154 cfg_w = &mbc_dom->mem2_blk_cfg_w[blk_x / 8]; in trdc_mbc_blk_config()
157 cfg_w = &mbc_dom->mem3_blk_cfg_w[blk_x / 8]; in trdc_mbc_blk_config()
163 index = blk_x % 8; in trdc_mbc_blk_config()