/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | gdc.c | 66 * c0[0-1023], c1[0-1023], c2[0-1023] c3[0-1023] 70 * c0[1023], c1[1023], c2[1023], c3[1023]
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | iov-padding | 47 # - Offset 4096, length 1023 * 512 + 512: Fully aligned to 4k 48 # - Offset 4096, length 1023 * 512 + 4096: Head is aligned, tail is not 49 # - Offset 512, length 1023 * 512 + 512: Neither head nor tail are aligned 50 # - Offset 512, length 1023 * 512 + 4096: Tail is aligned, head is not 53 length=$((1023 * 512 + $last_element_length)) 61 # 1023 512-byte buffers, and then one with length $last_element_length 62 cmd_params="-P 2 $start_offset $(yes 512 | head -n 1023 | tr '\n' ' ') $last_element_length"
|
/openbmc/linux/drivers/iio/adc/ |
H A D | cpcap-adc.c | 222 [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 …]
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_rcb.h | 36 #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
|
/openbmc/linux/fs/affs/ |
H A D | symlink.c | 39 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()
|
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/ |
H A D | nic301.h | 48 u32 _pad_0x200c_0x3008[1023]; 51 u32 _pad_0x300c_0x4008[1023]; 54 u32 _pad_0x400c_0x5008[1023]; 57 u32 _pad_0x500c_0x6008[1023]; 60 u32 _pad_0x600c_0x7008[1023];
|
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | fmuls.c | 28 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()
|
H A D | fmul.c | 27 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()
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_plane_helper_test.c | 168 .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 },
|
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/ |
H A D | no_gen.patch | 11 @@ -1023,8 +1023,6 @@ generate-sbus-code:
|
/openbmc/linux/lib/ |
H A D | test_ida.c | 75 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()
|
/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/ |
H A D | ad5823.h | 60 #define AD5823_MAX_FOCUS_POS 1023 62 #define DELAY_MAX_PER_STEP_NS (1000000 * 1023)
|
/openbmc/linux/arch/arm/vfp/ |
H A D | vfpdouble.c | 317 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 …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | float_convd.ref | 20 from double: f64(-0x1.fffffffffffff0000000p+1023:0x00ffefffffffffffff) 128 from double: f64(0x1.3d5054450ed000000000p-1023:0x000009ea82a2287680) 134 from double: f64(0x1.5731f750864200000000p-1023:0x00000ab98fba843210) 218 from double: f64(0x1.fffffffffffff0000000p+1023:0x007fefffffffffffff) 267 from double: f64(-0x1.fffffffffffff0000000p+1023:0x00ffefffffffffffff) 375 from double: f64(0x1.3d5054450ed000000000p-1023:0x000009ea82a2287680) 381 from double: f64(0x1.5731f750864200000000p-1023:0x00000ab98fba843210) 465 from double: f64(0x1.fffffffffffff0000000p+1023:0x007fefffffffffffff) 514 from double: f64(-0x1.fffffffffffff0000000p+1023:0x00ffefffffffffffff) 622 from double: f64(0x1.3d5054450ed000000000p-1023:0x000009ea82a2287680) [all …]
|
/openbmc/linux/net/phonet/ |
H A D | sysctl.c | 26 static int local_port_range_max[2] = {1023, 1023};
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | ieee754dp.h | 17 #define DP_EBIAS 1023 19 #define DP_EMAX 1023
|
/openbmc/linux/drivers/hid/ |
H A D | wacom_wac.c | 3559 input_set_abs_params(input_dev, ABS_WHEEL, 0, 1023, 0, 0); in wacom_setup_cintiq() 3584 input_set_abs_params(input_dev, ABS_THROTTLE, -1023, 1023, 0, 0); in wacom_setup_intuos() 3602 features->x_max = 1023; in wacom_setup_device_quirks() 3603 features->y_max = 1023; in wacom_setup_device_quirks() 4409 { "Wacom Bamboo1 4x6", 14760, 9225, 1023, 63, 4412 { "Wacom Bamboo1 5x8", 21648, 13530, 1023, 63, 4415 { "Wacom Intuos 4x5", 12700, 10600, 1023, 31, 4418 { "Wacom Intuos 6x8", 20320, 16240, 1023, 31, 4421 { "Wacom Intuos 9x12", 30480, 24060, 1023, 31, 4424 { "Wacom Intuos 12x12", 30480, 31680, 1023, 31, [all …]
|
H A D | hid-kye.c | 325 15360, 10240, 1023, 6, 4, 0, 0x13, false, 328 24576, 20480, 1023, 6, 5, 0, 0x13, false, 331 14080, 10240, 1023, 55, 40, -1, 0x13, false}, 335 15360, 10240, 1023, 6, 4, 0, 0x13, false, 338 40960, 25600, 1023, 1000, 625, -2, 0x13, false, 341 10240, 7680, 1023, 4, 3, 0, 0x13, false}, 352 15360, 10240, 1023, 6, 4, 0, 0x13, false, 357 43520, 28160, 1023, 85, 55, -1, 0x13, false,
|
/openbmc/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea.h | 48 #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
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | apds990x.rst | 106 RO - prox0_raw max value (1023) 119 1023 means proximity. This causes minimal number of interrupts.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/ |
H A D | eject-2.1.5-spaces.patch | 57 rc = sscanf(line, "%1023s %1023s", s1, s2);
|
/openbmc/u-boot/include/ |
H A D | fsl_memac.h | 75 u32 rx_1023_l; /* Rx 512 to 1023 oct packet lower */ 76 u32 rx_1023_u; /* Rx 512 to 1023 oct packet upper */ 127 u32 tx_1023_l; /* Tx 512 to 1023 oct packet lower */ 128 u32 tx_1023_u; /* Tx 512 to 1023 oct packet upper */
|
/openbmc/linux/drivers/net/ethernet/pasemi/ |
H A D | pasemi_mac_ethtool.c | 33 { "rx-512-1023-byte-packets" }, 50 { "tx-512-1023-byte-packets" },
|
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_vpu_init.c | 294 1023, 1023, 1023, 1023, 295 1023
|
/openbmc/linux/drivers/hwmon/ |
H A D | da9052-hwmon.c | 52 return DIV_ROUND_CLOSEST(value * 2000, 1023) + 2500; in volt_reg_to_mv() 58 return DIV_ROUND_CLOSEST(value * 2500, 1023); in input_reg_to_mv() 64 return DIV_ROUND_CLOSEST(value * 5000, 1023); in vbbat_reg_to_mv() 69 return DIV_ROUND_CLOSEST(value * hwmon->tsiref_mv, 1023); in input_tsireg_to_mv()
|