Searched refs:ngwritel (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/pci/ngene/ |
H A D | ngene-core.c | 42 #define ngwritel(dat, adr) writel((dat), dev->iomem + (adr)) macro 170 ngwritel(0, FORCE_NMI); in irq_handler() 179 ngwritel(0, FORCE_NMI); in irq_handler() 265 ngwritel(0, NGENE_COMMAND); in ngene_command_mutex() 266 ngwritel(0, NGENE_COMMAND_HI); in ngene_command_mutex() 267 ngwritel(0, NGENE_STATUS); in ngene_command_mutex() 268 ngwritel(0, NGENE_STATUS_HI); in ngene_command_mutex() 269 ngwritel(0, NGENE_EVENT); in ngene_command_mutex() 270 ngwritel(0, NGENE_EVENT_HI); in ngene_command_mutex() 274 ngwritel(fwio & 0xffffffff, NGENE_COMMAND); in ngene_command_mutex() [all …]
|