Searched refs:asc7621_pwm_freq_map (Results 1 – 1 of 1) sorted by relevance
640 static const u32 asc7621_pwm_freq_map[] = { variable654 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()