Searched refs:Ntherm (Results 1 – 1 of 1) sorted by relevance
182 uint8_t Ntherm; /* Number of Temperature Sensors */ member277 cfg->Ntherm = buf[4]; in safte_process_config()285 cfg->Nfans, cfg->Npwr, cfg->Nslots, cfg->DoorLock, cfg->Ntherm, in safte_process_config()289 cfg->DoorLock + cfg->Ntherm + cfg->Nspkrs + cfg->Ntstats + 1; in safte_process_config()309 for (i = 0; i < cfg->Ntherm; i++) in safte_process_config()405 if (cfg->Nfans == 1 || (cfg->Ntherm + cfg->Ntstats) == 0) in safte_process_status()575 SAFT_BAIL(r + cfg->Ntherm, xfer_len); in safte_process_status()576 tempflags = buf[r + cfg->Ntherm]; in safte_process_status()577 SAFT_BAIL(r + cfg->Ntherm + 1, xfer_len); in safte_process_status()578 tempflags |= (tempflags << 8) | buf[r + cfg->Ntherm + 1]; in safte_process_status()[all …]