Searched refs:AscWriteEEPWord (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
H A D | advansys.c | 8971 static ushort AscWriteEEPWord(PortAddr iop_base, uchar addr, ushort word_val) AscWriteEEPWord() function 9006 /* Write two config words; AscWriteEEPWord() will swap bytes. */ AscSetEEPConfigOnce() 9009 if (*wbuf != AscWriteEEPWord(iop_base, (uchar)s_addr, *wbuf)) { AscSetEEPConfigOnce() 9024 * swapped again by AscWriteEEPWord(). AscSetEEPConfigOnce() 9028 AscWriteEEPWord(iop_base, (uchar)s_addr, word)) { AscSetEEPConfigOnce() 9034 AscWriteEEPWord(iop_base, (uchar)s_addr, *wbuf)) { AscSetEEPConfigOnce() 9040 /* Write checksum word. It will be swapped by AscWriteEEPWord(). */ AscSetEEPConfigOnce() 9042 if (sum != AscWriteEEPWord(iop_base, (uchar)s_addr, sum)) { AscSetEEPConfigOnce()
|
Completed in 106 milliseconds