Home
last modified time | relevance | path

Searched refs:host_flag (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dadvlib.c1464 u_int8_t host_flag; in AscISR() local
1489 host_flag = AscReadLramByte(iot, ioh, ASCV_HOST_FLAG_B) & in AscISR()
1492 (host_flag | ASC_HOST_FLAG_IN_ISR)); in AscISR()
1516 AscWriteLramByte(iot, ioh, ASCV_HOST_FLAG_B, host_flag); in AscISR()
1967 u_int8_t host_flag; in AscAckInterrupt() local
1979 host_flag = AscReadLramByte(iot, ioh, ASCV_HOST_FLAG_B) & in AscAckInterrupt()
1982 host_flag | ASC_HOST_FLAG_ACK_INT); in AscAckInterrupt()
1992 AscWriteLramByte(iot, ioh, ASCV_HOST_FLAG_B, host_flag); in AscAckInterrupt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c4014 match_variable (gfc_expr **result, int equiv_flag, int host_flag) in match_variable() argument
4032 host_flag = 0; in match_variable()
4035 m = gfc_match_sym_tree (&st, host_flag); in match_variable()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dprimary.cc4022 match_variable (gfc_expr **result, int equiv_flag, int host_flag) in match_variable() argument
4040 host_flag = 0; in match_variable()
4043 m = gfc_match_sym_tree (&st, host_flag); in match_variable()
H A DChangeLog-20061589 reset host_flag to force the changed symbols mechanism.