Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dasc7621.c640 static const u32 asc7621_pwm_freq_map[] = { variable
654 return sprintf(buf, "%u\n", asc7621_pwm_freq_map[regval]); in show_pwm_freq()
669 for (i = 0; i < ARRAY_SIZE(asc7621_pwm_freq_map); i++) { in store_pwm_freq()
670 if (reqval == asc7621_pwm_freq_map[i]) { in store_pwm_freq()