Lines Matching defs:this
122 struct nand_chip *this;
155 this = (struct nand_chip *)(&sharpsl->chip);
159 this->controller = &sharpsl->controller;
162 mtd = nand_to_mtd(this);
174 this->legacy.IO_ADDR_R = sharpsl->io + FLASHIO;
175 this->legacy.IO_ADDR_W = sharpsl->io + FLASHIO;
177 this->legacy.cmd_ctrl = sharpsl_nand_hwcontrol;
178 this->legacy.dev_ready = sharpsl_nand_dev_ready;
180 this->legacy.chip_delay = 15;
181 this->badblock_pattern = data->badblock_pattern;
184 err = nand_scan(this, 1);
200 nand_cleanup(this);