Home
last modified time | relevance | path

Searched refs:steps (Results 101 - 125 of 291) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_toshiba.c40 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 Dmeson_nand.c361 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 Dfsmc_nand.c172 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 Dtango_nand.c107 #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 Dnand_toshiba.c40 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 Dmeson_nand.c393 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 Dsunxi_nand.c882 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 Dfsmc_nand.c172 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 Dtest_scanner_interface.cpp166 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 Dscanner_interface_usb.h62 void record_slope_table(unsigned table_nr, const std::vector<std::uint16_t>& steps) override;
H A Dscanner_interface.h74 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 Dbpf_dbg.c1096 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 Dbpf_dbg.c1096 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 Dui_test_message.h47 std::vector<TestSteps> steps; member
H A Dui_auto_test.h46 void OnTestBySteps(std::vector<TestSteps> steps, std::string className);
H A Dtcp_socket_manager.h68 void OnGetTestSetps(QJsonArray array, std::vector<TestSteps>& steps);
/kernel/linux/linux-5.10/drivers/iio/dummy/
H A Diio_simple_dummy.h40 int steps; member
/kernel/linux/linux-6.6/drivers/iio/dummy/
H A Diio_simple_dummy.h40 int steps; member
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dstv090x.c1588 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 Dstv090x.c1588 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 Dsmc_smp.c1560 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 Duffd-unit-tests.c690 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 Dtest_sidebar.py282 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 Dopusenc_psy.h69 OpusPsyStep *steps[FF_BUFQUEUE_SIZE + 1]; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_debug.h71 steps = 1 << 17, enumerator

Completed in 27 milliseconds

12345678910>>...12