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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Demu8000_patch.c131 write_word(struct snd_emu8000 *emu, int *offset, unsigned short data) function
224 write_word(emu, &dram_offset, s);
240 write_word(emu, &dram_offset, s);
255 write_word(emu, &dram_offset, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Donenand.h66 void (*write_word)(unsigned short value, void __iomem *addr); member in struct:onenand_chip
109 (this->write_word(v, this->base + ONENAND_REG_SYS_CFG1))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Donenand_base.c401 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
417 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1);
421 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
449 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS8);
453 this->write_word(value, this->base + ONENAND_REG_START_BUFFER);
457 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT);
460 this->write_word(cmd, this->base + ONENAND_REG_COMMAND);
665 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);
802 this->write_word(word, bufferram + byte_offset);
870 this->write_word(valu
[all...]
H A Donenand_sim.c516 /* Override write_word function */
517 info->onenand.write_word = onenand_writew;
H A Dsamsung.c770 this->write_word = s3c_onenand_writew;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dflashutl.c316 if (flashutl_cmd->write_word)
317 cmd(flashutl_cmd->write_word, CMD_ADDR);
H A Dbcmotp.c104 otp_write_word_t write_word; member in struct:otp_fn_s
3911 if (((otpinfo_t*)oh)->fn->write_word == NULL) {
3915 err = (((otpinfo_t*)oh)->fn->write_word)(oh, wn, data);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dflash.h33 uint16 write_word; member in struct:_flash_cmds

Completed in 187 milliseconds