Lines Matching refs:as99127f
62 enum chips { w83781d, w83782d, w83783s, as99127f }; enumerator
187 #define BEEP_MASK_FROM_REG(val, type) ((type) == as99127f ? \
189 #define BEEP_MASK_TO_REG(val, type) ((type) == as99127f ? \
199 ((type == w83781d || type == as99127f) ? 8 : 128)) >> 1; in DIV_TO_REG()
521 if (data->type != w83781d && data->type != as99127f) { in store_beep_mask()
680 if (data->type != w83781d && data->type != as99127f) { in store_fan_div()
1047 if (kind != as99127f && kind != w83781d && kind != w83783s) { in w83781d_create_files()
1066 if (kind != w83781d && kind != as99127f) { in w83781d_create_files()
1077 if (kind != as99127f && kind != w83781d) { in w83781d_create_files()
1360 if (reset && type != as99127f) { /* in w83781d_init_device()
1401 if (init && !reset && type != as99127f) { in w83781d_init_device()
1408 if ((type != w83781d) && (type != as99127f)) { in w83781d_init_device()
1426 if (init && type != as99127f) { in w83781d_init_device()
1494 if (data->type != w83781d && data->type != as99127f) { in w83781d_update_device()
1538 if ((data->type != w83781d) && (data->type != as99127f)) { in w83781d_update_device()
1569 if ((data->type != w83781d) && (data->type != as99127f)) { in w83781d_update_device()
1587 { "as99127f", as99127f },