Lines Matching refs:dflt
84 uint_fast16_t key, uint_fast16_t dflt);
341 uint_fast16_t dflt)
357 val = C1_SET | (dflt > 63); /* convert to boolean */
365 val = C7_SET | (dflt & 0x7f);
371 return read14(mc, chan, c, key, dflt);
381 uint_fast16_t dflt)
387 return read14(mc, chan, RPN, ctlr, dflt);
392 uint_fast16_t dflt)
398 return read14(mc, chan, NRPN, ctlr, dflt);
473 uint_fast16_t dflt)
489 val = C14LSET | (val & ~0x7f) | (dflt & 0x7f);
492 val = C14MSET | (val & ~0x3f8) | (dflt & 0x3f8);
496 val = C14MSET|C14LSET | (dflt & 0x3fff);