Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sound/
H A Drt5677.c138 uint i, reg_word; in debug_dump_5677_regs() local
145 rt5677_i2c_read(priv, (u8)i, &reg_word); in debug_dump_5677_regs()
147 log_debug("%04x ", swap_bytes16(reg_word)); in debug_dump_5677_regs()
149 log_debug("%04x ", reg_word); in debug_dump_5677_regs()
159 rt5677_i2c_read(priv, RT5677_PRIV_DATA, &reg_word); in debug_dump_5677_regs()
161 log_debug("%04x ", swap_bytes16(reg_word)); in debug_dump_5677_regs()
163 log_debug("%04x ", reg_word); in debug_dump_5677_regs()
/openbmc/linux/drivers/iio/light/
H A Dpa12203001.c214 __le16 reg_word; in pa12203001_read_raw() local
229 &reg_word, 2); in pa12203001_read_raw()
233 *val = le16_to_cpu(reg_word); in pa12203001_read_raw()