Searched refs:lastval (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/ia64/lib/ |
H A D | do_csum.S | 101 #define lastval r22 macro 164 (p9) ld8 lastval=[last] // load, ahead of time, "last" word, if needed 168 (p8) mov lastval=r0 // we don't need lastval if first1==last 176 (p9) and word2[0]=lastval,tmask // mask last it as appropriate
|
/openbmc/linux/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 461 tree lastval, lastidx, field, init, type, flexsize; in update_decl_size() local 480 lastval = CONSTRUCTOR_ELT(init, CONSTRUCTOR_NELTS(init) - 1)->value; in update_decl_size() 489 if (TREE_CODE(lastval) != STRING_CST) { in update_decl_size() 495 flexsize = bitsize_int(TREE_STRING_LENGTH(lastval) * in update_decl_size() 496 tree_to_uhwi(TYPE_SIZE(TREE_TYPE(TREE_TYPE(lastval))))); in update_decl_size()
|
/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-blackbird.c | 614 int lastval = 0; in blackbird_start_codec() local 620 if ((reg & 0x0F) != lastval) { in blackbird_start_codec() 621 lastval = reg & 0x0F; in blackbird_start_codec()
|
/openbmc/linux/drivers/base/regmap/ |
H A D | regmap.c | 2078 unsigned int lastval; in regmap_noinc_readwrite() local 2089 lastval = (unsigned int)u8p[val_count - 1]; in regmap_noinc_readwrite() 2094 lastval = (unsigned int)u16p[val_count - 1]; in regmap_noinc_readwrite() 2099 lastval = (unsigned int)u32p[val_count - 1]; in regmap_noinc_readwrite() 2112 ret = regcache_write(map, reg, lastval); in regmap_noinc_readwrite()
|