Lines Matching +full:0 +full:x1200
21 #define QCA7K_SPI_WRITE (0 << 15)
23 #define QCA7K_SPI_EXTERNAL (0 << 14)
27 #define QCASPI_HW_BUF_LEN 0xC5B
30 #define SPI_REG_BFR_SIZE 0x0100
31 #define SPI_REG_WRBUF_SPC_AVA 0x0200
32 #define SPI_REG_RDBUF_BYTE_AVA 0x0300
33 #define SPI_REG_SPI_CONFIG 0x0400
34 #define SPI_REG_SPI_STATUS 0x0500
35 #define SPI_REG_INTR_CAUSE 0x0C00
36 #define SPI_REG_INTR_ENABLE 0x0D00
37 #define SPI_REG_RDBUF_WATERMARK 0x1200
38 #define SPI_REG_WRBUF_WATERMARK 0x1300
39 #define SPI_REG_SIGNATURE 0x1A00
40 #define SPI_REG_ACTION_CTRL 0x1B00
51 #define SPI_INT_PKT_AVLBL BIT(0)