Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dpacking.c24 int word_index; in get_reverse_lsw32_offset() local
26 word_index = offset / 4; in get_reverse_lsw32_offset()
27 closest_multiple_of_4 = word_index * 4; in get_reverse_lsw32_offset()
29 word_index = (len / 4) - word_index - 1; in get_reverse_lsw32_offset()
30 return word_index * 4 + offset; in get_reverse_lsw32_offset()
/openbmc/u-boot/drivers/misc/
H A Dmxc_ocotp.c135 u32 fuse_word_physical(u32 bank, u32 word_index) in fuse_word_physical() argument
139 word_index = word_index + 4; in fuse_word_physical()
142 return word_index; in fuse_word_physical()
150 u32 fuse_word_physical(u32 bank, u32 word_index) in fuse_word_physical() argument
152 return word_index; in fuse_word_physical()