Lines Matching refs:nand
1085 struct nand_chip *nand; in flctl_probe() local
1125 nand = &flctl->chip; in flctl_probe()
1126 flctl_mtd->priv = nand; in flctl_probe()
1136 nand->chip_delay = 20; in flctl_probe()
1138 nand->read_byte = flctl_read_byte; in flctl_probe()
1139 nand->write_buf = flctl_write_buf; in flctl_probe()
1140 nand->read_buf = flctl_read_buf; in flctl_probe()
1141 nand->select_chip = flctl_select_chip; in flctl_probe()
1142 nand->cmdfunc = flctl_cmdfunc; in flctl_probe()
1145 nand->options |= NAND_BUSWIDTH_16; in flctl_probe()
1146 nand->read_word = flctl_read_word; in flctl_probe()