Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Ddm163.c158 const uint8_t low_bit = 6 * led; in dm163_bank0() local
159 const uint8_t low_word = low_bit / 64; in dm163_bank0()
160 const uint8_t high_word = (low_bit + 5) / 64; in dm163_bank0()
161 const uint8_t low_shift = low_bit % 64; in dm163_bank0()