Searched defs:write_word (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/board/freescale/m5253demo/ |
D | flash.c | 398 int write_word(flash_info_t * info, FPWV * dest, u16 data) in write_word() function
|
/external/u-boot/board/cobra5272/ |
D | flash.c | 245 static int write_word (flash_info_t * info, ulong dest, ulong data) in write_word() function
|
/external/u-boot/drivers/mtd/ |
D | pic32_flash.c | 182 static int write_word(flash_info_t *info, ulong dest, ulong word) in write_word() function
|
/external/u-boot/include/linux/mtd/ |
D | onenand.h | 103 void (*write_word) (unsigned short value, void __iomem *addr); member
|
/external/u-boot/include/ |
D | pci.h | 580 int (*write_word)(struct pci_controller*, pci_dev_t, int where, u16); member
|