Searched refs:write_word (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/sound/isa/sb/ |
D | emu8000_patch.c | 120 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()
|
/Linux-v6.6/drivers/mtd/nand/onenand/ |
D | onenand_base.c | 457 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); in onenand_command() 472 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1); in onenand_command() 476 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); in onenand_command() 504 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS8); in onenand_command() 508 this->write_word(value, this->base + ONENAND_REG_START_BUFFER); in onenand_command() 512 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT); in onenand_command() 515 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() 925 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); in onenand_check_bufferram() [all …]
|
D | onenand_samsung.c | 823 this->write_word = s3c_onenand_writew; in s3c_onenand_setup()
|
/Linux-v6.6/include/linux/mtd/ |
D | onenand.h | 113 void (*write_word)(unsigned short value, void __iomem *addr); member 165 (this->write_word(v, this->base + ONENAND_REG_SYS_CFG1))
|
/Linux-v6.6/drivers/misc/eeprom/ |
D | idt_89hpesx.c | 343 sts = idt_smb_safe(write_word, pdev->client, ccode, in idt_smb_write_word()
|