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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Donenand.h74 * @write_word: [REPLACEABLE] hardware specific function for write
114 void (*write_word)(unsigned short value, void __iomem *addr); member in struct:onenand_chip
147 (this->write_word(v, this->base + ONENAND_REG_SYS_CFG1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dfixup-ocelot.c73 bus->ops->write_word(devices, PCI_COMMAND, cmd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Demu8000_patch.c131 write_word(struct snd_emu8000 *emu, int *offset, unsigned short data) function
223 write_word(emu, &dram_offset, s);
239 write_word(emu, &dram_offset, s);
254 write_word(emu, &dram_offset, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_base.c217 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
228 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1);
233 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
256 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS8);
260 this->write_word(value, this->base + ONENAND_REG_START_BUFFER);
265 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
270 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT);
273 this->write_word(cmd, this->base + ONENAND_REG_COMMAND);
430 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);
566 this->write_word(wor
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dflashutl.c316 if (flashutl_cmd->write_word)
317 cmd(flashutl_cmd->write_word, CMD_ADDR);
H A Dbcmotp.c101 otp_write_word_t write_word; member in struct:otp_fn_s
3809 if (((otpinfo_t*)oh)->fn->write_word == NULL) {
3813 err = (((otpinfo_t*)oh)->fn->write_word)(oh, wn, data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Dhades-pci.c341 .write_word = hades_write_config_word,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dflash.h33 uint16 write_word; member in struct:_flash_cmds

Completed in 150 milliseconds