Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspinand.h287 unsigned int nops; member
293 .nops = sizeof((struct spi_mem_op[]){ __VA_ARGS__ }) / \
/rk3399_rockchip-uboot/drivers/mtd/nand/spi/
H A Dcore.c848 unsigned int nops) in spinand_find_supported_op() argument
852 for (i = 0; i < nops; i++) { in spinand_find_supported_op()
1014 for (i = 0; i < variants->nops; i++) { in spinand_select_op_variant()