HomeSort by: relevance | last modified time | path
    Searched refs:LOC_INT_CTRL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
btvmeireg.h 79 #define LOC_INT_CTRL (0x01) /* Local Interrupt Control Register */
btvmei.c 345 write_csr_byte(sc, LOC_INT_CTRL, LIC_INT_ENABLE);
363 write_csr_byte(sc, LOC_INT_CTRL, 0);
619 while (read_csr_byte(sc, LOC_INT_CTRL) & LIC_INT_PENDING) {

Completed in 14 milliseconds