hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/net/wireless/rsi/rsi_sdio.h
....@@ -28,9 +28,6 @@
2828 #include <linux/mmc/sdio_ids.h>
2929 #include "rsi_main.h"
3030
31
-#define RSI_SDIO_VID_9113 0x041B
32
-#define RSI_SDIO_PID_9113 0x9330
33
-
3431 enum sdio_interrupt_type {
3532 BUFFER_FULL = 0x0,
3633 BUFFER_AVAILABLE = 0x2,
....@@ -91,7 +88,7 @@
9188 #define TA_SOFT_RST_SET BIT(0)
9289 #define TA_PC_ZERO 0
9390 #define TA_HOLD_THREAD_VALUE 0xF
94
-#define TA_RELEASE_THREAD_VALUE cpu_to_le32(0xF)
91
+#define TA_RELEASE_THREAD_VALUE 0xF
9592 #define TA_BASE_ADDR 0x2200
9693 #define MISC_CFG_BASE_ADDR 0x4105
9794