| 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);
 
 |