Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/interrupt_controller/
Dintc_gicv3_its.c40 #define ITS_CMD_QUEUE_NR_ENTRIES (ITS_CMD_QUEUE_SIZE / sizeof(struct its_cmd_block)) macro
265 return (((widx + 1) % ITS_CMD_QUEUE_NR_ENTRIES) == ridx); in its_queue_full()
285 if (data->cmd_write == (data->cmd_base + ITS_CMD_QUEUE_NR_ENTRIES)) { in its_allocate_entry()
456 LOG_INF("Allocated %ld entries for command table", ITS_CMD_QUEUE_NR_ENTRIES); in its_setup_cmd_queue()
667 static struct its_cmd_block gicv3_its_cmd##n[ITS_CMD_QUEUE_NR_ENTRIES] \