Lines Matching refs:as99127f
49 enum chips { w83781d, w83782d, w83783s, as99127f }; enumerator
174 #define BEEP_MASK_FROM_REG(val, type) ((type) == as99127f ? \
176 #define BEEP_MASK_TO_REG(val, type) ((type) == as99127f ? \
186 ((type == w83781d || type == as99127f) ? 8 : 128)) >> 1; in DIV_TO_REG()
508 if (data->type != w83781d && data->type != as99127f) { in beep_mask_store()
666 if (data->type != w83781d && data->type != as99127f) { in store_fan_div()
1032 if (kind != as99127f && kind != w83781d && kind != w83783s) { in w83781d_create_files()
1051 if (kind != w83781d && kind != as99127f) { in w83781d_create_files()
1062 if (kind != as99127f && kind != w83781d) { in w83781d_create_files()
1340 if (reset && type != as99127f) { /* in w83781d_init_device()
1381 if (init && !reset && type != as99127f) { in w83781d_init_device()
1388 if ((type != w83781d) && (type != as99127f)) { in w83781d_init_device()
1406 if (init && type != as99127f) { in w83781d_init_device()
1474 if (data->type != w83781d && data->type != as99127f) { in w83781d_update_device()
1518 if ((data->type != w83781d) && (data->type != as99127f)) { in w83781d_update_device()
1549 if ((data->type != w83781d) && (data->type != as99127f)) { in w83781d_update_device()
1567 { "as99127f", as99127f },