Home
last modified time | relevance | path

Searched refs:wordsize (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/arch/cris/arch-v10/drivers/
Dsync_serial.c381 IO_STATE(R_SYNC_SERIAL1_CTRL, wordsize, size8bit) | in initialize_port()
796 wordsize, size8bit); in sync_serial_ioctl_unlocked()
799 wordsize, size12bit); in sync_serial_ioctl_unlocked()
802 wordsize, size16bit); in sync_serial_ioctl_unlocked()
805 wordsize, size24bit); in sync_serial_ioctl_unlocked()
808 wordsize, size32bit); in sync_serial_ioctl_unlocked()
882 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, wordsize, in sync_serial_ioctl_unlocked()
1174 switch (IO_EXTRACT(R_SYNC_SERIAL1_CTRL, wordsize, in send_word()
1176 case IO_STATE_VALUE(R_SYNC_SERIAL1_CTRL, wordsize, size8bit): in send_word()
1182 case IO_STATE_VALUE(R_SYNC_SERIAL1_CTRL, wordsize, size12bit): in send_word()
[all …]
/linux-4.4.14/drivers/staging/iio/adc/
Dad7780.c133 #define AD7780_CHANNEL(bits, wordsize) \ argument
134 AD_SD_CHANNEL(1, 0, 0, bits, 32, wordsize - bits)
/linux-4.4.14/scripts/
D.check-lc_ctype.cmd10 /usr/include/i386-linux-gnu/bits/wordsize.h \
D.docproc.cmd10 /usr/include/i386-linux-gnu/bits/wordsize.h \
/linux-4.4.14/scripts/kconfig/
D.conf.o.cmd14 /usr/include/i386-linux-gnu/bits/wordsize.h \
D.zconf.tab.o.cmd10 /usr/include/i386-linux-gnu/bits/wordsize.h \
/linux-4.4.14/sound/soc/
Dsoc-core.c93 int wordsize = min_bytes_needed(codec->driver->reg_cache_size) * 2; in format_register_str() local
98 if (wordsize + regsize + 2 + 1 != len) in format_register_str()
101 sprintf(buf, "%.*x: ", wordsize, reg); in format_register_str()
102 buf += wordsize + 2; in format_register_str()
119 int wordsize, regsize; in soc_codec_reg_show() local
124 wordsize = min_bytes_needed(codec->driver->reg_cache_size) * 2; in soc_codec_reg_show()
127 len = wordsize + regsize + 2 + 1; in soc_codec_reg_show()
/linux-4.4.14/scripts/basic/
D.fixdep.cmd15 /usr/include/i386-linux-gnu/bits/wordsize.h \
/linux-4.4.14/Documentation/spi/
Dspi-summary433 transfer mode, wordsize, or clock rate. This is done with spi_setup(),
/linux-4.4.14/arch/x86/kvm/
Dvmx.c8669 [wordsize]"i"(sizeof(ulong)) in vmx_vcpu_run()