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

  /src/sys/dev/sbus/
stp4020.c 103 int int_disable; /* ICR0 value for interrupt disabled */ member in struct:stp4020_socket
494 h->int_disable = 0;
709 stp4020_wr_sockctl(h, STP4020_ICR0_IDX, h->int_disable);
983 h->int_disable = v & ~STP4020_ICR0_IOIE;
989 h->int_enable = h->int_disable = v;
stp4020.c 103 int int_disable; /* ICR0 value for interrupt disabled */ member in struct:stp4020_socket
494 h->int_disable = 0;
709 stp4020_wr_sockctl(h, STP4020_ICR0_IDX, h->int_disable);
983 h->int_disable = v & ~STP4020_ICR0_IOIE;
989 h->int_enable = h->int_disable = v;

Completed in 22 milliseconds