Home
last modified time | relevance | path

Searched refs:max2 (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/media/i2c/
H A Dmsp3400-kthreads.c495 int count, max1, max2, val1, val2, val, i; in msp3400c_thread() local
526 max1 = max2 = -1; in msp3400c_thread()
582 max2 = 0; in msp3400c_thread()
593 max2 = i; in msp3400c_thread()
604 if (max2 == 0) { in msp3400c_thread()
606 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
609 } else if (max2 == 1 && state->has_nicam) { in msp3400c_thread()
611 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
628 if (max2 == 1 || max2 == 2) { in msp3400c_thread()
630 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvmap.c66 info->max2 = 0xff; in nvbios_vmap_parse()
72 info->max2 = nvbios_rd08(bios, vmap + 0xc); in nvbios_vmap_parse()
74 info->max2 = 0xff; in nvbios_vmap_parse()
/openbmc/linux/tools/testing/selftests/timers/
H A Dfreq-step.c149 double intercept, slope, stddev1, max1, stddev2, max2; in run_test() local
185 &stddev2, &max2); in run_test()
192 1e6 * freq_error2, 1e9 * stddev2, 1e9 * max2); in run_test()
/openbmc/linux/net/netfilter/
H A Dnf_sockopt.c19 static inline int overlap(int min1, int max1, int min2, int max2) in overlap() argument
21 return max1 > min2 && min1 < max2; in overlap()
/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c465 int max1,max2,carrier,rx,mode,lastmode,default_carrier; in tvaudio_thread() local
495 max2 = 0; in tvaudio_thread()
521 for (max1 = 0, max2 = 0, i = 0; i < ARRAY_SIZE(mainscan); i++) { in tvaudio_thread()
523 max2 = max1; in tvaudio_thread()
526 } else if (max2 < carr_vals[i]) { in tvaudio_thread()
527 max2 = carr_vals[i]; in tvaudio_thread()
532 if (0 != carrier && max1 > 2000 && max1 > max2*3) { in tvaudio_thread()
536 max1, max2); in tvaudio_thread()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_fixed.h53 uint_fixed_16_16_t max2) in max_fixed16() argument
55 uint_fixed_16_16_t max = { .val = max(max1.val, max2.val) }; in max_fixed16()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dvmap.h7 u8 max2; member
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_mon.c369 u16 min1, max1, min2, max2; in efx_mcdi_mon_probe() local
454 max2 = MCDI_ARRAY_FIELD(outbuf, SENSOR_ENTRY, in efx_mcdi_mon_probe()
477 if (min2 != max2) { in efx_mcdi_mon_probe()
485 i, type, max2); in efx_mcdi_mon_probe()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_mon.c369 u16 min1, max1, min2, max2; in efx_siena_mcdi_mon_probe() local
454 max2 = MCDI_ARRAY_FIELD(outbuf, SENSOR_ENTRY, in efx_siena_mcdi_mon_probe()
477 if (min2 != max2) { in efx_siena_mcdi_mon_probe()
485 i, type, max2); in efx_siena_mcdi_mon_probe()
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1507 #define FREE_1_TO_1_TABLE(tbl, min, max, max2) free_1_to_1_table(&tbl, #tbl, min, max, max2) argument
1509 static void __init free_1_to_1_table(unsigned short **tp, char *tname, int min, int max, int max2) in free_1_to_1_table() argument
1516 if (max != max2) in free_1_to_1_table()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dbase.c304 volt->max2_id = vmap.max2; in nvkm_volt_ctor()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_flower.c343 if (ocelot->vcap_pol.max2 && pol_ix > pol_max) { in ocelot_flower_parse_action()
345 pol_max = ocelot->vcap_pol.max2; in ocelot_flower_parse_action()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-gmxx-defs.h2197 uint64_t max2:8; member
2201 uint64_t max2:8;
2209 uint64_t max2:8; member
2213 uint64_t max2:8;
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-spi.c366 gmxx_tx_spi_max.s.max2 = 4; in cvmx_spi_calendar_setup_cb()
/openbmc/linux/include/soc/mscc/
H A Docelot.h675 u16 max2; member
/openbmc/linux/fs/ext4/
H A Dmballoc.c685 int max2; in __mb_check_buddy() local
703 buddy2 = mb_find_buddy(e4b, order - 1, &max2); in __mb_check_buddy()
706 MB_CHECK_ASSERT(max * 2 == max2); in __mb_check_buddy()
749 buddy2 = mb_find_buddy(e4b, j, &max2); in __mb_check_buddy()
751 MB_CHECK_ASSERT(k < max2); in __mb_check_buddy()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1392 ocelot->vcap_pol.max2 = felix->info->vcap_pol_max2; in felix_init_structs()