Searched refs:write_word (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
H A D | adt7x10.h | 23 int (*write_word)(struct device *, u8 reg, u16 data); member in struct:adt7x10_ops
|
H A D | adt7410.c | 38 .write_word = adt7410_i2c_write_word,
|
H A D | adt7310.c | 81 .write_word = adt7310_spi_write_word,
|
H A D | adt7x10.c | 106 return d->ops->write_word(dev, reg, data); adt7x10_write_word()
|
/linux-4.4.14/sound/isa/sb/ |
H A D | emu8000_patch.c | 131 write_word(struct snd_emu8000 *emu, int *offset, unsigned short data) write_word() function 221 write_word(emu, &dram_offset, 0); snd_emu8000_sample_new() 232 write_word(emu, &dram_offset, s); snd_emu8000_sample_new() 248 write_word(emu, &dram_offset, s); snd_emu8000_sample_new() 263 write_word(emu, &dram_offset, 0); snd_emu8000_sample_new()
|
/linux-4.4.14/include/linux/mtd/ |
H A D | onenand.h | 68 * @write_word: [REPLACEABLE] hardware specific function for write 116 void (*write_word)(unsigned short value, void __iomem *addr); member in struct:onenand_chip 169 (this->write_word(v, this->base + ONENAND_REG_SYS_CFG1))
|
/linux-4.4.14/drivers/mtd/onenand/ |
H A D | onenand_base.c | 429 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); onenand_command() 444 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1); onenand_command() 448 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); onenand_command() 476 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS8); onenand_command() 480 this->write_word(value, this->base + ONENAND_REG_START_BUFFER); onenand_command() 484 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT); onenand_command() 487 this->write_word(cmd, this->base + ONENAND_REG_COMMAND); onenand_command() 692 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1); onenand_setup_wait() 829 this->write_word(word, bufferram + byte_offset); onenand_write_bufferram() 897 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); onenand_check_bufferram() 1280 this->write_word(ONENAND_DDP_CHIP0, this->base + ONENAND_REG_START_ADDRESS2); onenand_read_ops_nolock() 1309 this->write_word(ONENAND_DDP_CHIP1, this->base + ONENAND_REG_START_ADDRESS2); onenand_read_ops_nolock() 2645 this->write_word(start, this->base + ONENAND_REG_START_BLOCK_ADDRESS); onenand_do_lock_cmd() 2647 this->write_word(end, this->base + ONENAND_REG_END_BLOCK_ADDRESS); onenand_do_lock_cmd() 2672 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1); onenand_do_lock_cmd() 2675 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); onenand_do_lock_cmd() 2677 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS); onenand_do_lock_cmd() 2750 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1); onenand_check_lock_status() 2753 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); onenand_check_lock_status() 2755 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS); onenand_check_lock_status() 2783 this->write_word(0, this->base + ONENAND_REG_START_BLOCK_ADDRESS); onenand_unlock_all() 2855 this->write_word(value, this->base + onenand_otp_command() 2874 this->write_word(value, this->base + onenand_otp_command() 2879 this->write_word(value, this->base + ONENAND_REG_START_BUFFER); onenand_otp_command() 2883 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT); onenand_otp_command() 2886 this->write_word(cmd, this->base + ONENAND_REG_COMMAND); onenand_otp_command() 2936 this->write_word(value, this->base + onenand_otp_write_oob_nolock() 2945 this->write_word(value, this->base + onenand_otp_write_oob_nolock() 3520 this->write_word((syscfg | 0x0100), this->base + ONENAND_REG_SYS_CFG1); flexonenand_get_boundary() 3544 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1); flexonenand_get_boundary() 3746 this->write_word(boundary, this->base + ONENAND_DATARAM); flexonenand_set_boundary() 3758 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_REG_COMMAND); flexonenand_set_boundary() 3783 this->write_word((syscfg & ~ONENAND_SYS_CFG1_SYNC_READ & ~ONENAND_SYS_CFG1_SYNC_WRITE), this->base + ONENAND_REG_SYS_CFG1); onenand_chip_probe() 3786 this->write_word(ONENAND_CMD_READID, this->base + ONENAND_BOOTRAM); onenand_chip_probe() 3793 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_BOOTRAM); onenand_chip_probe() 3798 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1); onenand_chip_probe() 3949 if (!this->write_word) onenand_scan() 3950 this->write_word = onenand_writew; onenand_scan()
|
H A D | samsung.c | 831 this->write_word = s3c_onenand_writew; s3c_onenand_setup()
|
Completed in 1129 milliseconds