Lines Matching refs:therm
34 u16 therm = 0; in therm_table() local
38 therm = nv_ro16(bios, bit_P.offset + 12); in therm_table()
40 therm = nv_ro16(bios, bit_P.offset + 16); in therm_table()
48 if (!therm) in therm_table()
51 *ver = nv_ro08(bios, therm + 0); in therm_table()
52 *hdr = nv_ro08(bios, therm + 1); in therm_table()
53 *len = nv_ro08(bios, therm + 2); in therm_table()
54 *cnt = nv_ro08(bios, therm + 3); in therm_table()
55 return therm + nv_ro08(bios, therm + 1); in therm_table()
62 u16 therm = therm_table(bios, ver, &hdr, len, &cnt); in nvbios_therm_entry() local
63 if (therm && idx < cnt) in nvbios_therm_entry()
64 return therm + idx * *len; in nvbios_therm_entry()