Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dnuvoton-ma35d1-nand-controller.c236 struct ma35_nand_chip *nvtnand = to_ma35_nand(chip); in ma35_nand_hwecc_init() local
255 nvtnand->eccstatus = (chip->ecc.steps < 4) ? 1 : chip->ecc.steps / 4; in ma35_nand_hwecc_init()
390 struct ma35_nand_chip *nvtnand = to_ma35_nand(chip); in ma35_nfi_ecc_check() local
397 for (j = 0; j < nvtnand->eccstatus; j++) { in ma35_nfi_ecc_check()
855 struct ma35_nand_chip *nvtnand; in ma35_nand_chip_init() local
869 nvtnand = devm_kzalloc(dev, struct_size(nvtnand, sels, nsels), in ma35_nand_chip_init()
871 if (!nvtnand) in ma35_nand_chip_init()
874 nvtnand->nsels = nsels; in ma35_nand_chip_init()
892 nvtnand->sels[i] = cs; in ma35_nand_chip_init()
895 chip = &nvtnand->chip; in ma35_nand_chip_init()
[all …]