Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mtd/nand/
Dau1550nd.c30 static void (*au1550_write_byte)(struct mtd_info *, u_char); variable
355 au1550_write_byte(mtd, readcmd); in au1550_command()
357 au1550_write_byte(mtd, command); in au1550_command()
370 au1550_write_byte(mtd, column); in au1550_command()
373 au1550_write_byte(mtd, (u8)(page_addr & 0xff)); in au1550_command()
391 au1550_write_byte(mtd, (u8)(page_addr >> 8)); in au1550_command()
395 au1550_write_byte(mtd, (u8)((page_addr >> 16) & 0x0f)); in au1550_command()
570 au1550_write_byte = (!nand_width) ? au_write_byte16 : au_write_byte; in au1xxx_nand_init()