Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 70) sorted by relevance

123

/drivers/crypto/fsl/
A Ddesc_constr.h88 *desc = (options | HDR_ONE) + 1; in init_desc()
102 options); in init_job_desc_pdb()
229 u32 options) \
240 u32 options)
244 cmd_src = options & LDST_SRCDST_MASK;
259 u32 options) \
272 unsigned int len, u32 options) \
282 unsigned int len, u32 options) \
296 type len, u32 options) \
314 unsigned int len, u32 options) \
[all …]
A Djobdesc.c185 u32 options; in inline_cnstr_jobdesc_hash() local
196 options = LDST_CLASS_2_CCB | FIFOLD_TYPE_MSG | FIFOLD_TYPE_LAST2; in inline_cnstr_jobdesc_hash()
198 options |= FIFOLDST_SGF; in inline_cnstr_jobdesc_hash()
200 options |= FIFOLDST_EXT; in inline_cnstr_jobdesc_hash()
201 append_fifo_load(desc, dma_addr_in, 0, options); in inline_cnstr_jobdesc_hash()
204 append_fifo_load(desc, dma_addr_in, msgsz, options); in inline_cnstr_jobdesc_hash()
/drivers/mtd/nand/raw/
A Dnand_bbt.c114 if (td->options & NAND_BBT_NO_OOB) in check_pattern()
151 if (!(td->options & NAND_BBT_NO_OOB)) in add_marker_len()
155 if (td->options & NAND_BBT_VERSION) in add_marker_len()
269 if (td->options & NAND_BBT_PERCHIP) { in read_abs_bbt()
297 if (td->options & NAND_BBT_VERSION) in scan_read_data()
347 if (td->options & NAND_BBT_NO_OOB) in scan_read()
847 if (td->options & NAND_BBT_PERCHIP) in check_create()
1040 if (bd->options & NAND_BBT_VERSION) in verify_bbt_descr()
1052 if (bd->options & NAND_BBT_PERCHIP) in verify_bbt_descr()
1058 if (bd->options & NAND_BBT_NO_OOB) in verify_bbt_descr()
[all …]
A Dnand_base.c487 if (chip->options & NAND_BROKEN_XD) in nand_check_wp()
534 chip->options |= NAND_BBT_SCANNED; in nand_block_checkbad()
653 if (chip->options & NAND_ROW_ADDR_3) in nand_command()
3950 chip->options |= NAND_BUSWIDTH_16; in nand_flash_detect_onfi()
4048 chip->options |= NAND_BUSWIDTH_16; in nand_flash_detect_jedec()
4159 chip->options |= NAND_BUSWIDTH_16; in nand_decode_ext_id()
4246 chip->options |= type->options; in find_full_id_nand()
4351 chip->options &= ~NAND_BUSWIDTH_16; in nand_detect()
4388 chip->options |= type->options; in nand_detect()
4394 chip->options |= busw; in nand_detect()
[all …]
A Dkirkwood_nand.c78 nand->options = NAND_COPYBACK | NAND_CACHEPRG | NAND_NO_PADDING; in board_nand_init()
80 nand->options |= NAND_NO_SUBPAGE_WRITE; in board_nand_init()
A Dam335x_spl_bch.c66 if ((this->options & NAND_BUSWIDTH_16) && !nand_opcode_8bits(cmd)) in nand_command()
139 if (this->options & NAND_BUSWIDTH_16) { in nand_is_bad_block()
A Domap_gpmc.c199 unsigned int dev_width = (nand->options & NAND_BUSWIDTH_16) ? 1 : 0; in omap_enable_hwecc()
333 dev_width = (chip->options & NAND_BUSWIDTH_16) ? 1 : 0; in omap_enable_hwecc_bch()
877 if (nand->options & NAND_BUSWIDTH_16) in omap_select_ecc_scheme()
1035 nand->options |= NAND_OWN_BUFFERS; in omap_nand_switch_ecc()
1036 nand->options &= ~NAND_SUBPAGE_READ; in omap_nand_switch_ecc()
1135 nand->options |= NAND_NO_PADDING | NAND_CACHEPRG; in gpmc_nand_init()
1144 nand->options |= NAND_BUSWIDTH_16; in gpmc_nand_init()
1147 nand->options &= ~NAND_BUSWIDTH_16; in gpmc_nand_init()
A Dsunxi_nand.c716 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_config()
730 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_enable()
742 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_disable()
873 if (nand->options & NAND_NEED_SCRAMBLING) { in sunxi_nfc_hw_ecc_read_chunk()
895 if (bbm && nand->options & NAND_NEED_SCRAMBLING) in sunxi_nfc_hw_ecc_read_chunk()
956 if ((nand->options & NAND_NEED_SCRAMBLING) && bbm) { in sunxi_nfc_hw_ecc_write_chunk()
1101 if (oob_required || (chip->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_ecc_write_page()
1199 if (oob_required || (chip->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_syndrome_ecc_write_page()
1723 if (nand->options & NAND_NEED_SCRAMBLING) in sunxi_nand_chip_init()
1724 nand->options |= NAND_NO_SUBPAGE_WRITE; in sunxi_nand_chip_init()
[all …]
A Dnand_samsung.c97 chip->options |= NAND_SAMSUNG_LP_OPTIONS; in samsung_nand_init()
A Dnand_spl_simple.c76 if ((this->options & NAND_BUSWIDTH_16) && !nand_opcode_8bits(cmd)) in nand_command()
121 if (this->options & NAND_BUSWIDTH_16) { in nand_is_bad_block()
A Dstm32_fmc2_nand.c232 if (chip->options & NAND_BUSWIDTH_16) in stm32_fmc2_nfc_setup()
767 chip->ecc.bytes = chip->options & NAND_BUSWIDTH_16 ? 4 : 3; in stm32_fmc2_nfc_nand_callbacks_setup()
768 chip->ecc.options |= NAND_ECC_GENERIC_ERASED_CHECK; in stm32_fmc2_nfc_nand_callbacks_setup()
778 chip->ecc.bytes = chip->options & NAND_BUSWIDTH_16 ? 14 : 13; in stm32_fmc2_nfc_nand_callbacks_setup()
780 chip->ecc.bytes = chip->options & NAND_BUSWIDTH_16 ? 8 : 7; in stm32_fmc2_nfc_nand_callbacks_setup()
988 chip->options |= NAND_BUSWIDTH_AUTO | NAND_NO_SUBPAGE_WRITE | in stm32_fmc2_nfc_probe()
1039 if (chip->options & NAND_BUSWIDTH_16) in stm32_fmc2_nfc_probe()
A Dzynq_nand.c230 .options = NAND_BBT_LASTBLOCK | NAND_BBT_CREATE | NAND_BBT_WRITE |
240 .options = NAND_BBT_LASTBLOCK | NAND_BBT_CREATE | NAND_BBT_WRITE |
889 if (chip->options & NAND_BUSWIDTH_16) in zynq_nand_cmd_function()
906 if ((chip->options & NAND_BUSWIDTH_16) && in zynq_nand_cmd_function()
1135 nand_chip->options = NAND_BUSWIDTH_16; in zynq_nand_probe()
1140 if (zynq_nand_init_nand_flash(mtd, nand_chip->options) < 0) { in zynq_nand_probe()
1208 nand_chip->options |= NAND_SUBPAGE_READ; in zynq_nand_probe()
A Dfsl_ifc_nand.c196 .options = NAND_BBT_LASTBLOCK | NAND_BBT_CREATE | NAND_BBT_WRITE |
206 .options = NAND_BBT_LASTBLOCK | NAND_BBT_CREATE | NAND_BBT_WRITE |
548 if (chip->options & NAND_BUSWIDTH_16) in fsl_ifc_cmdfunc()
945 nand->options = NAND_NO_SUBPAGE_WRITE; in fsl_ifc_chip_init()
950 nand->options |= NAND_BUSWIDTH_16; in fsl_ifc_chip_init()
967 if (nand->options & NAND_BUSWIDTH_16) { in fsl_ifc_chip_init()
/drivers/video/
A Dvideomodes.h76 unsigned int *depth, unsigned int *freq, const char **options);
81 const char **options);
83 void video_get_option_string(const char *options, const char *name,
86 int video_get_option_int(const char *options, const char *name, int def);
A Dvideomodes.c235 unsigned int *depth, unsigned int *freq, const char **options) in video_get_video_mode() argument
276 *options = p ? p + 1 : NULL; in video_get_video_mode()
295 const char **options) in video_get_ctfb_res_modes() argument
301 *options = NULL; in video_get_ctfb_res_modes()
303 if (!video_get_video_mode(&xres, &yres, &depth, &refresh, options)) in video_get_ctfb_res_modes()
331 void video_get_option_string(const char *options, const char *name, in video_get_option_string() argument
334 const char *p = options; in video_get_option_string()
362 int video_get_option_int(const char *options, const char *name, int def) in video_get_option_int() argument
364 const char *p = options; in video_get_option_int()
/drivers/ddr/fsl/
A DMakefile5 obj-$(CONFIG_SYS_FSL_DDR1) += main.o util.o ctrl_regs.o options.o \
7 obj-$(CONFIG_SYS_FSL_DDR2) += main.o util.o ctrl_regs.o options.o \
9 obj-$(CONFIG_SYS_FSL_DDR3) += main.o util.o ctrl_regs.o options.o \
11 obj-$(CONFIG_SYS_FSL_DDR4) += main.o util.o ctrl_regs.o options.o \
A Dinteractive.c158 static const struct options_string options[] = { in lowest_common_dimm_parameters_edit() local
226 static const struct options_string options[] = { in fsl_ddr_dimm_parameters_edit() local
325 static const struct options_string options[] = { in print_dimm_parameters() local
430 print_option_table(options, n_opts, pdimm); in print_dimm_parameters()
436 static const struct options_string options[] = { in print_lowest_common_dimm_parameters() local
515 static const struct options_string options[] = { in fsl_ddr_options_edit() local
597 if (handle_option_table(options, n_opts, p, in fsl_ddr_options_edit()
690 print_option_table(options, n_opts, ddr); in print_fsl_memctl_config_regs()
891 print_option_table(options, n_opts, popts); in print_memctl_options()
1843 *pstep_mask |= options[j].step_mask; in fsl_ddr_parse_interactive_cmd()
[all …]
/drivers/net/fsl-mc/
A Ddpni.c111 cmd_params->options = cpu_to_le32(cfg->options); in dpni_create()
301 attr->options = le32_to_cpu(rsp_params->options); in dpni_get_attributes()
344 cmd_params->options = cpu_to_le16((u16)layout->options); in dpni_set_buffer_layout()
454 cmd_params->options = cpu_to_le64(cfg->options); in dpni_set_link_cfg()
492 state->options = le64_to_cpu(rsp_params->options); in dpni_get_link_state()
586 u8 options, const struct dpni_queue *queue) in dpni_set_queue() argument
600 cmd_params->options = options; in dpni_set_queue()
A Ddpmac.c167 cmd_params->options = cpu_to_le64(link_state->options); in dpmac_set_link_state()
/drivers/video/tidss/
A DKconfig16 TIDSS supports video output options LVDS and
24 This options enables tidss driver in SPL stage. If
/drivers/mtd/onenand/
A Donenand_base.c2149 this->options |= ONENAND_HAS_2PLANE; in onenand_check_features()
2151 this->options |= ONENAND_HAS_4KB_PAGE; in onenand_check_features()
2156 this->options |= ONENAND_HAS_2PLANE; in onenand_check_features()
2157 this->options |= ONENAND_HAS_UNLOCK_ALL; in onenand_check_features()
2168 this->options |= ONENAND_HAS_CONT_LOCK; in onenand_check_features()
2173 this->options |= ONENAND_HAS_4KB_PAGE; in onenand_check_features()
2176 this->options &= ~ONENAND_HAS_2PLANE; in onenand_check_features()
2179 this->options &= ~ONENAND_HAS_CONT_LOCK; in onenand_check_features()
2187 if (this->options & ONENAND_HAS_2PLANE) in onenand_check_features()
2722 this->options |= ONENAND_PAGEBUF_ALLOC; in onenand_scan()
[all …]
/drivers/net/ldpaa_eth/
A Dldpaa_eth.c340 state->options |= DPMAC_LINK_OPT_AUTONEG; in ldpaa_get_dpmac_state()
351 state->options |= DPMAC_LINK_OPT_HALF_DUPLEX; in ldpaa_get_dpmac_state()
353 state->options &= ~DPMAC_LINK_OPT_AUTONEG; in ldpaa_get_dpmac_state()
360 state->options &= ~DPMAC_LINK_OPT_AUTONEG; in ldpaa_get_dpmac_state()
364 state->options = 0; in ldpaa_get_dpmac_state()
835 dflt_dpni->buf_layout.options = DPNI_BUF_LAYOUT_OPT_PARSER_RESULT | in ldpaa_dpni_setup()
856 dflt_dpni->buf_layout.options &= ~(DPNI_BUF_LAYOUT_OPT_DATA_ALIGN | in ldpaa_dpni_setup()
867 dflt_dpni->buf_layout.options &= ~DPNI_BUF_LAYOUT_OPT_PRIVATE_DATA_SIZE; in ldpaa_dpni_setup()
/drivers/video/exynos/
A DKconfig6 Enable support for various video output options on Exynos SoCs.
/drivers/video/sunxi/
A Dsunxi_display.c1092 const char *options; local
1103 &sunxi_display->depth, &options);
1105 hpd = video_get_option_int(options, "hpd", 1);
1106 hpd_delay = video_get_option_int(options, "hpd_delay", 500);
1107 edid = video_get_option_int(options, "edid", 1);
1109 overscan_x = video_get_option_int(options, "overscan_x", -1);
1110 overscan_y = video_get_option_int(options, "overscan_y", -1);
1112 video_get_option_string(options, "monitor", mon, sizeof(mon),
/drivers/led/
A DKconfig18 Defined in Device Tree /options/u-boot node. Refer here for the supported
19 options [1].
21 [1] dtschema/schemas/options/u-boot.yaml
31 Defined in Device Tree /options/u-boot node. Refer here for the supported
32 options [1].
34 [1] dtschema/schemas/options/u-boot.yaml

Completed in 92 milliseconds

123