Home
last modified time | relevance | path

Searched refs:CMD_SHIFT (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/iio/frequency/
Dad9832.c43 st->freq_data[0] = cpu_to_be16((AD9832_CMD_FRE8BITSW << CMD_SHIFT) | in ad9832_write_frequency()
46 st->freq_data[1] = cpu_to_be16((AD9832_CMD_FRE16BITSW << CMD_SHIFT) | in ad9832_write_frequency()
49 st->freq_data[2] = cpu_to_be16((AD9832_CMD_FRE8BITSW << CMD_SHIFT) | in ad9832_write_frequency()
52 st->freq_data[3] = cpu_to_be16((AD9832_CMD_FRE16BITSW << CMD_SHIFT) | in ad9832_write_frequency()
65 st->phase_data[0] = cpu_to_be16((AD9832_CMD_PHA8BITSW << CMD_SHIFT) | in ad9832_write_phase()
68 st->phase_data[1] = cpu_to_be16((AD9832_CMD_PHA16BITSW << CMD_SHIFT) | in ad9832_write_phase()
105 st->data = cpu_to_be16((AD9832_CMD_SYNCSELSRC << CMD_SHIFT) | in ad9832_write()
118 st->data = cpu_to_be16((AD9832_CMD_FPSELECT << CMD_SHIFT) | in ad9832_write()
131 st->data = cpu_to_be16((AD9832_CMD_FPSELECT << CMD_SHIFT) | in ad9832_write()
142 st->data = cpu_to_be16((AD9832_CMD_SLEEPRESCLR << CMD_SHIFT) | in ad9832_write()
[all …]
Dad9832.h52 #define CMD_SHIFT 12 macro
/linux-4.1.27/drivers/crypto/caam/
Ddesc.h31 #define CMD_SHIFT 27 macro
34 #define CMD_KEY (0x00 << CMD_SHIFT)
35 #define CMD_SEQ_KEY (0x01 << CMD_SHIFT)
36 #define CMD_LOAD (0x02 << CMD_SHIFT)
37 #define CMD_SEQ_LOAD (0x03 << CMD_SHIFT)
38 #define CMD_FIFO_LOAD (0x04 << CMD_SHIFT)
39 #define CMD_SEQ_FIFO_LOAD (0x05 << CMD_SHIFT)
40 #define CMD_STORE (0x0a << CMD_SHIFT)
41 #define CMD_SEQ_STORE (0x0b << CMD_SHIFT)
42 #define CMD_FIFO_STORE (0x0c << CMD_SHIFT)
[all …]