Lines Matching refs:as99127f
15 * as99127f 7 3 0 3 0x31 0x12c3 yes no
16 * as99127f rev.2 (type_name = as99127f) 0x31 0x5ca3 yes no
49 enum chips { w83781d, w83782d, w83783s, as99127f };
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;
508 if (data->type != w83781d && data->type != as99127f) {
665 /* w83781d and as99127f don't have extended divisor bits */
666 if (data->type != w83781d && data->type != as99127f) {
1032 if (kind != as99127f && kind != w83781d && kind != w83783s) {
1051 if (kind != w83781d && kind != as99127f) {
1062 if (kind != as99127f && kind != w83781d) {
1122 * Asus doesn't support, except for as99127f rev.2
1160 client_name = "as99127f";
1340 if (reset && type != as99127f) { /*
1342 * documentation for on the as99127f
1381 if (init && !reset && type != as99127f) {
1388 if ((type != w83781d) && (type != as99127f)) {
1406 if (init && type != as99127f) {
1474 if (data->type != w83781d && data->type != as99127f) {
1518 if ((data->type != w83781d) && (data->type != as99127f)) {
1549 if ((data->type != w83781d) && (data->type != as99127f)) {
1567 { "as99127f", as99127f },
1577 { .compatible = "asus,as99127f" },