Searched refs:bit_P (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A DP0260.c32 struct bit_entry bit_P; nvbios_P0260Te() local
35 if (!bit_entry(bios, 'P', &bit_P)) { nvbios_P0260Te()
36 if (bit_P.version == 2 && bit_P.length > 0x63) nvbios_P0260Te()
37 data = nv_ro32(bios, bit_P.offset + 0x60); nvbios_P0260Te()
H A Dfan.c31 struct bit_entry bit_P; nvbios_fan_table() local
34 if (!bit_entry(bios, 'P', &bit_P)) { nvbios_fan_table()
35 if (bit_P.version == 2 && bit_P.length >= 0x5a) nvbios_fan_table()
36 fan = nv_ro16(bios, bit_P.offset + 0x58); nvbios_fan_table()
H A Dtherm.c33 struct bit_entry bit_P; therm_table() local
36 if (!bit_entry(bios, 'P', &bit_P)) { therm_table()
37 if (bit_P.version == 1) therm_table()
38 therm = nv_ro16(bios, bit_P.offset + 12); therm_table()
39 else if (bit_P.version == 2) therm_table()
40 therm = nv_ro16(bios, bit_P.offset + 16); therm_table()
44 bit_P.version); therm_table()
H A Dtiming.c32 struct bit_entry bit_P; nvbios_timingTe() local
35 if (!bit_entry(bios, 'P', &bit_P)) { nvbios_timingTe()
36 if (bit_P.version == 1) nvbios_timingTe()
37 timing = nv_ro16(bios, bit_P.offset + 4); nvbios_timingTe()
39 if (bit_P.version == 2) nvbios_timingTe()
40 timing = nv_ro16(bios, bit_P.offset + 8); nvbios_timingTe()
H A Dvolt.c31 struct bit_entry bit_P; nvbios_volt_table() local
34 if (!bit_entry(bios, 'P', &bit_P)) { nvbios_volt_table()
35 if (bit_P.version == 2) nvbios_volt_table()
36 volt = nv_ro16(bios, bit_P.offset + 0x0c); nvbios_volt_table()
38 if (bit_P.version == 1) nvbios_volt_table()
39 volt = nv_ro16(bios, bit_P.offset + 0x10); nvbios_volt_table()
H A Dvmap.c31 struct bit_entry bit_P; nvbios_vmap_table() local
34 if (!bit_entry(bios, 'P', &bit_P)) { nvbios_vmap_table()
35 if (bit_P.version == 2) { nvbios_vmap_table()
36 vmap = nv_ro16(bios, bit_P.offset + 0x20); nvbios_vmap_table()
H A Dboost.c32 struct bit_entry bit_P; nvbios_boostTe() local
35 if (!bit_entry(bios, 'P', &bit_P)) { nvbios_boostTe()
36 if (bit_P.version == 2) nvbios_boostTe()
37 boost = nv_ro16(bios, bit_P.offset + 0x30); nvbios_boostTe()
H A Dcstep.c32 struct bit_entry bit_P; nvbios_cstepTe() local
35 if (!bit_entry(bios, 'P', &bit_P)) { nvbios_cstepTe()
36 if (bit_P.version == 2) nvbios_cstepTe()
37 cstep = nv_ro16(bios, bit_P.offset + 0x34); nvbios_cstepTe()
H A Dperf.c34 struct bit_entry bit_P; nvbios_perf_table() local
37 if (!bit_entry(bios, 'P', &bit_P)) { nvbios_perf_table()
38 if (bit_P.version <= 2) { nvbios_perf_table()
39 perf = nv_ro16(bios, bit_P.offset + 0); nvbios_perf_table()
H A Drammap.c32 struct bit_entry bit_P; nvbios_rammapTe() local
35 if (!bit_entry(bios, 'P', &bit_P)) { nvbios_rammapTe()
36 if (bit_P.version == 2) nvbios_rammapTe()
37 rammap = nv_ro16(bios, bit_P.offset + 4); nvbios_rammapTe()

Completed in 125 milliseconds