Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dbh1750.c49 int mtreg_to_usec; member
77 if ((usec % chip_info->mtreg_to_usec) != 0) in bh1750_change_int_time()
80 val = usec / chip_info->mtreg_to_usec; in bh1750_change_int_time()
110 unsigned long delay = chip_info->mtreg_to_usec * data->mtreg; in bh1750_read()
160 *val2 = chip_info->mtreg_to_usec * data->mtreg; in bh1750_read_raw()
198 chip_info->mtreg_to_usec * i); in bh1750_show_int_time_available()
251 usec = data->chip_info->mtreg_to_usec * data->chip_info->mtreg_default; in bh1750_probe()