Lines Matching +full:0 +full:x1300
35 #define QCA7K_SPI_WRITE (0 << 15)
37 #define QCA7K_SPI_EXTERNAL (0 << 14)
41 #define QCASPI_HW_BUF_LEN 0xC5B
44 #define SPI_REG_BFR_SIZE 0x0100
45 #define SPI_REG_WRBUF_SPC_AVA 0x0200
46 #define SPI_REG_RDBUF_BYTE_AVA 0x0300
47 #define SPI_REG_SPI_CONFIG 0x0400
48 #define SPI_REG_SPI_STATUS 0x0500
49 #define SPI_REG_INTR_CAUSE 0x0C00
50 #define SPI_REG_INTR_ENABLE 0x0D00
51 #define SPI_REG_RDBUF_WATERMARK 0x1200
52 #define SPI_REG_WRBUF_WATERMARK 0x1300
53 #define SPI_REG_SIGNATURE 0x1A00
54 #define SPI_REG_ACTION_CTRL 0x1B00
65 #define SPI_INT_PKT_AVLBL BIT(0)