Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A 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 …]