Home
last modified time | relevance | path

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

/bsp/qemu-vexpress-a9/drivers/audio/
A Ddrv_pl041.c25 #define PL041_CHANNEL_NUM (4) macro
36 static struct pl041_irq_def irq_tbl[PL041_CHANNEL_NUM];
262 if (channel < 0 || channel >= PL041_CHANNEL_NUM) in aaci_pl041_irq_register()
274 if (channel < 0 || channel >= PL041_CHANNEL_NUM) in aaci_pl041_irq_unregister()
293 for (channel = 0; (channel < PL041_CHANNEL_NUM) && (mask); channel++) in aaci_pl041_irq_handle()

Completed in 5 milliseconds