Searched refs:has_fanout (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.c79 u8 has_fanout; member in struct:pc87427_sio_data
1017 if (!(sio_data->has_fanout & (1 << i))) /* Not wired */
1304 sio_data->has_fanout = (1 << 0); /* FANOUT0 */
1306 sio_data->has_fanout |= (1 << 3); /* FANOUT3 */
1311 sio_data->has_fanout |= (1 << 1); /* FANOUT1 */
1313 sio_data->has_fanout |= (1 << 2); /* FANOUT2 */
1319 sio_data->has_fanout |= (1 << 1); /* FANOUT1 */
1321 sio_data->has_fanout |= (1 << 2); /* FANOUT2 */

Completed in 35 milliseconds