Home
last modified time | relevance | path

Searched refs:ITS_CMD_QUEUE_SZ (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-gic-v3-its.c439 #define ITS_CMD_QUEUE_SZ SZ_64K macro
440 #define ITS_CMD_QUEUE_NR_ENTRIES (ITS_CMD_QUEUE_SZ / sizeof(struct its_cmd_block))
1066 to_idx += ITS_CMD_QUEUE_SZ; in its_wait_for_range_completion()
1081 delta += ITS_CMD_QUEUE_SZ; in its_wait_for_range_completion()
5033 get_order(ITS_CMD_QUEUE_SZ)); in its_probe_one()
5057 (ITS_CMD_QUEUE_SZ / SZ_4K - 1) | in its_probe_one()
5099 free_pages((unsigned long)its->cmd_base, get_order(ITS_CMD_QUEUE_SZ)); in its_probe_one()
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-gic-v3-its.c446 #define ITS_CMD_QUEUE_SZ SZ_64K macro
447 #define ITS_CMD_QUEUE_NR_ENTRIES (ITS_CMD_QUEUE_SZ / sizeof(struct its_cmd_block))
1078 to_idx += ITS_CMD_QUEUE_SZ; in its_wait_for_range_completion()
1093 delta += ITS_CMD_QUEUE_SZ; in its_wait_for_range_completion()
5131 get_order(ITS_CMD_QUEUE_SZ)); in its_probe_one()
5150 (ITS_CMD_QUEUE_SZ / SZ_4K - 1) | in its_probe_one()
5195 free_pages((unsigned long)its->cmd_base, get_order(ITS_CMD_QUEUE_SZ)); in its_probe_one()

Completed in 14 milliseconds