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

  /src/sys/dev/ic/
advlib.c 1464 u_int8_t host_flag; local in function:AscISR
1489 host_flag = AscReadLramByte(iot, ioh, ASCV_HOST_FLAG_B) &
1492 (host_flag | ASC_HOST_FLAG_IN_ISR));
1516 AscWriteLramByte(iot, ioh, ASCV_HOST_FLAG_B, host_flag);
1967 u_int8_t host_flag; local in function:AscAckInterrupt
1979 host_flag = AscReadLramByte(iot, ioh, ASCV_HOST_FLAG_B) &
1982 host_flag | ASC_HOST_FLAG_ACK_INT);
1992 AscWriteLramByte(iot, ioh, ASCV_HOST_FLAG_B, host_flag);
advlib.c 1464 u_int8_t host_flag; local in function:AscISR
1489 host_flag = AscReadLramByte(iot, ioh, ASCV_HOST_FLAG_B) &
1492 (host_flag | ASC_HOST_FLAG_IN_ISR));
1516 AscWriteLramByte(iot, ioh, ASCV_HOST_FLAG_B, host_flag);
1967 u_int8_t host_flag; local in function:AscAckInterrupt
1979 host_flag = AscReadLramByte(iot, ioh, ASCV_HOST_FLAG_B) &
1982 host_flag | ASC_HOST_FLAG_ACK_INT);
1992 AscWriteLramByte(iot, ioh, ASCV_HOST_FLAG_B, host_flag);

Completed in 24 milliseconds