Home
last modified time | relevance | path

Searched full:255000 (Results 1 – 18 of 18) sorted by relevance

/linux-6.12.1/drivers/scsi/fnic/
Dvnic_scsi.h22 #define VNIC_FNIC_EDTOV_MAX 255000
26 #define VNIC_FNIC_RATOV_MAX 255000
36 #define VNIC_FNIC_FLOGI_TIMEOUT_MAX 255000
43 #define VNIC_FNIC_PLOGI_TIMEOUT_MAX 255000
/linux-6.12.1/Documentation/devicetree/bindings/hwmon/
Dti,tps23861.yaml30 default: 255000
32 maximum: 255000
52 shunt-resistor-micro-ohms = <255000>;
/linux-6.12.1/drivers/hwmon/
Dlm95234.c116 val = DIV_ROUND_CLOSEST(clamp_val(val, -255000, 255000), 1000); in lm95234_hyst_set()
153 val = clamp_val(val, 0, channel == 1 ? 127000 : 255000); in lm95234_temp_write()
159 val = DIV_ROUND_CLOSEST(clamp_val(val, 0, 255000), 1000); in lm95234_temp_write()
Dtmp464.c314 val = clamp_val(temp_from_reg(regval) - val, 0, 255000); in tmp464_temp_write()
319 val = temp_to_limit_reg(clamp_val(val, -255000, 255500)); in tmp464_temp_write()
323 val = temp_to_limit_reg(clamp_val(val, -255000, 255500)); in tmp464_temp_write()
Dtmp102.c123 temp = clamp_val(temp, -256000, 255000); in tmp102_write()
Demc1403.c452 val = clamp_val(val, 0, 255000); in emc1403_set_hyst()
496 val = clamp_val(val, 0, 255000); in emc1403_set_temp()
Dtps23861.c107 #define SHUNT_RESISTOR_DEFAULT 255000 /* 255 mOhm */
Dtmp401.c381 val = clamp_val(val, temp - 255000, temp); in tmp401_temp_write()
Damc6821.c618 val = clamp_val(val, (temps[1] + 1) * 1000, 255000); in temp_auto_point_temp_store()
Dabituguru.c139 /* in (Volt) sensors go up to 3494 mV, temp to 255000 millidegrees Celsius */
140 static const int abituguru_bank1_max_value[2] = { 3494, 255000 };
Dlm63.c120 255000), 1000)
Dlm90.c1335 val = clamp_val(val, 0, 255000 + fraction); in lm90_temp_to_reg()
1406 val = clamp_val(val, -128000l, 255000l); in lm90_set_temphyst()
Dnct6775-core.c3265 if (val > 255000) in store_auto_temp()
/linux-6.12.1/drivers/media/platform/qcom/venus/
Dcore.c665 { 108000, 255000, 0, 202000, 0 }, /* 720p @ 30 */
/linux-6.12.1/drivers/gpio/
Dgpio-tegra186.c403 if (debounce > 255000) in tegra186_gpio_set_config()
/linux-6.12.1/drivers/power/supply/
Dsamsung-sdi-battery.c235 { .vbat_uv = 3924000, .ri_uohm = 255000 },
/linux-6.12.1/drivers/net/ethernet/ti/
Dcpsw_ale.c1293 * max number_of_packets = 1000 * 255 = 255000 when port.BCAST/MCAST_LIMIT = 0xFF in cpsw_ale_start()
/linux-6.12.1/drivers/scsi/mpt3sas/mpi/
Dmpi2.h370 #define MPI2_HARD_RESET_PCIE_RESET_READ_WINDOW_MICRO_SEC (255000)