Lines Matching refs:legacy

386 	ret = this->legacy.read_byte(this) << 8;  in doc200x_ident_chip()
387 ret |= this->legacy.read_byte(this); in doc200x_ident_chip()
408 this->legacy.read_buf = &doc2000_readbuf_dword; in doc200x_ident_chip()
446 status = (int)this->legacy.read_byte(this); in doc200x_wait()
719 if (this->legacy.dev_ready) in doc2001plus_command()
721 udelay(this->legacy.chip_delay); in doc2001plus_command()
725 while (!(this->legacy.read_byte(this) & 0x40)) ; in doc2001plus_command()
734 if (!this->legacy.dev_ready) { in doc2001plus_command()
735 udelay(this->legacy.chip_delay); in doc2001plus_command()
744 while (!this->legacy.dev_ready(this)) ; in doc2001plus_command()
1347 this->legacy.read_byte = doc2000_read_byte; in doc2000_init()
1348 this->legacy.write_buf = doc2000_writebuf; in doc2000_init()
1349 this->legacy.read_buf = doc2000_readbuf; in doc2000_init()
1363 this->legacy.read_byte = doc2001_read_byte; in doc2001_init()
1364 this->legacy.write_buf = doc2001_writebuf; in doc2001_init()
1365 this->legacy.read_buf = doc2001_readbuf; in doc2001_init()
1393 this->legacy.read_byte = doc2001plus_read_byte; in doc2001plus_init()
1394 this->legacy.write_buf = doc2001plus_writebuf; in doc2001plus_init()
1395 this->legacy.read_buf = doc2001plus_readbuf; in doc2001plus_init()
1397 this->legacy.cmd_ctrl = NULL; in doc2001plus_init()
1398 this->legacy.select_chip = doc2001plus_select_chip; in doc2001plus_init()
1399 this->legacy.cmdfunc = doc2001plus_command; in doc2001plus_init()
1577 nand->legacy.select_chip = doc200x_select_chip; in doc_probe()
1578 nand->legacy.cmd_ctrl = doc200x_hwcontrol; in doc_probe()
1579 nand->legacy.dev_ready = doc200x_dev_ready; in doc_probe()
1580 nand->legacy.waitfunc = doc200x_wait; in doc_probe()
1581 nand->legacy.block_bad = doc200x_block_bad; in doc_probe()