Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/sb/
H A Demu8000_patch.c120 write_word(struct snd_emu8000 *emu, int *offset, unsigned short data) in write_word() function
208 write_word(emu, &dram_offset, 0); in snd_emu8000_sample_new()
219 write_word(emu, &dram_offset, s); in snd_emu8000_sample_new()
235 write_word(emu, &dram_offset, s); in snd_emu8000_sample_new()
250 write_word(emu, &dram_offset, 0); in snd_emu8000_sample_new()
/openbmc/u-boot/board/freescale/m5253demo/
H A Dflash.c32 int write_word(flash_info_t * info, FPWV * dest, u16 data);
335 if ((rc = write_word(info, (FPWV *) wp, data)) != 0) in write_buff()
350 if ((rc = write_word(info, (FPWV *) wp, data)) != 0) in write_buff()
370 if ((rc = write_word(info, (FPWV *) wp, data)) != 0) in write_buff()
398 int write_word(flash_info_t * info, FPWV * dest, u16 data) in write_word() function
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c375 this->write_word(value, in onenand_command()
390 this->write_word(value, in onenand_command()
395 this->write_word(value, in onenand_command()
420 this->write_word(value, in onenand_command()
431 this->write_word(cmd, this->base + ONENAND_REG_COMMAND); in onenand_command()
1962 this->write_word(start, in onenand_do_lock_cmd()
1965 this->write_word(end - 1, in onenand_do_lock_cmd()
1996 this->write_word(block, in onenand_do_lock_cmd()
2538 this->write_word((syscfg & ~ONENAND_SYS_CFG1_SYNC_READ), in onenand_chip_probe()
2686 if (!this->write_word) in onenand_scan()
[all …]
H A Dsamsung.c557 this->write_word = s3c_onenand_writew; in s3c_onenand_init()
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c515 this->write_word(cmd, this->base + ONENAND_REG_COMMAND); in onenand_command()
720 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1); in onenand_setup_wait()
857 this->write_word(word, bufferram + byte_offset); in onenand_write_bufferram()
2732 this->write_word(value, this->base + in onenand_otp_command()
2751 this->write_word(value, this->base + in onenand_otp_command()
2763 this->write_word(cmd, this->base + ONENAND_REG_COMMAND); in onenand_otp_command()
2811 this->write_word(value, this->base + in onenand_otp_write_oob_nolock()
2820 this->write_word(value, this->base + in onenand_otp_write_oob_nolock()
3627 this->write_word(boundary, this->base + ONENAND_DATARAM); in flexonenand_set_boundary()
3832 if (!this->write_word) in onenand_scan()
[all …]
H A Donenand_samsung.c823 this->write_word = s3c_onenand_writew; in s3c_onenand_setup()
/openbmc/u-boot/board/cobra5272/
H A Dflash.c245 static int write_word (flash_info_t * info, ulong dest, ulong data) in write_word() function
334 if ((rc = write_word (info, wp - 1, data)) != 0) { in write_buff()
344 if ((rc = write_word (info, wp, data)) != 0) { in write_buff()
355 if ((rc = write_word (info, wp, data)) != 0) { in write_buff()
/openbmc/u-boot/drivers/mtd/
H A Dpic32_flash.c182 static int write_word(flash_info_t *info, ulong dest, ulong word) in write_word() function
244 rc = write_word(info, dst, tmp_le); in write_buff()
254 rc = write_word(info, dst, tmp_le); in write_buff()
277 rc = write_word(info, dst, tmp_le); in write_buff()
/openbmc/linux/include/linux/mtd/
H A Donenand.h113 void (*write_word)(unsigned short value, void __iomem *addr); member
165 (this->write_word(v, this->base + ONENAND_REG_SYS_CFG1))
/openbmc/u-boot/include/linux/mtd/
H A Donenand.h103 void (*write_word) (unsigned short value, void __iomem *addr); member
/openbmc/u-boot/include/
H A Dpci.h595 int (*write_word)(struct pci_controller*, pci_dev_t, int where, u16); member
619 int (*write_word)(struct pci_controller*, in pci_set_ops()
627 hose->write_word = write_word; in pci_set_ops()
/openbmc/u-boot/board/micronas/vct/
H A Debi_onenand.c179 chip->write_word = ebi_nand_write_word; in onenand_board_init()
/openbmc/linux/drivers/misc/eeprom/
H A Didt_89hpesx.c343 sts = idt_smb_safe(write_word, pdev->client, ccode, in idt_smb_write_word()