Searched refs:ADR_BRG_SW_RST (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/ |
| H A D | ssv6200_reg.h | 115 #define ADR_BRG_SW_RST (SYS_REG_BASE+0x00000000) macro 1267 #define GET_MCU_ENABLE (((REG32(ADR_BRG_SW_RST)) & 0x00000001 ) >> 0) 1268 #define GET_MAC_SW_RST (((REG32(ADR_BRG_SW_RST)) & 0x00000002 ) >> 1) 1269 #define GET_MCU_SW_RST (((REG32(ADR_BRG_SW_RST)) & 0x00000004 ) >> 2) 1270 #define GET_SDIO_SW_RST (((REG32(ADR_BRG_SW_RST)) & 0x00000008 ) >> 3) 1271 #define GET_SPI_SLV_SW_RST (((REG32(ADR_BRG_SW_RST)) & 0x00000010 ) >> 4) 1272 #define GET_UART_SW_RST (((REG32(ADR_BRG_SW_RST)) & 0x00000020 ) >> 5) 1273 #define GET_DMA_SW_RST (((REG32(ADR_BRG_SW_RST)) & 0x00000040 ) >> 6) 1274 #define GET_WDT_SW_RST (((REG32(ADR_BRG_SW_RST)) & 0x00000080 ) >> 7) 1275 #define GET_I2C_SLV_SW_RST (((REG32(ADR_BRG_SW_RST)) & 0x00000100 ) >> 8) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hwif/sdio/ |
| H A D | sdio.c | 344 if(ssv6xxx_sdio_write_reg(child, ADR_BRG_SW_RST, 0x0)); in ssv6xxx_sdio_load_firmware_openfile() 419 if(ssv6xxx_sdio_write_reg(child, ADR_BRG_SW_RST, 0x1)); in ssv6xxx_sdio_load_firmware_openfile() 542 if(ssv6xxx_sdio_write_reg(child, ADR_BRG_SW_RST, 0x0)); in ssv6xxx_sdio_load_firmware_request() 589 if(ssv6xxx_sdio_write_reg(child, ADR_BRG_SW_RST, 0x1)); in ssv6xxx_sdio_load_firmware_request()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | init.c | 838 SMAC_REG_WRITE(sh, ADR_BRG_SW_RST, 1 << MAC_SW_RST_SFT); in ssv6xxx_init_mac() 841 SMAC_REG_READ(sh, ADR_BRG_SW_RST, & regval); in ssv6xxx_init_mac()
|