Searched refs:limit2 (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/hwmon/ |
D | asus_atk0110.c | 163 u64 limit2; member 258 u64 value = s->limit2; in atk_limit2_show() 428 union acpi_object *limit2; in atk_print_sensor() local 435 limit2 = atk_get_pack_member(data, obj, HWMON_PACK_LIMIT2); in atk_print_sensor() 443 limit1->integer.value, limit2->integer.value, in atk_print_sensor() 825 union acpi_object *limit2; in atk_add_sensor() local 886 limit2 = atk_get_pack_member(data, obj, HWMON_PACK_LIMIT2); in atk_add_sensor() 902 sensor->limit2 = limit2->integer.value; in atk_add_sensor() 905 sensor->limit2 = sensor->limit1 + limit2->integer.value; in atk_add_sensor()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | g84.c | 46 const u32 limit2 = ilog2(length / 8); in g84_chan_ramfc_write() local 74 nvkm_wo32(chan->ramfc, 0x54, upper_32_bits(offset) | (limit2 << 16)); in g84_chan_ramfc_write()
|
D | gv100.c | 44 const u32 limit2 = ilog2(length / 8); in gv100_chan_ramfc_write() local 52 nvkm_wo32(chan->inst, 0x04c, upper_32_bits(offset) | (limit2 << 16)); in gv100_chan_ramfc_write()
|
D | nv50.c | 83 const u32 limit2 = ilog2(length / 8); in nv50_chan_ramfc_write() local 107 nvkm_wo32(chan->ramfc, 0x54, upper_32_bits(offset) | (limit2 << 16)); in nv50_chan_ramfc_write()
|
D | ga100.c | 72 const u32 limit2 = ilog2(length / 8); in ga100_chan_ramfc_write() local 78 nvkm_wo32(chan->inst, 0x04c, upper_32_bits(offset) | (limit2 << 16)); in ga100_chan_ramfc_write()
|
D | gk104.c | 85 const u32 limit2 = ilog2(length / 8); in gk104_chan_ramfc_write() local 93 nvkm_wo32(chan->inst, 0x4c, upper_32_bits(offset) | (limit2 << 16)); in gk104_chan_ramfc_write()
|
D | gf100.c | 88 const u32 limit2 = ilog2(length / 8); in gf100_chan_ramfc_write() local 96 nvkm_wo32(chan->inst, 0x4c, upper_32_bits(offset) | (limit2 << 16)); in gf100_chan_ramfc_write()
|