Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/ngene/
Dngene-core.c175 u32 icounts = 0; in irq_handler() local
181 icounts = ngreadl(NGENE_INT_COUNTS); in irq_handler()
182 if (icounts != dev->icounts) { in irq_handler()
186 dev->icounts = icounts; in irq_handler()
277 dev->icounts = ngreadl(NGENE_INT_COUNTS); in ngene_command_mutex()
1215 dev->icounts = ngreadl(NGENE_INT_COUNTS); in ngene_init()
Dngene.h763 u32 icounts; member