Searched refs:stepsize (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | txtimestamp.c | 136 int stepsize; in validate_key() local 146 stepsize = cfg_proto == SOCK_STREAM ? cfg_payload_len : 1; in validate_key() 147 stepsize = cfg_use_cmsg_opt_id ? 0 : stepsize; in validate_key() 148 if (tskey != saved_tskey + stepsize) { in validate_key() 150 tskey, saved_tskey + stepsize); in validate_key()
|
| /linux/drivers/media/dvb-frontends/ |
| 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()
|
| /linux/drivers/spi/ |
| H A D | spi-amlogic-spifc-a4.c | 167 u32 stepsize; member 206 #define AML_ECC_DATA(sz, s, b) { .stepsize = (sz), .strength = (s), .bch = (b) } 699 page_size = ecc_cfg->stepsize * ecc_cfg->nsteps; in aml_sfc_read_page_hwecc() 752 page_size = ecc_cfg->stepsize * ecc_cfg->nsteps; in aml_sfc_write_page_hwecc() 840 if (op->data.nbytes > ecc_cfg->stepsize * ECC_BCH_MAX_SECT_SIZE) in aml_sfc_adjust_op_size() 960 if (ecc_caps[i].stepsize == ecc_step_size) { in aml_sfc_ecc_init_ctx() 992 ecc_cfg->stepsize = nand->ecc.ctx.conf.step_size; in aml_sfc_ecc_init_ctx()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 939 int stepsize = nand_chip->ecc.bytes == 9 ? 16 : 26; in mxc_v2_ooblayout_ecc() local 944 oobregion->offset = (section * stepsize) + 7; in mxc_v2_ooblayout_ecc() 954 int stepsize = nand_chip->ecc.bytes == 9 ? 16 : 26; in mxc_v2_ooblayout_free() local 968 oobregion->offset = section * stepsize; in mxc_v2_ooblayout_free()
|
| H A D | cadence-nand-controller.c | 1154 cdns_ctrl->ecc_stepinfos[0].stepsize = in cadence_nand_read_bch_caps() 1157 cdns_ctrl->ecc_stepinfos[1].stepsize = in cadence_nand_read_bch_caps() 1173 if (cdns_ctrl->ecc_stepinfos[i].stepsize != 0) in cadence_nand_read_bch_caps() 1176 if (cdns_ctrl->ecc_stepinfos[i].stepsize > max_step_size) in cadence_nand_read_bch_caps() 1177 max_step_size = cdns_ctrl->ecc_stepinfos[i].stepsize; in cadence_nand_read_bch_caps()
|
| H A D | arasan-nand-controller.c | 1090 .stepsize = SZ_512, 1095 .stepsize = SZ_1K,
|
| H A D | meson_nand.c | 241 .stepsize = 1024, 246 .stepsize = 512,
|
| H A D | nand_base.c | 5911 if (stepinfo->stepsize != preset_step) in nand_check_ecc_caps() 5975 step_size = stepinfo->stepsize; in nand_match_ecc_req() 6048 step_size = stepinfo->stepsize; in nand_maximize_ecc()
|
| /linux/include/linux/mtd/ |
| H A D | rawnand.h | 265 int stepsize; member 286 .stepsize = __step, \
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_n.c | 18282 uint stepsize; in wlc_phy_cal_txgainctrl_nphy() local 18286 stepsize = 2; in wlc_phy_cal_txgainctrl_nphy() 18288 stepsize = 1; in wlc_phy_cal_txgainctrl_nphy() 18359 txpwrindex -= stepsize * delta_power; in wlc_phy_cal_txgainctrl_nphy()
|