Home | History | Annotate | Download | only in b4860qds

Lines Matching defs:dutcfg

1241 	u8 brdcfg[16], dutcfg[16];
1245 dutcfg[i] = qixis_read(offsetof(struct qixis, dutcfg[0]) + i);
1250 sw[1] = ((dutcfg[1] & 0x01) << 7) | \
1251 ((dutcfg[2] & 0x07) << 4) | \
1252 ((dutcfg[6] & 0x10) >> 1) | \
1253 ((dutcfg[6] & 0x80) >> 5) | \
1254 ((dutcfg[1] & 0x40) >> 5) | \
1255 (dutcfg[6] & 0x01);
1256 sw[2] = dutcfg[0];