Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c388 &ohci_hdl->ohci_regs->intr_mask_clr, (uint32_t)0xFFFFFFFF); in hci1394_ohci_chip_init()
494 &ohci_hdl->ohci_regs->intr_mask_clr, OHCI_INTR_MASTER_INTR_ENBL); in hci1394_ohci_intr_master_disable()
551 &ohci_hdl->ohci_regs->intr_mask_clr, interrupt_mask); in hci1394_ohci_intr_disable()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h462 uint32_t intr_mask_clr; member