Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme.c1368 __unused unsigned int block_idx; in get_gpi_params() local
1385 block_idx = (unsigned int)(base / (RME_GPT_BITLOCK_BLOCK * SZ_512M)); in get_gpi_params()
1388 gpi_info->lock = &gpt_bitlock[block_idx / LOCK_BITS]; in get_gpi_params()
1389 gpi_info->mask = 1U << (block_idx & (LOCK_BITS - 1U)); in get_gpi_params()