Home
last modified time | relevance | path

Searched refs:NAND_OP_8BIT_DATA_IN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_toshiba.c40 NAND_OP_8BIT_DATA_IN(chip->ecc.steps, ecc_status, 0), in toshiba_nand_benand_read_eccstatus_op()
H A Dnand_base.c1386 NAND_OP_8BIT_DATA_IN(len, buf, 0), in nand_read_param_page_op()
1804 NAND_OP_8BIT_DATA_IN(len, buf, 0), in nand_readid_op()
1863 NAND_OP_8BIT_DATA_IN(1, status, 0), in nand_status_op()
2057 NAND_OP_8BIT_DATA_IN(ONFI_SUBFEATURE_PARAM_LEN, in nand_get_features_op()
H A Ddiskonchip.c351 NAND_OP_8BIT_DATA_IN(2, id, 0), in doc200x_readid()
/openbmc/linux/include/linux/mtd/
H A Drawnand.h815 #define NAND_OP_8BIT_DATA_IN(l, b, ns) \ macro