Home
last modified time | relevance | path

Searched refs:fmc_op_write_data_en (Results 1 – 12 of 12) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/hifmc100/
Dhifmc100_spi_mx25l25635e.c55 hifmc100_op_reg(spi, SPI_CMD_WRSR, sizeof(unsigned short), fmc_op_write_data_en(ENABLE)); in clear_dtr_mode()
77 regval = fmc_op_cmd1_en(ENABLE) | fmc_op_write_data_en(ENABLE) | in spi_mx25l25635e_set_cmd()
158 fmc_op_write_data_en(ENABLE) | in spi_mxic_set_reg()
Dhifmc100_spi_puya.c80 fmc_op_write_data_en(ENABLE) | FMC_OP_REG_OP_START; in spi_puya_qe_enable()
Dhifmc100_spi_issi.c47 fmc_op_write_data_en(ENABLE) | in spi_issi_set_cmd()
Dhifmc100_spi_s25fl256s.c56 | fmc_op_write_data_en(ENABLE) in spi_s25fl256s_set_cmd()
Dhifmc100_spi_xtx.c45 regval = fmc_op_cmd1_en(ENABLE) | fmc_op_write_data_en(ENABLE) | in spi_xtx_set_op()
Dhifmc100_spi_general.c260 fmc_op_write_data_en(ENABLE) | in spi_general_set_cmd()
381 fmc_op_write_data_en(ENABLE) | in spi_nor_reset_pin_enable()
Dhifmc100_spi_w25q256fv.c124 fmc_op_write_data_en(ENABLE) | in spi_w25q256fv_set_op()
Dhifmc100_spi_gd25qxxx.c48 fmc_op_write_data_en(ENABLE) | in set_cmd()
Dhifmc100.c1090 fmc_op_write_data_en(ENABLE) | in hifmc100_set_bp_val()
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100/
Dhifmc100_spi_general.c52 reg |= fmc_op_write_data_en(ENABLE); in spi_nand_set_cmd()
/third_party/uboot/u-boot-2020.01/include/
Dhifmc_common.h305 #define fmc_op_write_data_en(_en) ((_en) << 5) macro
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100_nand/
Dhifmc100_nand.c73 reg = fmc_op_read_data_en(ENABLE) | fmc_op_write_data_en(ENABLE); in hifmc100_dma_transfer()