Lines Matching refs:hynix
44 * @nregs: number of hynix private registers to set before reading the reading
110 struct hynix_nand *hynix = nand_get_manufacturer_data(chip);
114 values = hynix->read_retry->values +
115 (retry_mode * hynix->read_retry->nregs);
131 for (i = 0; i < hynix->read_retry->nregs; i++) {
132 ret = hynix_nand_reg_write_op(chip, hynix->read_retry->regs[i],
290 struct hynix_nand *hynix = nand_get_manufacturer_data(chip);
339 hynix->read_retry = rr;
670 struct hynix_nand *hynix = nand_get_manufacturer_data(chip);
672 if (!hynix)
675 kfree(hynix->read_retry);
676 kfree(hynix);
691 struct hynix_nand *hynix;
699 hynix = kzalloc(sizeof(*hynix), GFP_KERNEL);
700 if (!hynix)
703 nand_set_manufacturer_data(chip, hynix);