Searched refs:write_word (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/isa/sb/
H A Demu8000_patch.c120 write_word(struct snd_emu8000 *emu, int *offset, unsigned short data) function
195 write_word(emu, &dram_offset, 0);
206 write_word(emu, &dram_offset, s);
222 write_word(emu, &dram_offset, s);
237 write_word(emu, &dram_offset, 0);
/linux-master/include/linux/mtd/
H A Donenand.h65 * @write_word: [REPLACEABLE] hardware specific function for write
113 void (*write_word)(unsigned short value, void __iomem *addr); member in struct:onenand_chip
165 (this->write_word(v, this->base + ONENAND_REG_SYS_CFG1))
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c457 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
472 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1);
476 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
504 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS8);
508 this->write_word(value, this->base + ONENAND_REG_START_BUFFER);
512 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT);
515 this->write_word(cmd, this->base + ONENAND_REG_COMMAND);
720 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);
857 this->write_word(word, bufferram + byte_offset);
925 this->write_word(valu
[all...]
H A Donenand_samsung.c823 this->write_word = s3c_onenand_writew;
/linux-master/drivers/misc/eeprom/
H A Didt_89hpesx.c343 sts = idt_smb_safe(write_word, pdev->client, ccode,

Completed in 175 milliseconds