Searched refs:read_word (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Donenand.h72 * @read_word: [REPLACEABLE] hardware specific function for read
113 unsigned short (*read_word)(void __iomem *addr); member in struct:onenand_chip
145 (this->read_word(this->base + ONENAND_REG_SYS_CFG1))
H A Dnand.h339 * @read_word: [REPLACEABLE] read one word from the chip
398 u16 (*read_word)(struct mtd_info *mtd); member in struct:nand_chip
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dfixup-ocelot.c71 bus->ops->read_word(devices, PCI_COMMAND, &cmd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_base.c298 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
307 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
309 ctrl = this->read_word(this->base + ONENAND_REG_CTRL_STATUS);
319 int ecc = this->read_word(this->base + ONENAND_REG_ECC_STATUS);
428 syscfg = this->read_word(this->base + ONENAND_REG_SYS_CFG1);
484 word = this->read_word(bufferram + offset + count);
522 word = this->read_word(bufferram + offset + count);
564 word = this->read_word(bufferram + byte_offset);
996 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
1001 interrupt = this->read_word(thi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Demu8000_patch.c85 read_word(const void __user *buf, int offset, int mode) function
221 s = read_word(data, offset, sp->v.mode_flags);
238 s = read_word(data, offset - k, sp->v.mode_flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Dhades-pci.c338 .read_word = hades_read_config_word,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-tcl.c715 read_word (struct word *wp, int looking_for, flag_context_ty context) function
871 read_word (&inner, looking_for, inner_context);
H A Dx-sh.c718 read_word (struct word *wp, int looking_for, flag_context_ty context) function
1216 read_word (&inner, looking_for, inner_context);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dau1550nd.c574 this->read_word = au_read_word;
H A Dnand_base.c327 bad = cpu_to_le16(chip->read_word(mtd));
2302 if (!chip->read_word)
2303 chip->read_word = nand_read_word;
H A Dnandsim.c1830 NS_DBG("read_word\n");
1963 chip->read_word = ns_nand_read_word;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmotp.c102 otp_read_word_t read_word; member in struct:otp_fn_s
3734 if (((otpinfo_t*)oh)->fn->read_word == NULL) {
3738 err = (((otpinfo_t*)oh)->fn->read_word)(oh, wn, data);

Completed in 339 milliseconds