Searched refs:word_val (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | pmf.c | 1091 SK_LOC_DECL(u_short,word_val) ; in smt_set_para() 1174 to = (char *) &word_val ; in smt_set_para() 1297 if (word_val & ~1) in smt_set_para() 1299 IFSET(mib->fddiSMTConfigPolicy = word_val) ; in smt_set_para() 1302 if (!(word_val & POLICY_MM)) in smt_set_para() 1304 IFSET(mib->fddiSMTConnectionPolicy = word_val) ; in smt_set_para() 1307 if (word_val < 2 || word_val > 30) in smt_set_para() 1309 IFSET(mib->fddiSMTTT_Notify = word_val) ; in smt_set_para() 1359 if (word_val > in smt_set_para() [all...] |
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | pmf.c | 1087 SK_LOC_DECL(u_short,word_val) ; in smt_set_para() 1170 to = (char *) &word_val ; in smt_set_para() 1293 if (word_val & ~1) in smt_set_para() 1295 IFSET(mib->fddiSMTConfigPolicy = word_val) ; in smt_set_para() 1298 if (!(word_val & POLICY_MM)) in smt_set_para() 1300 IFSET(mib->fddiSMTConnectionPolicy = word_val) ; in smt_set_para() 1303 if (word_val < 2 || word_val > 30) in smt_set_para() 1305 IFSET(mib->fddiSMTTT_Notify = word_val) ; in smt_set_para() 1355 if (word_val > in smt_set_para() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | advansys.c | 3810 static void AscWriteLramWord(PortAddr iop_base, ushort addr, ushort word_val) in AscWriteLramWord() argument 3813 AscSetChipLramData(iop_base, word_val); in AscWriteLramWord() 8964 static ushort AscWriteEEPWord(PortAddr iop_base, uchar addr, ushort word_val) in AscWriteEEPWord() argument 8969 if (read_wval != word_val) { in AscWriteEEPWord() 8972 AscWriteEEPDataReg(iop_base, word_val); in AscWriteEEPWord()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | advansys.c | 3761 static void AscWriteLramWord(PortAddr iop_base, ushort addr, ushort word_val) in AscWriteLramWord() argument 3764 AscSetChipLramData(iop_base, word_val); in AscWriteLramWord() 8792 static ushort AscWriteEEPWord(PortAddr iop_base, uchar addr, ushort word_val) in AscWriteEEPWord() argument 8797 if (read_wval != word_val) { in AscWriteEEPWord() 8800 AscWriteEEPDataReg(iop_base, word_val); in AscWriteEEPWord()
|
Completed in 32 milliseconds