Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds