Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dpc87360.c1296 int use_thermistors) in pc87360_init_device() argument
1335 dev_dbg(&pdev->dev, "bios thermistors:%d\n", use_thermistors); in pc87360_init_device()
1339 use_thermistors = use_thermistors || (reg & CHAN_ENA); in pc87360_init_device()
1343 dev_dbg(&pdev->dev, "using thermistors:%d\n", use_thermistors); in pc87360_init_device()
1345 i = use_thermistors ? 2 : 0; in pc87360_init_device()
1362 if (use_thermistors) { in pc87360_init_device()
1441 int use_thermistors = 0; in pc87360_probe() local
1526 use_thermistors = confreg[2] & 0x40; in pc87360_probe()
1528 pc87360_init_device(pdev, use_thermistors); in pc87360_probe()