Home
last modified time | relevance | path

Searched full:1023 (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/linux-6.12.1/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dgdc.c66 * c0[0-1023], c1[0-1023], c2[0-1023] c3[0-1023]
70 * c0[1023], c1[1023], c2[1023], c3[1023]
/linux-6.12.1/drivers/hid/bpf/progs/
DFR-TEC__Raptor-Mach-2.bpf.c47 * 0x26, 0xff, 0x03, // Logical Maximum (1023) 56
48 * 0x46, 0xff, 0x03, // Physical Maximum (1023) 59
55 * 0x26, 0xff, 0x03, // Logical Maximum (1023) 74
56 * 0x46, 0xff, 0x03, // Physical Maximum (1023) 77
63 * 0x26, 0xff, 0x03, // Logical Maximum (1023) 92
64 * 0x46, 0xff, 0x03, // Physical Maximum (1023) 95
71 * 0x26, 0xff, 0x03, // Logical Maximum (1023) 110
72 * 0x46, 0xff, 0x03, // Physical Maximum (1023) 113
87 * 0x26, 0xff, 0x03, // Logical Maximum (1023) 146
88 * 0x46, 0xff, 0x03, // Physical Maximum (1023) 149
/linux-6.12.1/drivers/iio/adc/
Dcpcap-adc.c222 [CPCAP_ADC_AD0] = {0, 0x80, 0x80, 0, 1023},
223 [CPCAP_ADC_BATTP] = {0, 0x80, 0x80, 0, 1023},
224 [CPCAP_ADC_VBUS] = {0, 0x80, 0x80, 0, 1023},
225 [CPCAP_ADC_AD3] = {0, 0x80, 0x80, 0, 1023},
226 [CPCAP_ADC_BPLUS_AD4] = {0, 0x80, 0x80, 0, 1023},
229 [CPCAP_ADC_USB_ID] = {0, 0x80, 0x80, 0, 1023},
232 [CPCAP_ADC_AD8] = {0, 0x80, 0x80, 0, 1023},
233 [CPCAP_ADC_AD9] = {0, 0x80, 0x80, 0, 1023},
234 [CPCAP_ADC_LICELL] = {0, 0x80, 0x80, 0, 1023},
235 [CPCAP_ADC_HV_BATTP] = {0, 0x80, 0x80, 0, 1023},
[all …]
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_rcb.h36 #define HNS_RCB_TX_FRAMES_HIGH 1023
37 #define HNS_RCB_RX_FRAMES_HIGH 1023
40 #define HNS_RCB_TX_USECS_HIGH 1023
41 #define HNS_RCB_RX_USECS_HIGH 1023
42 #define HNS_RCB_MAX_COALESCED_FRAMES 1023
/linux-6.12.1/fs/affs/
Dsymlink.c39 while (i < 1023 && (c = pf[i])) in affs_symlink_read_folio()
42 while (i < 1023 && lf->symname[j] != ':') in affs_symlink_read_folio()
44 if (i < 1023) in affs_symlink_read_folio()
49 while (i < 1023 && (c = lf->symname[j])) { in affs_symlink_read_folio()
/linux-6.12.1/arch/powerpc/math-emu/
Dfmul.c27 A_s, A_f1, A_f0, A_e, A_c, A_f1, A_f0, A_e + 1023); in fmul()
29 B_s, B_f1, B_f0, B_e, B_c, B_f1, B_f0, B_e + 1023); in fmul()
40 R_s, R_f1, R_f0, R_e, R_c, R_f1, R_f0, R_e + 1023); in fmul()
Dfmuls.c28 A_s, A_f1, A_f0, A_e, A_c, A_f1, A_f0, A_e + 1023); in fmuls()
30 B_s, B_f1, B_f0, B_e, B_c, B_f1, B_f0, B_e + 1023); in fmuls()
41 R_s, R_f1, R_f0, R_e, R_c, R_f1, R_f0, R_e + 1023); in fmuls()
/linux-6.12.1/arch/arm64/boot/dts/rockchip/
Drk3566-anbernic-rg353x.dtsi27 abs-range = <1023 15>;
35 abs-range = <15 1023>;
43 abs-range = <15 1023>;
51 abs-range = <1023 15>;
Drk3566-anbernic-rg503.dts36 abs-range = <1023 15>;
44 abs-range = <15 1023>;
52 abs-range = <15 1023>;
60 abs-range = <1023 15>;
/linux-6.12.1/drivers/gpu/drm/tests/
Ddrm_plane_helper_test.c168 .src = { 0, 0, 1023 << 16, 767 << 16 },
169 .crtc = { 0, 0, 1023, 767 },
174 .src_expected = { 0, 0, 1023 << 16, 767 << 16 },
175 .crtc_expected = { 0, 0, 1023, 767 },
271 .src = { 0, 0, 1023 << 16, 767 << 16 },
272 .crtc = { 0, 0, 1023, 767 },
/linux-6.12.1/lib/
Dtest_ida.c75 ida_check_destroy_1(ida, 1023); in ida_check_destroy()
173 IDA_BUG_ON(ida, ida_alloc_min(ida, 1023, GFP_KERNEL) != 1023); in ida_check_bad_free()
186 ida_free(ida, 1023); in ida_check_bad_free()
Dpolynomial.c29 * where T = [-48.380, 147.438]C and N = [0, 1023].
42 * where T = [-48380, 147438] mC and N = [0, 1023].
/linux-6.12.1/arch/arm/vfp/
Dvfpdouble.c317 vdd.exponent = ((vdm.exponent - 1023) >> 1) + 1023; in vfp_double_fsqrt()
473 vsd.exponent = vdm.exponent - (1023 - 127); in vfp_double_fcvts()
488 vdm.exponent = 1023 + 63 - 1; in vfp_double_fuito()
500 vdm.exponent = 1023 + 63 - 1; in vfp_double_fsito()
525 if (vdm.exponent >= 1023 + 32) { in vfp_double_ftoui()
528 } else if (vdm.exponent >= 1023 - 1) { in vfp_double_ftoui()
529 int shift = 1023 + 63 - vdm.exponent; in vfp_double_ftoui()
605 } else if (vdm.exponent >= 1023 + 32) { in vfp_double_ftosi()
610 } else if (vdm.exponent >= 1023 - 1) { in vfp_double_ftosi()
611 int shift = 1023 + 63 - vdm.exponent; /* 58 */ in vfp_double_ftosi()
[all …]
/linux-6.12.1/drivers/hid/
Dwacom_wac.c3591 input_set_abs_params(input_dev, ABS_WHEEL, 0, 1023, 0, 0); in wacom_setup_cintiq()
3616 input_set_abs_params(input_dev, ABS_THROTTLE, -1023, 1023, 0, 0); in wacom_setup_intuos()
3634 features->x_max = 1023; in wacom_setup_device_quirks()
3635 features->y_max = 1023; in wacom_setup_device_quirks()
4441 { "Wacom Bamboo1 4x6", 14760, 9225, 1023, 63,
4444 { "Wacom Bamboo1 5x8", 21648, 13530, 1023, 63,
4447 { "Wacom Intuos 4x5", 12700, 10600, 1023, 31,
4450 { "Wacom Intuos 6x8", 20320, 16240, 1023, 31,
4453 { "Wacom Intuos 9x12", 30480, 24060, 1023, 31,
4456 { "Wacom Intuos 12x12", 30480, 31680, 1023, 31,
[all …]
Dhid-kye.c329 15360, 10240, 1023, 6, 4, 0, 0x13, false,
332 24576, 20480, 1023, 6, 5, 0, 0x13, false,
335 14080, 10240, 1023, 55, 40, -1, 0x13, false},
339 15360, 10240, 1023, 6, 4, 0, 0x13, false,
342 40960, 25600, 1023, 1000, 625, -2, 0x13, false,
345 10240, 7680, 1023, 4, 3, 0, 0x13, false},
356 15360, 10240, 1023, 6, 4, 0, 0x13, false,
361 43520, 28160, 1023, 85, 55, -1, 0x13, false,
/linux-6.12.1/arch/mips/math-emu/
Dieee754dp.h17 #define DP_EBIAS 1023
19 #define DP_EMAX 1023
/linux-6.12.1/net/phonet/
Dsysctl.c26 static int local_port_range_max[2] = {1023, 1023};
/linux-6.12.1/drivers/net/ethernet/ibm/ehea/
Dehea.h48 #define EHEA_MAX_CQE_COUNT 1023
49 #define EHEA_DEF_ENTRIES_SQ 1023
50 #define EHEA_DEF_ENTRIES_RQ1 1023
51 #define EHEA_DEF_ENTRIES_RQ2 1023
/linux-6.12.1/Documentation/misc-devices/
Dapds990x.rst106 RO - prox0_raw max value (1023)
119 1023 means proximity. This causes minimal number of interrupts.
/linux-6.12.1/drivers/net/ethernet/pasemi/
Dpasemi_mac_ethtool.c33 { "rx-512-1023-byte-packets" },
50 { "tx-512-1023-byte-packets" },
/linux-6.12.1/drivers/hwmon/
Dda9052-hwmon.c51 return DIV_ROUND_CLOSEST(value * 2000, 1023) + 2500; in volt_reg_to_mv()
57 return DIV_ROUND_CLOSEST(value * 2500, 1023); in input_reg_to_mv()
63 return DIV_ROUND_CLOSEST(value * 5000, 1023); in vbbat_reg_to_mv()
68 return DIV_ROUND_CLOSEST(value * hwmon->tsiref_mv, 1023); in input_tsireg_to_mv()
/linux-6.12.1/drivers/gpu/drm/meson/
Dmeson_viu.c283 1023, 1023, 1023, 1023,
284 1023
/linux-6.12.1/drivers/input/touchscreen/
Dda9052_tsi.c259 input_set_abs_params(input_dev, ABS_X, 0, 1023, 0, 0); in da9052_ts_probe()
260 input_set_abs_params(input_dev, ABS_Y, 0, 1023, 0, 0); in da9052_ts_probe()
261 input_set_abs_params(input_dev, ABS_PRESSURE, 0, 1023, 0, 0); in da9052_ts_probe()
Dipaq-micro-ts.c106 input_set_abs_params(ts->input, ABS_X, 0, 1023, 0, 0); in micro_ts_probe()
107 input_set_abs_params(ts->input, ABS_Y, 0, 1023, 0, 0); in micro_ts_probe()
/linux-6.12.1/drivers/usb/gadget/function/
Df_sourcesink.c104 .wMaxPacketSize = cpu_to_le16(1023),
114 .wMaxPacketSize = cpu_to_le16(1023),
355 fs_iso_source_desc.wMaxPacketSize = ss->isoc_maxpacket > 1023 ? in sourcesink_bind()
356 1023 : ss->isoc_maxpacket; in sourcesink_bind()
358 fs_iso_sink_desc.wMaxPacketSize = ss->isoc_maxpacket > 1023 ? in sourcesink_bind()
359 1023 : ss->isoc_maxpacket; in sourcesink_bind()
595 size = ss->isoc_maxpacket > 1023 ? in source_sink_start_ep()
596 1023 : ss->isoc_maxpacket; in source_sink_start_ep()

12345678910>>...19