Lines Matching refs:therm
32 u32 therm = 0; in therm_table() local
36 therm = nvbios_rd32(bios, bit_P.offset + 12); in therm_table()
38 therm = nvbios_rd32(bios, bit_P.offset + 16); in therm_table()
46 if (!therm) in therm_table()
49 *ver = nvbios_rd08(bios, therm + 0); in therm_table()
50 *hdr = nvbios_rd08(bios, therm + 1); in therm_table()
51 *len = nvbios_rd08(bios, therm + 2); in therm_table()
52 *cnt = nvbios_rd08(bios, therm + 3); in therm_table()
53 return therm + nvbios_rd08(bios, therm + 1); in therm_table()
60 u32 therm = therm_table(bios, ver, &hdr, len, &cnt); in nvbios_therm_entry() local
61 if (therm && idx < cnt) in nvbios_therm_entry()
62 return therm + idx * *len; in nvbios_therm_entry()