Searched refs:has_fanin (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dpc87427.c78 u8 has_fanin; member in struct:pc87427_sio_data
995 if (!(sio_data->has_fanin & (1 << i))) /* Not wired */
1006 if (!(sio_data->has_fanin & (1 << i))) /* Not wired */
1012 data->fan_enabled = sio_data->has_fanin;
1281 sio_data->has_fanin = (1 << 2) | (1 << 3); /* FANIN2, FANIN3 */
1285 sio_data->has_fanin |= (1 << 0); /* FANIN0 */
1287 sio_data->has_fanin |= (1 << 4); /* FANIN4 */
1291 sio_data->has_fanin |= (1 << 1); /* FANIN1 */
1295 sio_data->has_fanin |= (1 << 7); /* FANIN7 */
1298 sio_data->has_fanin |
[all...]

Completed in 24 milliseconds