Searched full:255000 (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/drivers/scsi/fnic/ |
D | vnic_scsi.h | 22 #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/ |
D | ti,tps23861.yaml | 30 default: 255000 32 maximum: 255000 52 shunt-resistor-micro-ohms = <255000>;
|
/linux-6.12.1/drivers/hwmon/ |
D | lm95234.c | 116 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()
|
D | tmp464.c | 314 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()
|
D | tmp102.c | 123 temp = clamp_val(temp, -256000, 255000); in tmp102_write()
|
D | emc1403.c | 452 val = clamp_val(val, 0, 255000); in emc1403_set_hyst() 496 val = clamp_val(val, 0, 255000); in emc1403_set_temp()
|
D | tps23861.c | 107 #define SHUNT_RESISTOR_DEFAULT 255000 /* 255 mOhm */
|
D | tmp401.c | 381 val = clamp_val(val, temp - 255000, temp); in tmp401_temp_write()
|
D | amc6821.c | 618 val = clamp_val(val, (temps[1] + 1) * 1000, 255000); in temp_auto_point_temp_store()
|
D | abituguru.c | 139 /* in (Volt) sensors go up to 3494 mV, temp to 255000 millidegrees Celsius */ 140 static const int abituguru_bank1_max_value[2] = { 3494, 255000 };
|
D | lm63.c | 120 255000), 1000)
|
D | lm90.c | 1335 val = clamp_val(val, 0, 255000 + fraction); in lm90_temp_to_reg() 1406 val = clamp_val(val, -128000l, 255000l); in lm90_set_temphyst()
|
D | nct6775-core.c | 3265 if (val > 255000) in store_auto_temp()
|
/linux-6.12.1/drivers/media/platform/qcom/venus/ |
D | core.c | 665 { 108000, 255000, 0, 202000, 0 }, /* 720p @ 30 */
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-tegra186.c | 403 if (debounce > 255000) in tegra186_gpio_set_config()
|
/linux-6.12.1/drivers/power/supply/ |
D | samsung-sdi-battery.c | 235 { .vbat_uv = 3924000, .ri_uohm = 255000 },
|
/linux-6.12.1/drivers/net/ethernet/ti/ |
D | cpsw_ale.c | 1293 * 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/ |
D | mpi2.h | 370 #define MPI2_HARD_RESET_PCIE_RESET_READ_WINDOW_MICRO_SEC (255000)
|