Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dgic.c133 #define GICD_ICFGR_NUM_INTS_PER_REG (NUM_INTS_PER_REG / \ macro
706 size_t index = it / GICD_ICFGR_NUM_INTS_PER_REG; in gic_it_set_type()
707 uint32_t shift = (it % GICD_ICFGR_NUM_INTS_PER_REG) * in gic_it_set_type()