/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nand_toshiba.c | 40 NAND_OP_8BIT_DATA_IN(chip->ecc.steps, ecc_status, 0), in toshiba_nand_benand_read_eccstatus_op() 62 for (i = 0; i < chip->ecc.steps; i++) { in toshiba_nand_benand_eccstatus()
|
H A D | meson_nand.c | 361 for (i = 0; i < nand->ecc.steps; i++) { in meson_nfc_get_data_oob() 380 for (i = 0; i < nand->ecc.steps; i++) { in meson_nfc_set_data_oob() 426 for (i = 0, count = 0; i < nand->ecc.steps; i++, count += 2) { in meson_nfc_set_user_byte() 439 for (i = 0, count = 0; i < nand->ecc.steps; i++, count += 2) { in meson_nfc_get_user_byte() 454 for (i = 0; i < nand->ecc.steps; i++) { in meson_nfc_ecc_correct() 646 info_len = nand->ecc.steps * PER_INFO_BYTE; in meson_nfc_write_page_sub() 694 memset(meson_chip->info_buf, 0, nand->ecc.steps * PER_INFO_BYTE); in meson_nfc_write_page_hwecc() 708 neccpages = raw ? 1 : nand->ecc.steps; in meson_nfc_check_ecc_pages_valid() 732 info_len = nand->ecc.steps * PER_INFO_BYTE; in meson_nfc_read_page_sub() 806 for (i = 0; i < nand->ecc.steps ; in meson_nfc_read_page_hwecc() [all...] |
H A D | fsmc_nand.c | 172 if (section >= chip->ecc.steps) in fsmc_ecc1_ooblayout_ecc() 186 if (section >= chip->ecc.steps) in fsmc_ecc1_ooblayout_free() 191 if (section < chip->ecc.steps - 1) in fsmc_ecc1_ooblayout_free() 215 if (section >= chip->ecc.steps) in fsmc_ecc4_ooblayout_ecc() 233 if (section >= chip->ecc.steps) in fsmc_ecc4_ooblayout_free() 238 if (section < chip->ecc.steps - 1) in fsmc_ecc4_ooblayout_free() 700 int eccsteps = chip->ecc.steps; in fsmc_read_page_hwecc()
|
H A D | tango_nand.c | 107 #define XFER_CFG(cs, page_count, steps, metadata_size) \ 108 ((cs) << 24 | (page_count) << 16 | (steps) << 8 | (metadata_size)) 205 for (i = 0; i < chip->ecc.steps; ++i) { in check_erased_page() 493 if (idx >= ecc->steps) in oob_ecc() 618 tchip->xfer_cfg = XFER_CFG(cs, 1, ecc->steps, METADATA_SIZE); in chip_init()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | nand_toshiba.c | 40 NAND_OP_8BIT_DATA_IN(chip->ecc.steps, ecc_status, 0), in toshiba_nand_benand_read_eccstatus_op() 62 for (i = 0; i < chip->ecc.steps; i++) { in toshiba_nand_benand_eccstatus()
|
H A D | meson_nand.c | 393 for (i = 0; i < nand->ecc.steps; i++) { in meson_nfc_get_data_oob() 412 for (i = 0; i < nand->ecc.steps; i++) { in meson_nfc_set_data_oob() 512 for (i = 0, count = 0; i < nand->ecc.steps; i++, count += 2) { in meson_nfc_set_user_byte() 525 for (i = 0, count = 0; i < nand->ecc.steps; i++, count += 2) { in meson_nfc_get_user_byte() 540 for (i = 0; i < nand->ecc.steps; i++) { in meson_nfc_ecc_correct() 732 info_len = nand->ecc.steps * PER_INFO_BYTE; in meson_nfc_write_page_sub() 780 memset(meson_chip->info_buf, 0, nand->ecc.steps * PER_INFO_BYTE); in meson_nfc_write_page_hwecc() 794 neccpages = raw ? 1 : nand->ecc.steps; in meson_nfc_check_ecc_pages_valid() 818 info_len = nand->ecc.steps * PER_INFO_BYTE; in meson_nfc_read_page_sub() 892 for (i = 0; i < nand->ecc.steps ; in meson_nfc_read_page_hwecc() [all...] |
H A D | sunxi_nand.c | 882 int offset = ((ecc->bytes + 4) * ecc->steps); in sunxi_nfc_hw_ecc_read_extra_oob() 1075 int offset = ((ecc->bytes + 4) * ecc->steps); in sunxi_nfc_hw_ecc_write_extra_oob() 1106 for (i = 0; i < ecc->steps; i++) { in sunxi_nfc_hw_ecc_read_page() 1141 nand->ecc.steps); in sunxi_nfc_hw_ecc_read_page_dma() 1219 for (i = 0; i < ecc->steps; i++) { in sunxi_nfc_hw_ecc_write_page() 1292 ret = sunxi_nfc_dma_op_prepare(nfc, buf, ecc->size, ecc->steps, in sunxi_nfc_hw_ecc_write_page_dma() 1297 for (i = 0; i < ecc->steps; i++) { in sunxi_nfc_hw_ecc_write_page_dma() 1565 if (section >= ecc->steps) in sunxi_nand_ooblayout_ecc() 1580 if (section > ecc->steps) in sunxi_nand_ooblayout_free() 1599 if (section == ecc->steps in sunxi_nand_ooblayout_free() [all...] |
H A D | fsmc_nand.c | 172 if (section >= chip->ecc.steps) in fsmc_ecc1_ooblayout_ecc() 186 if (section >= chip->ecc.steps) in fsmc_ecc1_ooblayout_free() 191 if (section < chip->ecc.steps - 1) in fsmc_ecc1_ooblayout_free() 215 if (section >= chip->ecc.steps) in fsmc_ecc4_ooblayout_ecc() 233 if (section >= chip->ecc.steps) in fsmc_ecc4_ooblayout_free() 238 if (section < chip->ecc.steps - 1) in fsmc_ecc4_ooblayout_free() 711 int eccsteps = chip->ecc.steps; in fsmc_read_page_hwecc()
|
/third_party/backends/backend/genesys/ |
H A D | test_scanner_interface.cpp | 166 const std::vector<std::uint16_t>& steps) in record_slope_table() 168 slope_tables_[table_nr] = steps; in record_slope_table() 165 record_slope_table(unsigned table_nr, const std::vector<std::uint16_t>& steps) record_slope_table() argument
|
H A D | scanner_interface_usb.h | 62 void record_slope_table(unsigned table_nr, const std::vector<std::uint16_t>& steps) override;
|
H A D | scanner_interface.h | 74 virtual void record_slope_table(unsigned table_nr, const std::vector<std::uint16_t>& steps) = 0;
|
/kernel/linux/linux-5.10/tools/bpf/ |
H A D | bpf_dbg.c | 1096 int steps, ret; in cmd_step() local 1101 steps = strtol(num, NULL, 10); in cmd_step() 1102 if (steps == 0 || strlen(num) == 0) in cmd_step() 1103 steps = 1; in cmd_step() 1104 if (steps < 0) { in cmd_step() 1105 if (!bpf_restore_regs(steps)) in cmd_step() 1107 steps = 1; in cmd_step() 1113 hdr->caplen, hdr->len, steps); in cmd_step()
|
/kernel/linux/linux-6.6/tools/bpf/ |
H A D | bpf_dbg.c | 1096 int steps, ret; in cmd_step() local 1101 steps = strtol(num, NULL, 10); in cmd_step() 1102 if (steps == 0 || strlen(num) == 0) in cmd_step() 1103 steps = 1; in cmd_step() 1104 if (steps < 0) { in cmd_step() 1105 if (!bpf_restore_regs(steps)) in cmd_step() 1107 steps = 1; in cmd_step() 1113 hdr->caplen, hdr->len, steps); in cmd_step()
|
/foundation/arkui/ui_lite/test/autotest/include/ |
H A D | ui_test_message.h | 47 std::vector<TestSteps> steps; member
|
H A D | ui_auto_test.h | 46 void OnTestBySteps(std::vector<TestSteps> steps, std::string className);
|
H A D | tcp_socket_manager.h | 68 void OnGetTestSetps(QJsonArray array, std::vector<TestSteps>& steps);
|
/kernel/linux/linux-5.10/drivers/iio/dummy/ |
H A D | iio_simple_dummy.h | 40 int steps; member
|
/kernel/linux/linux-6.6/drivers/iio/dummy/ |
H A D | iio_simple_dummy.h | 40 int steps; member
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv090x.c | 1588 s32 i, j, steps, dir; in stv090x_get_agc2_min_level() local 1611 steps = state->search_range / 1000000; in stv090x_get_agc2_min_level() 1612 if (steps <= 0) in stv090x_get_agc2_min_level() 1613 steps = 1; in stv090x_get_agc2_min_level() 1619 for (i = 0; i < steps; i++) { in stv090x_get_agc2_min_level() 1683 s32 tmg_cpt = 0, dir = 1, steps, cur_step = 0, freq; in stv090x_srate_srch_coarse() local 1745 steps = -1 + ((state->search_range / 1000) / car_step); in stv090x_srate_srch_coarse() 1746 steps /= 2; in stv090x_srate_srch_coarse() 1747 steps = (2 * steps) in stv090x_srate_srch_coarse() 2132 s32 car_step, steps, cur_step, dir, freq, timeout_lock; stv090x_get_coldlock() local 2241 stv090x_get_loop_params(struct stv090x_state *state, s32 *freq_inc, s32 *timeout_sw, s32 *steps) stv090x_get_loop_params() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv090x.c | 1588 s32 i, j, steps, dir; in stv090x_get_agc2_min_level() local 1611 steps = state->search_range / 1000000; in stv090x_get_agc2_min_level() 1612 if (steps <= 0) in stv090x_get_agc2_min_level() 1613 steps = 1; in stv090x_get_agc2_min_level() 1619 for (i = 0; i < steps; i++) { in stv090x_get_agc2_min_level() 1683 s32 tmg_cpt = 0, dir = 1, steps, cur_step = 0, freq; in stv090x_srate_srch_coarse() local 1745 steps = -1 + ((state->search_range / 1000) / car_step); in stv090x_srate_srch_coarse() 1746 steps /= 2; in stv090x_srate_srch_coarse() 1747 steps = (2 * steps) in stv090x_srate_srch_coarse() 2132 s32 car_step, steps, cur_step, dir, freq, timeout_lock; stv090x_get_coldlock() local 2241 stv090x_get_loop_params(struct stv090x_state *state, s32 *freq_inc, s32 *timeout_sw, s32 *steps) stv090x_get_loop_params() argument [all...] |
/kernel/linux/common_modules/tzdriver/core/ |
H A D | smc_smp.c | 1560 unsigned long steps[TO_STEP_SIZE]; member 1571 step->steps[0] = RESLEEP_TIMEOUT * HZ; 1587 step->steps[i++] = timeout_in_jiffies - 1; 1588 step->steps[i++] = 1; 1590 step->steps[i++] = timeout_in_jiffies; 1592 step->steps[i++] = 1; 1593 step->steps[i++] = 1; 1596 step->steps[i++] = RESLEEP_TIMEOUT * HZ - 2 - timeout_in_jiffies; 1623 step->steps[step->cur]); 1626 step->steps[ste [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | uffd-unit-tests.c | 690 volatile int steps = 1; in faulting_process() local 695 if (steps == 1 && nr == lastnr) in faulting_process() 700 if (steps == 1) { in faulting_process() 702 steps++; in faulting_process() 707 assert(steps == 2); in faulting_process()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_sidebar.py | 282 def lerp(a, b, steps): 283 """linearly interpolate from a to b (inclusive) in equal steps""" 284 last_step = steps - 1 285 for i in range(steps): 289 map(int, lerp(start_x, end_x, steps=11)), 290 map(int, lerp(start_y, end_y, steps=11)),
|
/third_party/ffmpeg/libavcodec/ |
H A D | opusenc_psy.h | 69 OpusPsyStep *steps[FF_BUFQUEUE_SIZE + 1]; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_debug.h | 71 steps = 1 << 17, enumerator
|