Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/spi/
Dcore.c221 unsigned int row = nanddev_pos_to_row(nand, &req->pos); in spinand_load_page_op()
390 unsigned int row = nanddev_pos_to_row(nand, &req->pos); in spinand_program_op()
400 unsigned int row = nanddev_pos_to_row(nand, pos); in spinand_erase_op()
/Linux-v4.19/include/linux/mtd/
Dnand.h506 static inline unsigned int nanddev_pos_to_row(struct nand_device *nand, in nanddev_pos_to_row() function