Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v3.h396 #define GITS_TYPER_ITT_ENTRY_SIZE GENMASK_ULL(7, 4) macro
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c3413 sz = nr_ites * (FIELD_GET(GITS_TYPER_ITT_ENTRY_SIZE, its->typer) + 1); in its_create_device()
4676 its->typer &= ~GITS_TYPER_ITT_ENTRY_SIZE; in its_enable_quirk_qdf2400_e0065()
4677 its->typer |= FIELD_PREP(GITS_TYPER_ITT_ENTRY_SIZE, 16 - 1); in its_enable_quirk_qdf2400_e0065()