|
Linux Kernel
3.7.1
|
#include "csr_wifi_hip_chiphelper.h"Go to the source code of this file.
Data Structures | |
| struct | val_array_t |
| struct | data_array_t |
| struct | reset_prog_t |
| struct | chip_map_address_t |
| struct | map_array_t |
| struct | chip_device_regs_per_transport_t |
| struct | chip_device_regs_t |
| struct | window_shift_info_t |
| struct | window_info_t |
| struct | chip_version_t |
| struct | chip_device_desc_t |
Macros | |
| #define | UNIFI_SH_DMEM 0x01 /* Shared Data Memory */ |
| #define | UNIFI_EXT_FLASH 0x02 /* External FLASH */ |
| #define | UNIFI_EXT_SRAM 0x03 /* External SRAM */ |
| #define | UNIFI_REGISTERS 0x04 /* Registers */ |
| #define | UNIFI_PHY_DMEM 0x10 /* PHY Data Memory */ |
| #define | UNIFI_PHY_PMEM 0x11 /* PHY Program Memory */ |
| #define | UNIFI_PHY_ROM 0x12 /* PHY ROM */ |
| #define | UNIFI_MAC_DMEM 0x20 /* MAC Data Memory */ |
| #define | UNIFI_MAC_PMEM 0x21 /* MAC Program Memory */ |
| #define | UNIFI_MAC_ROM 0x22 /* MAC ROM */ |
| #define | UNIFI_BT_DMEM 0x30 /* BT Data Memory */ |
| #define | UNIFI_BT_PMEM 0x31 /* BT Program Memory */ |
| #define | UNIFI_BT_ROM 0x32 /* BT ROM */ |
| #define | MAKE_GP(R, O) (((UNIFI_ ## R) << 24) | (O)) |
| #define | GP_OFFSET(GP) ((GP) & 0xFFFFFF) |
| #define | GP_SPACE(GP) (((GP) >> 24) & 0xFF) |
Definition at line 39 of file csr_wifi_hip_chiphelper_private.h.
Definition at line 40 of file csr_wifi_hip_chiphelper_private.h.
Definition at line 38 of file csr_wifi_hip_chiphelper_private.h.
| #define UNIFI_BT_DMEM 0x30 /* BT Data Memory */ |
Definition at line 34 of file csr_wifi_hip_chiphelper_private.h.
| #define UNIFI_BT_PMEM 0x31 /* BT Program Memory */ |
Definition at line 35 of file csr_wifi_hip_chiphelper_private.h.
| #define UNIFI_BT_ROM 0x32 /* BT ROM */ |
Definition at line 36 of file csr_wifi_hip_chiphelper_private.h.
| #define UNIFI_EXT_FLASH 0x02 /* External FLASH */ |
Definition at line 25 of file csr_wifi_hip_chiphelper_private.h.
| #define UNIFI_EXT_SRAM 0x03 /* External SRAM */ |
Definition at line 26 of file csr_wifi_hip_chiphelper_private.h.
| #define UNIFI_MAC_DMEM 0x20 /* MAC Data Memory */ |
Definition at line 31 of file csr_wifi_hip_chiphelper_private.h.
| #define UNIFI_MAC_PMEM 0x21 /* MAC Program Memory */ |
Definition at line 32 of file csr_wifi_hip_chiphelper_private.h.
| #define UNIFI_MAC_ROM 0x22 /* MAC ROM */ |
Definition at line 33 of file csr_wifi_hip_chiphelper_private.h.
| #define UNIFI_PHY_DMEM 0x10 /* PHY Data Memory */ |
Definition at line 28 of file csr_wifi_hip_chiphelper_private.h.
| #define UNIFI_PHY_PMEM 0x11 /* PHY Program Memory */ |
Definition at line 29 of file csr_wifi_hip_chiphelper_private.h.
| #define UNIFI_PHY_ROM 0x12 /* PHY ROM */ |
Definition at line 30 of file csr_wifi_hip_chiphelper_private.h.
| #define UNIFI_REGISTERS 0x04 /* Registers */ |
Definition at line 27 of file csr_wifi_hip_chiphelper_private.h.
| #define UNIFI_SH_DMEM 0x01 /* Shared Data Memory */ |
Definition at line 24 of file csr_wifi_hip_chiphelper_private.h.
1.8.2