Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c297 PUT8(ip, CSR_INTCTL, INTCTL_MASK); in iprb_attach()
940 PUT8(ip, CSR_INTCTL, INTCTL_MASK); in iprb_stop()
959 PUT8(ip, CSR_INTCTL, INTCTL_MASK); in iprb_start()
1713 PUT8(ip, CSR_INTCTL, INTCTL_MASK); in iprb_quiesce()
H A Diprb.h194 #define INTCTL_MASK 0x01 /* disable all interrupts */ macro