Home
last modified time | relevance | path

Searched refs:has_fanout (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/
H A Dpc87427.c75 u8 has_fanout; member
995 if (!(sio_data->has_fanout & (1 << i))) /* Not wired */ in pc87427_init_device()
1268 sio_data->has_fanout = (1 << 0); /* FANOUT0 */ in pc87427_find()
1270 sio_data->has_fanout |= (1 << 3); /* FANOUT3 */ in pc87427_find()
1275 sio_data->has_fanout |= (1 << 1); /* FANOUT1 */ in pc87427_find()
1277 sio_data->has_fanout |= (1 << 2); /* FANOUT2 */ in pc87427_find()
1283 sio_data->has_fanout |= (1 << 1); /* FANOUT1 */ in pc87427_find()
1285 sio_data->has_fanout |= (1 << 2); /* FANOUT2 */ in pc87427_find()