/linux-6.3-rc2/tools/testing/selftests/timers/ |
A D | freq-step.c | 149 double intercept, slope, stddev1, max1, stddev2, max2; in run_test() local 173 regress(samples, SAMPLES, &intercept, &slope, &stddev1, &max1); in run_test() 180 regress(samples, SAMPLES / 2, &intercept, &slope, &stddev1, &max1); in run_test() 191 1e6 * freq_error1, 1e9 * stddev1, 1e9 * max1, in run_test()
|
/linux-6.3-rc2/drivers/media/pci/saa7134/ |
A D | saa7134-tvaudio.c | 465 int max1,max2,carrier,rx,mode,lastmode,default_carrier; in tvaudio_thread() local 494 max1 = 0; in tvaudio_thread() 510 max1 = 12345; in tvaudio_thread() 521 for (max1 = 0, max2 = 0, i = 0; i < ARRAY_SIZE(mainscan); i++) { in tvaudio_thread() 522 if (max1 < carr_vals[i]) { in tvaudio_thread() 523 max2 = max1; in tvaudio_thread() 524 max1 = carr_vals[i]; in tvaudio_thread() 532 if (0 != carrier && max1 > 2000 && max1 > max2*3) { in tvaudio_thread() 536 max1, max2); in tvaudio_thread()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nf_sockopt.c | 19 static inline int overlap(int min1, int max1, int min2, int max2) in overlap() argument 21 return max1 > min2 && min1 < max2; in overlap()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
A D | vmap.c | 65 info->max1 = 0xff; in nvbios_vmap_parse() 70 info->max1 = nvbios_rd08(bios, vmap + 0x8); in nvbios_vmap_parse()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_fixed.h | 52 static inline uint_fixed_16_16_t max_fixed16(uint_fixed_16_16_t max1, in max_fixed16() argument 55 uint_fixed_16_16_t max = { .val = max(max1.val, max2.val) }; in max_fixed16()
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | msp3400-kthreads.c | 495 int count, max1, max2, val1, val2, val, i; in msp3400c_thread() local 526 max1 = max2 = -1; in msp3400c_thread() 540 max1 = 3; in msp3400c_thread() 554 max1 = i; in msp3400c_thread() 561 switch (max1) { in msp3400c_thread() 600 state->main = msp3400c_carrier_detect_main[max1].cdo; in msp3400c_thread() 601 switch (max1) { in msp3400c_thread() 656 state->second = msp3400c_carrier_detect_main[max1].cdo; in msp3400c_thread()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | mcdi_mon.c | 369 u16 min1, max1, min2, max2; in efx_siena_mcdi_mon_probe() local 450 max1 = MCDI_ARRAY_FIELD(outbuf, SENSOR_ENTRY, in efx_siena_mcdi_mon_probe() 457 if (min1 != max1) { in efx_siena_mcdi_mon_probe() 475 i, type, max1); in efx_siena_mcdi_mon_probe()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | mcdi_mon.c | 369 u16 min1, max1, min2, max2; in efx_mcdi_mon_probe() local 450 max1 = MCDI_ARRAY_FIELD(outbuf, SENSOR_ENTRY, in efx_mcdi_mon_probe() 457 if (min1 != max1) { in efx_mcdi_mon_probe() 475 i, type, max1); in efx_mcdi_mon_probe()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
A D | vmap.h | 6 u8 max1; member
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
A D | base.c | 303 volt->max1_id = vmap.max1; in nvkm_volt_ctor()
|
/linux-6.3-rc2/arch/mips/include/asm/octeon/ |
A D | cvmx-gmxx-defs.h | 2198 uint64_t max1:8; member 2200 uint64_t max1:8; 2210 uint64_t max1:8; member 2212 uint64_t max1:8;
|
/linux-6.3-rc2/arch/mips/cavium-octeon/executive/ |
A D | cvmx-spi.c | 365 gmxx_tx_spi_max.s.max1 = 8; in cvmx_spi_calendar_setup_cb()
|