Lines Matching +full:2 +full:x32 +full:- +full:bit
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
30 #define BRA_DONE_STATUS BIT(7)
31 #define BRA_INUSE_STS BIT(6)
32 #define BRA_FAILED_OP BIT(4)
33 #define BRA_BUS_ERR BIT(3)
34 #define BRA_DEV_ERR BIT(2)
35 #define BRA_INTR BIT(1)
36 #define BRA_HOST_BUSY BIT(0)
39 #define BRA_PEC_EN BIT(7)
40 #define BRA_START BIT(6)
41 #define BRA_LAST__BYTE BIT(5)
42 #define BRA_INTREN BIT(0)
43 #define BRA_SMB_CMD (7 << 2)
44 #define BRA_SMB_CMD_QUICK (0 << 2)
45 #define BRA_SMB_CMD_BYTE (1 << 2)
46 #define BRA_SMB_CMD_BYTE_DATA (2 << 2)
47 #define BRA_SMB_CMD_WORD_DATA (3 << 2)
48 #define BRA_SMB_CMD_PROCESS_CALL (4 << 2)
49 #define BRA_SMB_CMD_BLOCK (5 << 2)
50 #define BRA_SMB_CMD_I2CREAD (6 << 2)
51 #define BRA_SMB_CMD_BLOCK_PROCESS (7 << 2)
55 #define HCNT (BRA_SMB_BASE_ADDR + 2)
87 #define SECOCEC_READ_DATA_12 0x32
133 #define SECOCEC_STATUS_MSG_RECEIVED_MASK BIT(0)
134 #define SECOCEC_STATUS_RX_ERROR_MASK BIT(1)
135 #define SECOCEC_STATUS_MSG_SENT_MASK BIT(2)
136 #define SECOCEC_STATUS_TX_ERROR_MASK BIT(3)
138 #define SECOCEC_STATUS_TX_NACK_ERROR BIT(4)
139 #define SECOCEC_STATUS_RX_OVERFLOW_MASK BIT(5)