Searched refs:ngwritel (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/pci/ngene/ |
D | ngene-core.c | 61 #define ngwritel(dat, adr) writel((dat), dev->iomem + (adr)) macro 188 ngwritel(0, FORCE_NMI); in irq_handler() 197 ngwritel(0, FORCE_NMI); in irq_handler() 281 ngwritel(0, NGENE_COMMAND); in ngene_command_mutex() 282 ngwritel(0, NGENE_COMMAND_HI); in ngene_command_mutex() 283 ngwritel(0, NGENE_STATUS); in ngene_command_mutex() 284 ngwritel(0, NGENE_STATUS_HI); in ngene_command_mutex() 285 ngwritel(0, NGENE_EVENT); in ngene_command_mutex() 286 ngwritel(0, NGENE_EVENT_HI); in ngene_command_mutex() 290 ngwritel(fwio & 0xffffffff, NGENE_COMMAND); in ngene_command_mutex() [all …]
|