read_word
u16 read_word;
read_word = dib7000p_read_word(state, 1987);
msg[1].buf[0] = (read_word >> 8) & 0xff;
msg[1].buf[1] = (read_word) & 0xff;
u16 read_word;
read_word = dib8000_read_word(state, 1987);
msg[1].buf[0] = (read_word >> 8) & 0xff;
msg[1].buf[1] = (read_word) & 0xff;
sts = idt_smb_safe(read_word, pdev->client, ccode);
interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
ctrl = this->read_word(this->base + ONENAND_REG_CTRL_STATUS);
addr1 = this->read_word(this->base + ONENAND_REG_START_ADDRESS1);
addr8 = this->read_word(this->base + ONENAND_REG_START_ADDRESS8);
interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
while (this->read_word(this->base + ONENAND_REG_CTRL_STATUS)
status = this->read_word(this->base + ONENAND_REG_WP_STATUS);
while (this->read_word(this->base + ONENAND_REG_CTRL_STATUS)
status = this->read_word(this->base + ONENAND_REG_WP_STATUS);
status = this->read_word(this->base + ONENAND_REG_WP_STATUS);
while (this->read_word(this->base + ONENAND_REG_CTRL_STATUS)
status = this->read_word(this->base + ONENAND_REG_CTRL_STATUS);
numbufs = this->read_word(this->base + ONENAND_REG_NUM_BUFFERS) >> 8;
syscfg = this->read_word(this->base + ONENAND_REG_SYS_CFG1);
bdry = this->read_word(this->base + ONENAND_DATARAM);
thisboundary = this->read_word(this->base + ONENAND_DATARAM);
syscfg = this->read_word(this->base + ONENAND_REG_SYS_CFG1);
bram_maf_id = this->read_word(this->base + ONENAND_BOOTRAM + 0x0);
bram_dev_id = this->read_word(this->base + ONENAND_BOOTRAM + 0x2);
maf_id = this->read_word(this->base + ONENAND_REG_MANUFACTURER_ID);
dev_id = this->read_word(this->base + ONENAND_REG_DEVICE_ID);
dev_id = this->read_word(this->base + ONENAND_REG_DEVICE_ID);
ver_id = this->read_word(this->base + ONENAND_REG_VERSION_ID);
this->technology = this->read_word(this->base + ONENAND_REG_TECHNOLOGY);
mtd->writesize = this->read_word(this->base + ONENAND_REG_DATA_BUFFER_SIZE);
if (!this->read_word)
this->read_word = onenand_readw;
return this->read_word(this->base + ONENAND_REG_ECC_STATUS);
ecc = this->read_word(this->base + ONENAND_REG_ECC_STATUS + i*2);
interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
ctrl = this->read_word(this->base + ONENAND_REG_CTRL_STATUS);
syscfg = this->read_word(this->base + ONENAND_REG_SYS_CFG1);
word = this->read_word(bufferram + offset + count);
word = this->read_word(bufferram + offset + count);
word = this->read_word(bufferram + byte_offset);
this->read_word = s3c_onenand_readw;
unsigned short (*read_word)(void __iomem *addr);
(this->read_word(this->base + ONENAND_REG_SYS_CFG1))
s = read_word(data, offset, sp->v.mode_flags);
s = read_word(data, offset - k, sp->v.mode_flags);