Home
last modified time | relevance | path

Searched refs:devwidth (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/ide/
Dau1xxx-ide.c325 u32 devwidth, u32 flags, u32 regbase) in auide_init_dbdma_dev() argument
332 dev->dev_devwidth = devwidth; in auide_init_dbdma_dev()
350 u32 dev_id, tsize, devwidth, flags; in auide_ddma_init() local
355 devwidth = 32; /* 16 */ in auide_ddma_init()
364 auide_init_dbdma_dev(&source_dev_tab, dev_id, tsize, devwidth, in auide_ddma_init()
368 auide_init_dbdma_dev(&source_dev_tab, dev_id, tsize, devwidth, in auide_ddma_init()
374 devwidth, DEV_FLAGS_ANYUSE, auide->regbase); in auide_ddma_init()
/linux-3.4.99/drivers/mtd/nand/
Dau1550nd.c513 if (pd->devwidth) in au1550nd_probe()
516 this->read_byte = (pd->devwidth) ? au_read_byte16 : au_read_byte; in au1550nd_probe()
517 ctx->write_byte = (pd->devwidth) ? au_write_byte16 : au_write_byte; in au1550nd_probe()
519 this->write_buf = (pd->devwidth) ? au_write_buf16 : au_write_buf; in au1550nd_probe()
520 this->read_buf = (pd->devwidth) ? au_read_buf16 : au_read_buf; in au1550nd_probe()
521 this->verify_buf = (pd->devwidth) ? au_verify_buf16 : au_verify_buf; in au1550nd_probe()
/linux-3.4.99/arch/mips/alchemy/devboards/
Dpb1550.c151 .devwidth = 0, /* x8 NAND default, needs fixing up */
184 pb1550_nand_pd.devwidth = 1; in pb1550_nand_setup()
/linux-3.4.99/arch/mips/include/asm/mach-au1x00/
Dau1550nd.h13 int devwidth; /* 0 = 8bit device, 1 = 16bit device */ member