Home
last modified time | relevance | path

Searched refs:OP_CFG_OEN_EN (Results 1 – 11 of 11) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/hifmc100/
Dhifmc100_spi_general.c37 reg = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in spi_general_get_flash_register()
129 reg = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in spi_general_write_enable()
189 reg = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in spi_general_entry_4addr()
251 reg = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in spi_general_set_cmd()
370 regval = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in spi_nor_reset_pin_enable()
Dhifmc100_spi_mx25l25635e.c69 regval = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in spi_mx25l25635e_set_cmd()
149 regval = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in spi_mxic_set_reg()
246 OP_CFG_OEN_EN | in spi_mxic_check_spi_dtr_support()
Dhifmc100_spi_w25q256fv.c42 regval = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in spi_w25q256fv_set_cmd()
115 regval = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in spi_w25q256fv_set_op()
Dhifmc100_spi_micron.c71 reg = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in spi_micron_entry_4addr()
Dhifmc100_spi_issi.c38 reg = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in spi_issi_set_cmd()
Dhifmc100_spi_xtx.c37 regval = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in spi_xtx_set_op()
Dhifmc100.c92 regval = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN | in hifmc100_dma_transfer()
352 reg = op_cfg_fm_cs(cs) | OP_CFG_OEN_EN; in hifmc100_read_ids()
402 OP_CFG_OEN_EN | in hifmc100_reg_erase_one_block()
497 op_cfg_mem_if_type(spi->write->iftype) | OP_CFG_OEN_EN); in hifmc100_reg_write_buf()
1077 reg = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in hifmc100_set_bp_val()
1426 regval = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in hifmc100_op_reg()
Dhifmc100_spi_gd25qxxx.c39 regval = op_cfg_fm_cs(spi->chipselect) | OP_CFG_OEN_EN; in set_cmd()
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100/
Dhifmc100_spi_general.c39 reg = op_cfg_fm_cs(host->cmd_op.cs) | OP_CFG_OEN_EN | in spi_nand_set_cmd()
76 reg = op_cfg_fm_cs(host->cmd_op.cs) | OP_CFG_OEN_EN; in spi_nand_feature_op()
177 reg = op_cfg_fm_cs(host->cmd_op.cs) | OP_CFG_OEN_EN; in spi_general_write_enable()
Dhifmc100.c161 OP_CFG_OEN_EN | in set_cs_addr_reg()
339 reg = op_cfg_fm_cs(host->cmd_op.cs) | OP_CFG_OEN_EN | in hifmc100_send_cmd_erase()
408 reg = op_cfg_fm_cs(host->cmd_op.cs) | OP_CFG_OEN_EN | in hifmc100_send_cmd_readid()
442 reg = op_cfg_fm_cs(host->cmd_op.cs) | OP_CFG_OEN_EN; in hifmc100_send_cmd_reset()
638 reg = op_cfg_fm_cs(host->cmd_op.cs) | OP_CFG_OEN_EN; in hifmc100_dev_ready()
/third_party/uboot/u-boot-2020.01/include/
Dhifmc_common.h248 #define OP_CFG_OEN_EN (0x1 << 13) macro