Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dadvansys.c6168 uchar host_flag; in AscAckInterrupt() local
6179 host_flag = in AscAckInterrupt()
6183 (uchar)(host_flag | ASC_HOST_FLAG_ACK_INT)); in AscAckInterrupt()
6192 AscWriteLramByte(iop_base, ASCV_HOST_FLAG_B, host_flag); in AscAckInterrupt()
6932 uchar host_flag; in AscISR() local
6974 host_flag = AscReadLramByte(iop_base, in AscISR()
6978 (uchar)(host_flag | (uchar)ASC_HOST_FLAG_IN_ISR)); in AscISR()
7002 AscWriteLramByte(iop_base, ASCV_HOST_FLAG_B, host_flag); in AscISR()