Home
last modified time | relevance | path

Searched defs:write_word (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dadt7x10.h24 int (*write_word)(struct device *, u8 reg, u16 data); member
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Demu8000_patch.c120 write_word(struct snd_emu8000 *emu, int *offset, unsigned short data) in write_word() function
/OK3568_Linux_fs/u-boot/board/freescale/m5253demo/
H A Dflash.c399 int write_word(flash_info_t * info, FPWV * dest, u16 data) in write_word() function
/OK3568_Linux_fs/u-boot/board/cobra5272/
H A Dflash.c246 static int write_word (flash_info_t * info, ulong dest, ulong data) in write_word() function
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dpic32_flash.c183 static int write_word(flash_info_t *info, ulong dest, ulong word) in write_word() function
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Donenand.h103 void (*write_word) (unsigned short value, void __iomem *addr); member
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Donenand.h113 void (*write_word)(unsigned short value, void __iomem *addr); member
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h581 int (*write_word)(struct pci_controller*, pci_dev_t, int where, u16); member