Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dpfuze100-regulator.c618 u32 sw_check_start, sw_check_end, sw_hi = 0x40; in pfuze100_regulator_probe() local
662 sw_check_start = PFUZE3001_SW2; in pfuze100_regulator_probe()
669 sw_check_start = PFUZE3000_SW2; in pfuze100_regulator_probe()
676 sw_check_start = PFUZE200_SW2; in pfuze100_regulator_probe()
683 sw_check_start = PFUZE100_SW2; in pfuze100_regulator_probe()
712 if (i >= sw_check_start && i <= sw_check_end) { in pfuze100_regulator_probe()