Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/iio/dds/
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()
107 st->data = cpu_to_be16((AD9832_CMD_SYNCSELSRC << CMD_SHIFT) | in ad9832_write()
120 st->data = cpu_to_be16((AD9832_CMD_FPSELECT << CMD_SHIFT) | in ad9832_write()
133 st->data = cpu_to_be16((AD9832_CMD_FPSELECT << CMD_SHIFT) | in ad9832_write()
144 st->data = cpu_to_be16((AD9832_CMD_SLEEPRESCLR << CMD_SHIFT) | in ad9832_write()
[all …]
Dad9832.h52 #define CMD_SHIFT 12 macro
/linux-3.4.99/drivers/crypto/caam/
Ddesc.h21 #define CMD_SHIFT 27 macro
24 #define CMD_KEY (0x00 << CMD_SHIFT)
25 #define CMD_SEQ_KEY (0x01 << CMD_SHIFT)
26 #define CMD_LOAD (0x02 << CMD_SHIFT)
27 #define CMD_SEQ_LOAD (0x03 << CMD_SHIFT)
28 #define CMD_FIFO_LOAD (0x04 << CMD_SHIFT)
29 #define CMD_SEQ_FIFO_LOAD (0x05 << CMD_SHIFT)
30 #define CMD_STORE (0x0a << CMD_SHIFT)
31 #define CMD_SEQ_STORE (0x0b << CMD_SHIFT)
32 #define CMD_FIFO_STORE (0x0c << CMD_SHIFT)
[all …]