Home
last modified time | relevance | path

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

/u-boot/board/freescale/m5253demo/
A Dflash.c35 int write_word(flash_info_t * info, FPWV * dest, u16 data);
338 if ((rc = write_word(info, (FPWV *) wp, data)) != 0) in write_buff()
353 if ((rc = write_word(info, (FPWV *) wp, data)) != 0) in write_buff()
373 if ((rc = write_word(info, (FPWV *) wp, data)) != 0) in write_buff()
401 int write_word(flash_info_t * info, FPWV * dest, u16 data) in write_word() function
/u-boot/board/cobra5272/
A Dflash.c250 static int write_word(flash_info_t *info, ulong dest, ulong data) in write_word() function
339 if ((rc = write_word (info, wp - 1, data)) != 0) { in write_buff()
349 if ((rc = write_word (info, wp, data)) != 0) { in write_buff()
360 if ((rc = write_word (info, wp, data)) != 0) { in write_buff()
/u-boot/drivers/mtd/onenand/
A Donenand_base.c378 this->write_word(value, in onenand_command()
393 this->write_word(value, in onenand_command()
398 this->write_word(value, in onenand_command()
423 this->write_word(value, in onenand_command()
434 this->write_word(cmd, this->base + ONENAND_REG_COMMAND); in onenand_command()
1965 this->write_word(start, in onenand_do_lock_cmd()
1968 this->write_word(end - 1, in onenand_do_lock_cmd()
1999 this->write_word(block, in onenand_do_lock_cmd()
2541 this->write_word((syscfg & ~ONENAND_SYS_CFG1_SYNC_READ), in onenand_chip_probe()
2690 if (!this->write_word) in onenand_scan()
[all …]
A Dsamsung.c557 this->write_word = s3c_onenand_writew; in s3c_onenand_init()
/u-boot/drivers/mtd/
A Dpic32_flash.c187 static int write_word(flash_info_t *info, ulong dest, ulong word) in write_word() function
249 rc = write_word(info, dst, tmp_le); in write_buff()
259 rc = write_word(info, dst, tmp_le); in write_buff()
282 rc = write_word(info, dst, tmp_le); in write_buff()
/u-boot/include/linux/mtd/
A Donenand.h103 void (*write_word) (unsigned short value, void __iomem *addr); member
/u-boot/include/
A Dpci.h665 int (*write_word)(struct pci_controller*, pci_dev_t, int where, u16); member
689 int (*write_word)(struct pci_controller*, in pci_set_ops()
697 hose->write_word = write_word; in pci_set_ops()

Completed in 23 milliseconds