/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_fast.c | 101 /* support stepSize of 0 */ in ZSTD_compressBlock_fast_noDict_generic() 102 size_t const stepSize = hasStep ? (cParams->targetLength + !(cParams->targetLength) + 1) : 2; in ZSTD_compressBlock_fast_noDict_generic() local 151 step = stepSize; in ZSTD_compressBlock_fast_noDict_generic() 379 /* support stepSize of 0 */ in ZSTD_compressBlock_fast_dictMatchState_generic() 380 U32 const stepSize = cParams->targetLength + !(cParams->targetLength); in ZSTD_compressBlock_fast_dictMatchState_generic() local 449 assert(stepSize >= 1); in ZSTD_compressBlock_fast_dictMatchState_generic() 450 ip += ((ip-anchor) >> kSearchStrength) + stepSize; in ZSTD_compressBlock_fast_dictMatchState_generic() 466 assert(stepSize >= 1); in ZSTD_compressBlock_fast_dictMatchState_generic() 467 ip += ((ip-anchor) >> kSearchStrength) + stepSize; in ZSTD_compressBlock_fast_dictMatchState_generic() 555 /* support stepSize of 0 */ in ZSTD_compressBlock_fast_extDict_generic() [all …]
|
/openbmc/linux/lib/lz4/ |
H A D | lz4defs.h | 97 #define STEPSIZE sizeof(size_t) macro 202 while (likely(pIn < pInLimit - (STEPSIZE - 1))) { in LZ4_count() 206 pIn += STEPSIZE; in LZ4_count() 207 pMatch += STEPSIZE; in LZ4_count()
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | qcom,qusb2-phy.yaml | 118 Possible range is - 15mA to 24mA (stepsize of 600 uA). 128 Possible range is 0 to 15% (stepsize of 5%).
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
H A D | vamem_global.h | 23 /* (log) stepsize of linear interpolation */
|
/openbmc/linux/include/media/ |
H A D | tuner-types.h | 185 * @stepsize: frequency step, in Hz. 196 u32 stepsize; member
|
/openbmc/linux/drivers/media/tuners/ |
H A D | tuner-types.c | 1661 .stepsize = 62500, 1699 .stepsize = 62500, 1719 .stepsize = 62500, 1763 .stepsize = 62500, 1781 .stepsize = 166667, 1791 .stepsize = 62500, 1810 .stepsize = 166667, 1818 .stepsize = 62500, 1842 .stepsize = 166667, 1877 .stepsize = 166667, [all …]
|
H A D | tuner-simple.c | 858 if (!tun->stepsize) { in simple_dvb_configure() 861 tuner_err("attempt to treat tuner %d (%s) as digital tuner without stepsize defined.\n", in simple_dvb_configure() 872 tun->stepsize/2) / tun->stepsize; in simple_dvb_configure() 885 return (div * tun->stepsize) - t_params->iffreq; in simple_dvb_configure()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | mt352_priv.h | 110 /* here we assume 1/6MHz == 166.66kHz stepsize */
|
H A D | dvb-pll.c | 63 u32 stepsize; member 617 desc->entries[i].stepsize/2) / desc->entries[i].stepsize; in dvb_pll_configure() 631 return (div * desc->entries[i].stepsize) - desc->iffreq; in dvb_pll_configure()
|
H A D | nxt200x.c | 1191 .frequency_stepsize_hz = 166666, /* stepsize is just a guess */
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 134 int stepsize; in validate_key() local 144 stepsize = cfg_proto == SOCK_STREAM ? cfg_payload_len : 1; in validate_key() 145 if (tskey != saved_tskey + stepsize) { in validate_key() 147 tskey, saved_tskey + stepsize); in validate_key()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | rawnand.h | 503 * @stepsize: data bytes per ECC step 508 int stepsize; member 525 /* a shorthand to generate struct nand_ecc_caps with only one ECC stepsize */ 529 .stepsize = __step, \
|
/openbmc/linux/include/linux/mtd/ |
H A D | rawnand.h | 260 * @stepsize: data bytes per ECC step 265 int stepsize; member 282 /* a shorthand to generate struct nand_ecc_caps with only one ECC stepsize */ 286 .stepsize = __step, \
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 1053 int stepsize = nand_chip->ecc.bytes == 9 ? 16 : 26; in mxc_v2_ooblayout_ecc() local 1058 oobregion->offset = (section * stepsize) + 7; in mxc_v2_ooblayout_ecc() 1068 int stepsize = nand_chip->ecc.bytes == 9 ? 16 : 26; in mxc_v2_ooblayout_free() local 1082 oobregion->offset = section * stepsize; in mxc_v2_ooblayout_free()
|
H A D | cadence-nand-controller.c | 1106 cdns_ctrl->ecc_stepinfos[0].stepsize = in cadence_nand_read_bch_caps() 1109 cdns_ctrl->ecc_stepinfos[1].stepsize = in cadence_nand_read_bch_caps() 1125 if (cdns_ctrl->ecc_stepinfos[i].stepsize != 0) in cadence_nand_read_bch_caps() 1128 if (cdns_ctrl->ecc_stepinfos[i].stepsize > max_step_size) in cadence_nand_read_bch_caps() 1129 max_step_size = cdns_ctrl->ecc_stepinfos[i].stepsize; in cadence_nand_read_bch_caps()
|
H A D | meson_nand.c | 234 .stepsize = 1024, 239 .stepsize = 512,
|
H A D | arasan-nand-controller.c | 1090 .stepsize = SZ_512, 1095 .stepsize = SZ_1K,
|
H A D | nand_base.c | 6013 if (stepinfo->stepsize != preset_step) in nand_check_ecc_caps() 6077 step_size = stepinfo->stepsize; in nand_match_ecc_req() 6150 step_size = stepinfo->stepsize; in nand_maximize_ecc()
|
/openbmc/linux/include/uapi/linux/ |
H A D | rkisp1-config.h | 601 * @histogram_predivider: process every stepsize pixel, all other pixels are
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_dmcu.c | 418 /* Set backlight ramping stepsize */ in dcn10_dmcu_init()
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_proc.c | 103 snd_iprintf(buffer, "ofs=0x%02x, nsteps=0x%02x, stepsize=0x%02x, " in print_amp_caps()
|
/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/ |
H A D | dsi_phy_10nm.c | 179 pr_debug("SSC: div_per:0x%X, stepsize:0x%X, adjper:0x%X\n", in dsi_pll_calc_ssc()
|
H A D | dsi_phy_7nm.c | 196 pr_debug("SSC: div_per:0x%X, stepsize:0x%X, adjper:0x%X\n", in dsi_pll_calc_ssc()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 4061 if (stepinfo->stepsize != preset_step) in nand_check_ecc_caps() 4126 step_size = stepinfo->stepsize; in nand_match_ecc_req() 4202 step_size = stepinfo->stepsize; in nand_maximize_ecc()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_n.c | 18287 uint stepsize; in wlc_phy_cal_txgainctrl_nphy() local 18291 stepsize = 2; in wlc_phy_cal_txgainctrl_nphy() 18293 stepsize = 1; in wlc_phy_cal_txgainctrl_nphy() 18364 txpwrindex -= stepsize * delta_power; in wlc_phy_cal_txgainctrl_nphy()
|