Searched refs:AscWriteEEPWord (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | advansys.c | 8964 static ushort AscWriteEEPWord(PortAddr iop_base, uchar addr, ushort word_val) in AscWriteEEPWord() function 8999 /* Write two config words; AscWriteEEPWord() will swap bytes. */ in AscSetEEPConfigOnce() 9002 if (*wbuf != AscWriteEEPWord(iop_base, (uchar)s_addr, *wbuf)) { in AscSetEEPConfigOnce() 9017 * swapped again by AscWriteEEPWord(). in AscSetEEPConfigOnce() 9021 AscWriteEEPWord(iop_base, (uchar)s_addr, word)) { in AscSetEEPConfigOnce() 9027 AscWriteEEPWord(iop_base, (uchar)s_addr, *wbuf)) { in AscSetEEPConfigOnce() 9033 /* Write checksum word. It will be swapped by AscWriteEEPWord(). */ in AscSetEEPConfigOnce() 9035 if (sum != AscWriteEEPWord(iop_base, (uchar)s_addr, sum)) { in AscSetEEPConfigOnce()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | advansys.c | 8792 static ushort AscWriteEEPWord(PortAddr iop_base, uchar addr, ushort word_val) in AscWriteEEPWord() function 8827 /* Write two config words; AscWriteEEPWord() will swap bytes. */ in AscSetEEPConfigOnce() 8830 if (*wbuf != AscWriteEEPWord(iop_base, (uchar)s_addr, *wbuf)) { in AscSetEEPConfigOnce() 8845 * swapped again by AscWriteEEPWord(). in AscSetEEPConfigOnce() 8849 AscWriteEEPWord(iop_base, (uchar)s_addr, word)) { in AscSetEEPConfigOnce() 8855 AscWriteEEPWord(iop_base, (uchar)s_addr, *wbuf)) { in AscSetEEPConfigOnce() 8861 /* Write checksum word. It will be swapped by AscWriteEEPWord(). */ in AscSetEEPConfigOnce() 8863 if (sum != AscWriteEEPWord(iop_base, (uchar)s_addr, sum)) { in AscSetEEPConfigOnce()
|
Completed in 30 milliseconds