Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dadvansys.c6169 uchar host_flag; in AscAckInterrupt() local
6180 host_flag = in AscAckInterrupt()
6184 (uchar)(host_flag | ASC_HOST_FLAG_ACK_INT)); in AscAckInterrupt()
6193 AscWriteLramByte(iop_base, ASCV_HOST_FLAG_B, host_flag); in AscAckInterrupt()
6933 uchar host_flag; in AscISR() local
6975 host_flag = AscReadLramByte(iop_base, in AscISR()
6979 (uchar)(host_flag | (uchar)ASC_HOST_FLAG_IN_ISR)); in AscISR()
7003 AscWriteLramByte(iop_base, ASCV_HOST_FLAG_B, host_flag); in AscISR()