Home
last modified time | relevance | path

Searched refs:_read_user_prot_reg (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/drivers/mtd/
H A Dmtdpart.c370 return mtd->parent->_read_user_prot_reg(mtd->parent, from, len, in part_read_user_prot_reg()
630 if (master->_read_user_prot_reg) in allocate_partition()
631 slave->_read_user_prot_reg = part_read_user_prot_reg; in allocate_partition()
H A Dmtdcore.c1531 if (!mtd->_read_user_prot_reg) in mtd_read_user_prot_reg()
1535 return mtd->_read_user_prot_reg(mtd, from, len, retlen, buf); in mtd_read_user_prot_reg()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_macronix.c479 mtd->_read_user_prot_reg = macronix_30lfxg18ac_read_otp; in macronix_nand_setup_otp()
/openbmc/linux/drivers/mtd/spi-nor/
H A Dotp.c503 mtd->_read_user_prot_reg = spi_nor_mtd_otp_read; in spi_nor_set_mtd_otp_ops()
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h259 int (*_read_user_prot_reg) (struct mtd_info *mtd, loff_t from, member
/openbmc/linux/include/linux/mtd/
H A Dmtd.h336 int (*_read_user_prot_reg) (struct mtd_info *mtd, loff_t from, member
/openbmc/linux/drivers/mtd/
H A Dmtdcore.c956 if (mtd->_get_user_prot_info && mtd->_read_user_prot_reg) { in mtd_otp_nvmem_add()
2176 if (!master->_read_user_prot_reg) in mtd_read_user_prot_reg()
2180 return master->_read_user_prot_reg(master, from, len, retlen, buf); in mtd_read_user_prot_reg()
/openbmc/linux/drivers/mtd/devices/
H A Dmtd_dataflash.c596 device->_read_user_prot_reg = dataflash_read_user_otp; in otp_setup()
/openbmc/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c324 mtd->_read_user_prot_reg = cfi_amdstd_secsi_read; in fixup_use_secsi()
620 mtd->_read_user_prot_reg = cfi_amdstd_read_user_prot_reg; in cfi_cmdset_0002()
H A Dcfi_cmdset_0001.c670 mtd->_read_user_prot_reg = cfi_intelext_read_user_prot_reg; in cfi_intelext_setup()
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3961 mtd->_read_user_prot_reg = onenand_read_user_prot_reg; in onenand_scan()