Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsservice.h160 #define IRQ_ENABLE 0x8000 macro
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c4160 if (socket->IREQRouting & IRQ_ENABLE) { in pcic_set_socket()
4171 (socket->IREQRouting & IRQ_ENABLE) ? in pcic_set_socket()
4296 adapt->SCRouting = IRQ_ENABLE; in pcic_get_adapter()
4367 IRQ_ENABLE : 0; in pcic_get_socket()
4409 IRQ_ENABLE : 0; in pcic_get_status()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c6494 set_socket.IREQRouting = client->irq_alloc.irq & ~IRQ_ENABLE;
6729 set_socket.IREQRouting |= IRQ_ENABLE;
7044 set_socket.IREQRouting &= ~IRQ_ENABLE;
7081 set_socket.IREQRouting |= IRQ_ENABLE;
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c3772 if (socket->IREQRouting & IRQ_ENABLE) { in SSSetSocket()