devwidth 205 arch/mips/alchemy/devboards/db1550.c .devwidth = 0, /* x8 NAND default, needs fixing up */ devwidth 227 arch/mips/alchemy/devboards/db1550.c pb1550_nand_pd.devwidth = 1; devwidth 14 arch/mips/include/asm/mach-au1x00/au1550nd.h int devwidth; /* 0 = 8bit device, 1 = 16bit device */ devwidth 325 drivers/ide/au1xxx-ide.c u32 devwidth, u32 flags, u32 regbase) devwidth 332 drivers/ide/au1xxx-ide.c dev->dev_devwidth = devwidth; devwidth 350 drivers/ide/au1xxx-ide.c u32 dev_id, tsize, devwidth, flags; devwidth 355 drivers/ide/au1xxx-ide.c devwidth = 32; /* 16 */ devwidth 364 drivers/ide/au1xxx-ide.c auide_init_dbdma_dev(&source_dev_tab, dev_id, tsize, devwidth, devwidth 368 drivers/ide/au1xxx-ide.c auide_init_dbdma_dev(&source_dev_tab, dev_id, tsize, devwidth, devwidth 374 drivers/ide/au1xxx-ide.c devwidth, DEV_FLAGS_ANYUSE, auide->regbase); devwidth 436 drivers/mtd/nand/raw/au1550nd.c if (pd->devwidth) devwidth 439 drivers/mtd/nand/raw/au1550nd.c this->legacy.read_byte = (pd->devwidth) ? au_read_byte16 : au_read_byte; devwidth 440 drivers/mtd/nand/raw/au1550nd.c ctx->write_byte = (pd->devwidth) ? au_write_byte16 : au_write_byte; devwidth 441 drivers/mtd/nand/raw/au1550nd.c this->legacy.write_buf = (pd->devwidth) ? au_write_buf16 : au_write_buf; devwidth 442 drivers/mtd/nand/raw/au1550nd.c this->legacy.read_buf = (pd->devwidth) ? au_read_buf16 : au_read_buf;