Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dpc87427.c83 u8 has_fanout; member
1020 if (!(sio_data->has_fanout & (1 << i))) /* Not wired */ in pc87427_init_device()
1291 sio_data->has_fanout = (1 << 0); /* FANOUT0 */ in pc87427_find()
1293 sio_data->has_fanout |= (1 << 3); /* FANOUT3 */ in pc87427_find()
1298 sio_data->has_fanout |= (1 << 1); /* FANOUT1 */ in pc87427_find()
1300 sio_data->has_fanout |= (1 << 2); /* FANOUT2 */ in pc87427_find()
1306 sio_data->has_fanout |= (1 << 1); /* FANOUT1 */ in pc87427_find()
1308 sio_data->has_fanout |= (1 << 2); /* FANOUT2 */ in pc87427_find()