Searched refs:host_flag (Results 1 – 1 of 1) sorted by relevance
10875 uchar host_flag; in AscISR() local10922 host_flag = AscReadLramByte(iop_base, in AscISR()10925 (uchar) (host_flag | (uchar) ASC_HOST_FLAG_IN_ISR)); in AscISR()10954 AscWriteLramByte(iop_base, ASCV_HOST_FLAG_B, host_flag); in AscISR()12092 uchar host_flag; in AscAckInterrupt() local12103 host_flag = AscReadLramByte(iop_base, ASCV_HOST_FLAG_B) & (~ASC_HOST_FLAG_ACK_INT); in AscAckInterrupt()12105 (uchar) (host_flag | ASC_HOST_FLAG_ACK_INT)); in AscAckInterrupt()12114 AscWriteLramByte(iop_base, ASCV_HOST_FLAG_B, host_flag); in AscAckInterrupt()