Searched refs:pu32BaseAddr (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/hal/maldives/mmio/ |
| H A D | halMMIO.c | 274 MS_BOOL HAL_MMIO_GetBase(MS_U32* pu32BaseAddr, MS_U32* pu32BaseSize, MS_U32 u32BankType) in HAL_MMIO_GetBase() argument 278 *pu32BaseAddr = 0; in HAL_MMIO_GetBase() 283 *pu32BaseAddr = HAL_MMIO_PM_BASE; in HAL_MMIO_GetBase() 288 *pu32BaseAddr = HAL_MMIO_NONPM_BASE; in HAL_MMIO_GetBase() 293 *pu32BaseAddr = HAL_MMIO_FLASH_BASE0; in HAL_MMIO_GetBase() 301 *pu32BaseAddr = HAL_MMIO_OTP_BASE; in HAL_MMIO_GetBase() 318 MS_BOOL HAL_MMIO_GetIPBase(MS_U32 *pu32BaseAddr, MS_U16 u16BankType) in HAL_MMIO_GetIPBase() argument 320 *pu32BaseAddr = 0; in HAL_MMIO_GetIPBase() 331 *pu32BaseAddr =_u32NonPM_Bank + 0x00005200; // 0xBF220C00, 0xBF220C80 in HAL_MMIO_GetIPBase()
|
| H A D | halMMIO.h | 105 MS_BOOL HAL_MMIO_GetBase(MS_U32* pu32BaseAddr, MS_U32* pu32BaseSize, MS_U32 u32BankType); 106 MS_BOOL HAL_MMIO_GetIPBase(MS_U32 *pu32BaseAddr, MS_U16 u16BankType);
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/mustang/mmio/ |
| H A D | halMMIO.c | 274 MS_BOOL HAL_MMIO_GetBase(MS_U32* pu32BaseAddr, MS_U32* pu32BaseSize, MS_U32 u32BankType) in HAL_MMIO_GetBase() argument 278 *pu32BaseAddr = 0; in HAL_MMIO_GetBase() 283 *pu32BaseAddr = HAL_MMIO_PM_BASE; in HAL_MMIO_GetBase() 288 *pu32BaseAddr = HAL_MMIO_NONPM_BASE; in HAL_MMIO_GetBase() 293 *pu32BaseAddr = HAL_MMIO_FLASH_BASE0; in HAL_MMIO_GetBase() 301 *pu32BaseAddr = HAL_MMIO_OTP_BASE; in HAL_MMIO_GetBase() 318 MS_BOOL HAL_MMIO_GetIPBase(MS_U32 *pu32BaseAddr, MS_U16 u16BankType) in HAL_MMIO_GetIPBase() argument 320 *pu32BaseAddr = 0; in HAL_MMIO_GetIPBase() 331 *pu32BaseAddr =_u32NonPM_Bank + 0x00005200; // 0xBF220C00, 0xBF220C80 in HAL_MMIO_GetIPBase()
|
| H A D | halMMIO.h | 105 MS_BOOL HAL_MMIO_GetBase(MS_U32* pu32BaseAddr, MS_U32* pu32BaseSize, MS_U32 u32BankType); 106 MS_BOOL HAL_MMIO_GetIPBase(MS_U32 *pu32BaseAddr, MS_U16 u16BankType);
|