Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/hamradio/
Dscc.c231 static io_port Vector_Latch; variable
638 if (Vector_Latch) in scc_isr()
642 Outb(Vector_Latch, 0); /* Generate INTACK */ in scc_isr()
645 if((vector=Inb(Vector_Latch)) >= 16 * Nchips) break; in scc_isr()
1748 if (hwcfg.vector_latch && !Vector_Latch) { in scc_net_ioctl()
1752 Vector_Latch = hwcfg.vector_latch; in scc_net_ioctl()
2038 scc->enhanced, Vector_Latch, scc->special, in scc_net_seq_show()
2162 if (Vector_Latch) in scc_cleanup_driver()
2163 release_region(Vector_Latch, 1); in scc_cleanup_driver()