Searched refs:spinand_write_reg_op (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/mtd/nand/spi/ |
| H A D | winbond.c | 363 ret = spinand_write_reg_op(spinand, W25N0XJW_SR4, sr4); in w25n0xjw_hs_cfg()
|
| H A D | core.c | 138 int spinand_write_reg_op(struct spinand_device *spinand, u8 reg, u8 val) in spinand_write_reg_op() function 176 ret = spinand_write_reg_op(spinand, REG_CFG, cfg); in spinand_set_cfg() 717 return spinand_write_reg_op(spinand, REG_BLOCK_LOCK, lock); in spinand_lock_block()
|
| /linux/include/linux/mtd/ |
| H A D | spinand.h | 879 int spinand_write_reg_op(struct spinand_device *spinand, u8 reg, u8 val);
|