Home
last modified time | relevance | path

Searched refs:op_ctrl_wr_opcode (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dhifmc_common.h363 #define op_ctrl_wr_opcode(_code) (((_code) & 0xff) << 8) macro
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/hifmc100/
Dhifmc100.c112 regval = op_ctrl_rd_opcode(r_cmd) | op_ctrl_wr_opcode(w_cmd) | in hifmc100_dma_transfer()
501 hifmc_write(host, FMC_OP_CTRL, (op_ctrl_wr_opcode(spi->write->cmd) | in hifmc100_reg_write_buf()
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100/
Dhifmc100.c217 reg = op_ctrl_wr_opcode(spi->write->cmd) | op_ctrl_dma_op(OP_TYPE_DMA) | in hifmc100_send_cmd_pageprog()