Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dscc.h150 io_port vector_latch; /* INTACK-Latch (#) */ member
/openbmc/linux/drivers/net/hamradio/
H A Dscc.c1751 if (hwcfg.vector_latch && !Vector_Latch) { in scc_net_siocdevprivate()
1752 if (!request_region(hwcfg.vector_latch, 1, "scc vector latch")) in scc_net_siocdevprivate()
1753 …NING "z8530drv: warning, cannot reserve vector latch port 0x%lx\n, disabled.", hwcfg.vector_latch); in scc_net_siocdevprivate()
1755 Vector_Latch = hwcfg.vector_latch; in scc_net_siocdevprivate()