Lines Matching defs:this
124 struct nand_chip *this;
157 this = (struct nand_chip *)(&sharpsl->chip);
161 this->controller = &sharpsl->controller;
164 mtd = nand_to_mtd(this);
176 this->legacy.IO_ADDR_R = sharpsl->io + FLASHIO;
177 this->legacy.IO_ADDR_W = sharpsl->io + FLASHIO;
179 this->legacy.cmd_ctrl = sharpsl_nand_hwcontrol;
180 this->legacy.dev_ready = sharpsl_nand_dev_ready;
182 this->legacy.chip_delay = 15;
183 this->badblock_pattern = data->badblock_pattern;
186 err = nand_scan(this, 1);
202 nand_cleanup(this);