Home
last modified time | relevance | path

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

/linux/include/linux/mtd/
H A Dnand-qpic-common.h151 #define OP_BLOCK_ERASE 0xa macro
/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c1574 cmd = OP_BLOCK_ERASE; in qcom_op_cmd_mapping()
1816 } else if (q_op.cmd_reg == cpu_to_le32(OP_BLOCK_ERASE)) { in qcom_misc_cmd_type_exec()
1838 if (q_op.cmd_reg == cpu_to_le32(OP_BLOCK_ERASE)) in qcom_misc_cmd_type_exec()
/linux/drivers/spi/
H A Dspi-qpic-snand.c1280 *cmd = OP_BLOCK_ERASE | PAGE_ACC | LAST_PAGE | SPI_WP | in qcom_spi_cmd_mapping()