Home
last modified time | relevance | path

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

/include/linux/mtd/
Dmap.h353 int bitpos; in map_word_load_partial() local
356 bitpos = i * 8; in map_word_load_partial()
358 bitpos = (map_bankwidth(map) - 1 - i) * 8; in map_word_load_partial()
360 orig.x[0] &= ~(0xff << bitpos); in map_word_load_partial()
361 orig.x[0] |= (unsigned long)buf[i-start] << bitpos; in map_word_load_partial()