Lines Matching refs:nand
1084 struct nand_chip *nand; in flctl_probe() local
1124 nand = &flctl->chip; in flctl_probe()
1125 flctl_mtd->priv = nand; in flctl_probe()
1134 nand->chip_delay = 20; in flctl_probe()
1136 nand->read_byte = flctl_read_byte; in flctl_probe()
1137 nand->write_buf = flctl_write_buf; in flctl_probe()
1138 nand->read_buf = flctl_read_buf; in flctl_probe()
1139 nand->select_chip = flctl_select_chip; in flctl_probe()
1140 nand->cmdfunc = flctl_cmdfunc; in flctl_probe()
1143 nand->options |= NAND_BUSWIDTH_16; in flctl_probe()
1144 nand->read_word = flctl_read_word; in flctl_probe()