Searched refs:write_word (Results 1 – 7 of 7) sorted by relevance
| /u-boot/board/freescale/m5253demo/ |
| A D | flash.c | 35 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 D | flash.c | 250 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 D | onenand_base.c | 378 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 D | samsung.c | 557 this->write_word = s3c_onenand_writew; in s3c_onenand_init()
|
| /u-boot/drivers/mtd/ |
| A D | pic32_flash.c | 187 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 D | onenand.h | 103 void (*write_word) (unsigned short value, void __iomem *addr); member
|
| /u-boot/include/ |
| A D | pci.h | 665 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