Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/fddi/skfp/
H A Dpmf.c1087 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()
1298 if (!(word_val & POLICY_MM)) 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 > 1) in smt_set_para()
1357 IFSET(mib->fddiESSSynchTxMode = word_val) ; in smt_set_para()
1373 if ((word_val & (MIB_P_PATH_PRIM_PREFER | in smt_set_para()
1464 if (word_val > 4) in smt_set_para()
[all …]
/openbmc/linux/drivers/scsi/
H A Dadvansys.c3761 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()