Searched refs:use_thermistors (Results 1 – 1 of 1) sorted by relevance
1300 int use_thermistors) in pc87360_init_device() argument1339 dev_dbg(&pdev->dev, "bios thermistors:%d\n", use_thermistors); in pc87360_init_device()1343 use_thermistors = use_thermistors || (reg & CHAN_ENA); in pc87360_init_device()1347 dev_dbg(&pdev->dev, "using thermistors:%d\n", use_thermistors); in pc87360_init_device()1349 i = use_thermistors ? 2 : 0; in pc87360_init_device()1366 if (use_thermistors) { in pc87360_init_device()1445 int use_thermistors = 0; in pc87360_probe() local1530 use_thermistors = confreg[2] & 0x40; in pc87360_probe()1532 pc87360_init_device(pdev, use_thermistors); in pc87360_probe()