Home
last modified time | relevance | path

Searched refs:g_stPortCfg (Results 1 – 15 of 15) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hwi2c/hal/maxim/hwi2c/
H A DhalHWI2C.c151 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
817 …u,g_stPortCfg[u8Port].u32PAlen=%lu,u8Port=%d,",g_u32DmaPhyAddr[u8Port],g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_SetMiuData()
818 pMiuData = ioremap_nocache(u32PhyAddr, g_stPortCfg[u8Port].u32PAlen); in HAL_HWI2C_DMA_SetMiuData()
819 …: 0x%08x, viraddr: 0x%p, size : %d\n", __func__, u32PhyAddr, pMiuData, g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_SetMiuData()
875 …u,g_stPortCfg[u8Port].u32PAlen=%lu,u8Port=%d,",g_u32DmaPhyAddr[u8Port],g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_GetMiuData()
876 pMiuData = ioremap_nocache(u32PhyAddr, g_stPortCfg[u8Port].u32PAlen); in HAL_HWI2C_DMA_GetMiuData()
877 …: 0x%08x, viraddr: 0x%p, size : %d\n", __func__, u32PhyAddr, pMiuData, g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_GetMiuData()
1179 HAL_HWI2C_EnINT(u32PortOffset,!g_stPortCfg[u8Port].bDmaEnable); in HAL_HWI2C_Master_Enable()
1190 bRet = HAL_HWI2C_DMA_Enable(u32PortOffset,g_stPortCfg[u8Port].bDmaEnable); in HAL_HWI2C_Master_Enable()
1899 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
[all …]
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/M7621/hwi2c/
H A DhalHWI2C.c151 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
817 …u,g_stPortCfg[u8Port].u32PAlen=%lu,u8Port=%d,",g_u32DmaPhyAddr[u8Port],g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_SetMiuData()
818 pMiuData = ioremap_nocache(u32PhyAddr, g_stPortCfg[u8Port].u32PAlen); in HAL_HWI2C_DMA_SetMiuData()
819 …: 0x%08x, viraddr: 0x%p, size : %d\n", __func__, u32PhyAddr, pMiuData, g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_SetMiuData()
875 …u,g_stPortCfg[u8Port].u32PAlen=%lu,u8Port=%d,",g_u32DmaPhyAddr[u8Port],g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_GetMiuData()
876 pMiuData = ioremap_nocache(u32PhyAddr, g_stPortCfg[u8Port].u32PAlen); in HAL_HWI2C_DMA_GetMiuData()
877 …: 0x%08x, viraddr: 0x%p, size : %d\n", __func__, u32PhyAddr, pMiuData, g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_GetMiuData()
1179 HAL_HWI2C_EnINT(u32PortOffset,!g_stPortCfg[u8Port].bDmaEnable); in HAL_HWI2C_Master_Enable()
1190 bRet = HAL_HWI2C_DMA_Enable(u32PortOffset,g_stPortCfg[u8Port].bDmaEnable); in HAL_HWI2C_Master_Enable()
1899 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
[all …]
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/manhattan/hwi2c/
H A DhalHWI2C.c151 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
817 …u,g_stPortCfg[u8Port].u32PAlen=%lu,u8Port=%d,",g_u32DmaPhyAddr[u8Port],g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_SetMiuData()
818 pMiuData = ioremap_nocache(u32PhyAddr, g_stPortCfg[u8Port].u32PAlen); in HAL_HWI2C_DMA_SetMiuData()
819 …: 0x%08x, viraddr: 0x%p, size : %d\n", __func__, u32PhyAddr, pMiuData, g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_SetMiuData()
875 …u,g_stPortCfg[u8Port].u32PAlen=%lu,u8Port=%d,",g_u32DmaPhyAddr[u8Port],g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_GetMiuData()
876 pMiuData = ioremap_nocache(u32PhyAddr, g_stPortCfg[u8Port].u32PAlen); in HAL_HWI2C_DMA_GetMiuData()
877 …: 0x%08x, viraddr: 0x%p, size : %d\n", __func__, u32PhyAddr, pMiuData, g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_GetMiuData()
1176 HAL_HWI2C_EnINT(u32PortOffset,!g_stPortCfg[u8Port].bDmaEnable); in HAL_HWI2C_Master_Enable()
1187 bRet = HAL_HWI2C_DMA_Enable(u32PortOffset,g_stPortCfg[u8Port].bDmaEnable); in HAL_HWI2C_Master_Enable()
1896 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
[all …]
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/M7821/hwi2c/
H A DhalHWI2C.c151 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
817 …u,g_stPortCfg[u8Port].u32PAlen=%lu,u8Port=%d,",g_u32DmaPhyAddr[u8Port],g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_SetMiuData()
818 pMiuData = ioremap_nocache(u32PhyAddr, g_stPortCfg[u8Port].u32PAlen); in HAL_HWI2C_DMA_SetMiuData()
819 …: 0x%08x, viraddr: 0x%p, size : %d\n", __func__, u32PhyAddr, pMiuData, g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_SetMiuData()
875 …u,g_stPortCfg[u8Port].u32PAlen=%lu,u8Port=%d,",g_u32DmaPhyAddr[u8Port],g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_GetMiuData()
876 pMiuData = ioremap_nocache(u32PhyAddr, g_stPortCfg[u8Port].u32PAlen); in HAL_HWI2C_DMA_GetMiuData()
877 …: 0x%08x, viraddr: 0x%p, size : %d\n", __func__, u32PhyAddr, pMiuData, g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_GetMiuData()
1179 HAL_HWI2C_EnINT(u32PortOffset,!g_stPortCfg[u8Port].bDmaEnable); in HAL_HWI2C_Master_Enable()
1190 bRet = HAL_HWI2C_DMA_Enable(u32PortOffset,g_stPortCfg[u8Port].bDmaEnable); in HAL_HWI2C_Master_Enable()
1899 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
[all …]
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/maserati/hwi2c/
H A DhalHWI2C.c151 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
817 …u,g_stPortCfg[u8Port].u32PAlen=%lu,u8Port=%d,",g_u32DmaPhyAddr[u8Port],g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_SetMiuData()
818 pMiuData = ioremap_nocache(u32PhyAddr, g_stPortCfg[u8Port].u32PAlen); in HAL_HWI2C_DMA_SetMiuData()
819 …: 0x%08x, viraddr: 0x%p, size : %d\n", __func__, u32PhyAddr, pMiuData, g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_SetMiuData()
875 …u,g_stPortCfg[u8Port].u32PAlen=%lu,u8Port=%d,",g_u32DmaPhyAddr[u8Port],g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_GetMiuData()
876 pMiuData = ioremap_nocache(u32PhyAddr, g_stPortCfg[u8Port].u32PAlen); in HAL_HWI2C_DMA_GetMiuData()
877 …: 0x%08x, viraddr: 0x%p, size : %d\n", __func__, u32PhyAddr, pMiuData, g_stPortCfg[u8Port].u32PAle… in HAL_HWI2C_DMA_GetMiuData()
1179 HAL_HWI2C_EnINT(u32PortOffset,!g_stPortCfg[u8Port].bDmaEnable); in HAL_HWI2C_Master_Enable()
1190 bRet = HAL_HWI2C_DMA_Enable(u32PortOffset,g_stPortCfg[u8Port].bDmaEnable); in HAL_HWI2C_Master_Enable()
1899 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
[all …]
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/maldives/hwi2c/
H A DhalHWI2C.c139 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
1604 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
1706 eReadMode = g_stPortCfg[u8Port].eReadMode; in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/mainz/hwi2c/
H A DhalHWI2C.c142 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
1558 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
1658 eReadMode = g_stPortCfg[u8Port].eReadMode; in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/macan/hwi2c/
H A DhalHWI2C.c140 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
1602 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
1702 eReadMode = g_stPortCfg[u8Port].eReadMode; in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/mustang/hwi2c/
H A DhalHWI2C.c139 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
1604 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
1706 eReadMode = g_stPortCfg[u8Port].eReadMode; in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/messi/hwi2c/
H A DhalHWI2C.c142 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
1604 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
1704 eReadMode = g_stPortCfg[u8Port].eReadMode; in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/mooney/hwi2c/
H A DhalHWI2C.c140 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
1604 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
1704 eReadMode = g_stPortCfg[u8Port].eReadMode; in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/kano/hwi2c/
H A DhalHWI2C.c140 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
1875 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
1983 eReadMode = g_stPortCfg[u8Port].eReadMode; in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/curry/hwi2c/
H A DhalHWI2C.c140 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
1875 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
1983 eReadMode = g_stPortCfg[u8Port].eReadMode; in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/k6/hwi2c/
H A DhalHWI2C.c140 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
1875 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
1983 eReadMode = g_stPortCfg[u8Port].eReadMode; in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/k6lite/hwi2c/
H A DhalHWI2C.c140 static HAL_HWI2C_PortCfg g_stPortCfg[HAL_HWI2C_PORTS]; variable
1875 memcpy(&g_stPortCfg[u8Port], pstPortCfg, sizeof(HAL_HWI2C_PortCfg)); in HAL_HWI2C_DMA_Init()
1983 eReadMode = g_stPortCfg[u8Port].eReadMode; in HAL_HWI2C_DMA_ReadBytes()