Searched refs:use_thermistors (Results 1 – 1 of 1) sorted by relevance
225 int use_thermistors);1199 int use_thermistors = 0; in pc87360_probe() local1284 use_thermistors = confreg[2] & 0x40; in pc87360_probe()1286 pc87360_init_device(pdev, use_thermistors); in pc87360_probe()1396 int use_thermistors) in pc87360_init_device() argument1435 dev_dbg(&pdev->dev, "bios thermistors:%d\n", use_thermistors); in pc87360_init_device()1439 use_thermistors = use_thermistors || (reg & CHAN_ENA); in pc87360_init_device()1443 dev_dbg(&pdev->dev, "using thermistors:%d\n", use_thermistors); in pc87360_init_device()1445 i = use_thermistors ? 2 : 0; in pc87360_init_device()1462 if (use_thermistors) { in pc87360_init_device()