Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-gic-v3-its.c422 #define ITS_CMD_QUEUE_SZ SZ_64K macro
423 #define ITS_CMD_QUEUE_NR_ENTRIES (ITS_CMD_QUEUE_SZ / sizeof(struct its_cmd_block))
1049 to_idx += ITS_CMD_QUEUE_SZ; in its_wait_for_range_completion()
1064 delta += ITS_CMD_QUEUE_SZ; in its_wait_for_range_completion()
5091 get_order(ITS_CMD_QUEUE_SZ)); in its_probe_one()
5115 (ITS_CMD_QUEUE_SZ / SZ_4K - 1) | in its_probe_one()
5163 free_pages((unsigned long)its->cmd_base, get_order(ITS_CMD_QUEUE_SZ)); in its_probe_one()