Home
last modified time | relevance | path

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

/openbmc/qemu/target/xtensa/
H A Dxtensa-isa.c102 static inline int byte_to_word_index(int byte_index) in byte_to_word_index() argument
104 return byte_index / sizeof(xtensa_insnbuf_word); in byte_to_word_index()
108 static inline int byte_to_bit_index(int byte_index) in byte_to_bit_index() argument
110 return (byte_index & 0x3) * 8; in byte_to_bit_index()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_debug.c905 u32 byte_index) in ddr3_tip_compare() argument
911 (byte_index == in ddr3_tip_compare()
912 0xff) ? (u32) 0xffffffff : (u32) (0xff << (byte_index * 8)); in ddr3_tip_compare()