Lines Matching refs:force_8bit
179 unsigned int len, bool force_8bit);
182 bool force_8bit);
191 unsigned int len, bool force_8bit);
195 bool force_8bit);
259 unsigned int len, bool force_8bit)
267 if (force_8bit) {
268 omap_nand_data_in(chip, buf, len, force_8bit);
303 bool force_8bit)
312 if (force_8bit) {
313 omap_nand_data_out(chip, buf, len, force_8bit);
445 unsigned int len, bool force_8bit)
449 if (force_8bit) {
450 omap_nand_data_in(chip, buf, len, force_8bit);
466 bool force_8bit)
470 if (force_8bit) {
471 omap_nand_data_out(chip, buf, len, force_8bit);
532 unsigned int len, bool force_8bit)
538 if (len <= mtd->oobsize || force_8bit) {
539 omap_nand_data_in(chip, buf, len, force_8bit);
574 bool force_8bit)
582 if (len <= mtd->oobsize || force_8bit) {
583 omap_nand_data_out(chip, buf, len, force_8bit);
2077 unsigned int len, bool force_8bit)
2082 if (force_8bit || (alignment & 1))
2092 bool force_8bit)
2097 if (force_8bit || (alignment & 1))
2128 instr->ctx.data.force_8bit);
2134 instr->ctx.data.force_8bit);