Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Dsi21xx.c535 u8 regs_read[2]; in si21_read_status() local
541 si21_readregs(state, LOCK_STATUS_REG_1, regs_read, 0x02); in si21_read_status()
545 reg_read |= ((regs_read[0] >> i) & 0x01) << (6 - i); in si21_read_status()
547 lock = ((reg_read & 0x7f) | (regs_read[1] & 0x80)); in si21_read_status()
/openbmc/linux/drivers/hwmon/
H A Dmax1619.c90 static const u8 regs_read[t_num_regs] = { variable
118 regs_read[i]); in max1619_update_device()