Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvc_tile.c134 int tile_hvc_irq; in hvc_tile_probe() local
137 tile_hvc_irq = irq_alloc_hwirq(-1); in hvc_tile_probe()
138 if (!tile_hvc_irq) in hvc_tile_probe()
141 tile_irq_activate(tile_hvc_irq, TILE_IRQ_PERCPU); in hvc_tile_probe()
142 hp = hvc_alloc(0, tile_hvc_irq, &hvc_tile_get_put_ops, 128); in hvc_tile_probe()
144 irq_free_hwirq(tile_hvc_irq); in hvc_tile_probe()