Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/arm/gic/v3/
H A Dgicv3_private.h29 #define BIT_NUM(REG, id) \ macro
92 BIT_NUM(REG, (id))) & 1U)
97 ((uint32_t)1 << BIT_NUM(REG, (id))))
102 ((uint32_t)1 << BIT_NUM(REG, (id))))
107 ((uint32_t)1 << BIT_NUM(REG, (id))))
150 BIT_NUM(REG, (id))) & 1U)
155 ((uint32_t)1 << BIT_NUM(REG, (id))))
160 ((uint32_t)1 << BIT_NUM(REG, (id))))
165 ((uint32_t)1 << BIT_NUM(REG, (id))))
H A Dgicrv3_helpers.c133 unsigned int bit_shift = BIT_NUM(ICFG, id) << 1U; in gicr_set_icfgr()
H A Dgicdv3_helpers.c25 unsigned int bit_shift = BIT_NUM(ICFG, id) << 1U; in gicd_set_icfgr()