Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dadvansys.c6944 uchar host_flag; in AscAckInterrupt() local
6955 host_flag = in AscAckInterrupt()
6959 (uchar)(host_flag | ASC_HOST_FLAG_ACK_INT)); in AscAckInterrupt()
6968 AscWriteLramByte(iop_base, ASCV_HOST_FLAG_B, host_flag); in AscAckInterrupt()
7883 uchar host_flag; in AscISR() local
7925 host_flag = AscReadLramByte(iop_base, in AscISR()
7929 (uchar)(host_flag | (uchar)ASC_HOST_FLAG_IN_ISR)); in AscISR()
7957 AscWriteLramByte(iop_base, ASCV_HOST_FLAG_B, host_flag); in AscISR()