Home
last modified time | relevance | path

Searched refs:Chip (Results 1 – 25 of 34) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/sys/hal/curry/sys/
H A DhalSYS.c216 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
217 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
218 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
219 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
220 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
234 return sysInfo.Chip.Revision; in SYS_GetChipRev()
240 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/maldives/sys/
H A DhalSYS.c195 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
196 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
197 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
198 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
199 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
218 return sysInfo.Chip.Revision; in SYS_GetChipRev()
223 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/mustang/sys/
H A DhalSYS.c195 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
196 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
197 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
198 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
199 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
218 return sysInfo.Chip.Revision; in SYS_GetChipRev()
223 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/mooney/sys/
H A DhalSYS.c205 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
206 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
207 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
208 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
209 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
240 return sysInfo.Chip.Revision; in SYS_GetChipRev()
245 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/messi/sys/
H A DhalSYS.c203 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
204 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
205 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
206 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
207 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
238 return sysInfo.Chip.Revision; in SYS_GetChipRev()
243 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/mainz/sys/
H A DhalSYS.c203 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
204 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
205 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
206 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
207 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
238 return sysInfo.Chip.Revision; in SYS_GetChipRev()
243 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/kano/sys/
H A DhalSYS.c212 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
213 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
214 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
215 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
216 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
233 return sysInfo.Chip.Revision; in SYS_GetChipRev()
238 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/k6/sys/
H A DhalSYS.c212 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
213 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
214 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
215 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
216 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
233 return sysInfo.Chip.Revision; in SYS_GetChipRev()
238 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/k7u/sys/
H A DhalSYS.c212 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
213 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
214 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
215 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
216 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
233 return sysInfo.Chip.Revision; in SYS_GetChipRev()
238 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/k6lite/sys/
H A DhalSYS.c212 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
213 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
214 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
215 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
216 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
233 return sysInfo.Chip.Revision; in SYS_GetChipRev()
238 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/manhattan/sys/
H A DhalSYS.c258 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
259 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
260 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
261 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
262 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
294 return sysInfo.Chip.Revision; in SYS_GetChipRev()
299 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/macan/sys_closeSRC/
H A DhalSYS.c215 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
216 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
217 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
218 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
219 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
251 return sysInfo.Chip.Revision; in SYS_GetChipRev()
256 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/maxim/sys/
H A DhalSYS.c258 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
259 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
260 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
261 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
262 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
294 return sysInfo.Chip.Revision; in SYS_GetChipRev()
299 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/M7621/sys/
H A DhalSYS.c258 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
259 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
260 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
261 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
262 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
294 return sysInfo.Chip.Revision; in SYS_GetChipRev()
299 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/M7821/sys/
H A DhalSYS.c258 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
259 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
260 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
261 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
262 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
294 return sysInfo.Chip.Revision; in SYS_GetChipRev()
299 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/sys/hal/maserati/sys/
H A DhalSYS.c258 sysInfo.Chip.DeviceId = HAL_SYS_Read2Byte(0x001E00); in SYS_Init()
259 sysInfo.Chip.Version = (HAL_SYS_Read2Byte(0x001E02) & CHIP_VERSION_MASK) >> CHIP_VERSION_SHFT; in SYS_Init()
260 … sysInfo.Chip.Revision = (HAL_SYS_Read2Byte(0x001E02) & CHIP_REVISION_MASK) >> CHIP_REVISION_SHFT; in SYS_Init()
261 sysInfo.Chip.MIU1Base = HAL_MIU1_BASE; in SYS_Init()
262 sysInfo.Chip.MIU1BusBase = HAL_MIU1_BUS_BASE; in SYS_Init()
294 return sysInfo.Chip.Revision; in SYS_GetChipRev()
299 return sysInfo.Chip.DeviceId; in SYS_GetChipID()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maldives/hvd_v3/
H A DhalHVD_EX.c529 if(sysInfo->Chip.Version == VER_MALDIVES) in _HVD_EX_Context_Init_HAL()
2128 if(sysInfo->Chip.Version == VER_MUNICH) in _HVD_EX_SetRegCPU()
2139 if(sysInfo->Chip.Version == VER_MUNICH) in _HVD_EX_SetRegCPU()
3748 if(sysInfo->Chip.Version == VER_MALDIVES) in HAL_HVD_EX_PowerCtrl()
3754 if(sysInfo->Chip.Version == VER_MALDIVES) in HAL_HVD_EX_PowerCtrl()
3766 if(sysInfo->Chip.Version == VER_MALDIVES) in HAL_HVD_EX_PowerCtrl()
3781 if(sysInfo->Chip.Version == VER_MALDIVES) in HAL_HVD_EX_PowerCtrl()
3788 if(sysInfo->Chip.Version == VER_MALDIVES) in HAL_HVD_EX_PowerCtrl()
3795 if(sysInfo->Chip.Version == VER_MALDIVES) in HAL_HVD_EX_PowerCtrl()
3802 if(sysInfo->Chip.Version == VER_MALDIVES) in HAL_HVD_EX_PowerCtrl()
[all …]
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvSYS.h246 } Chip; ///< Chip information member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvSYS.h250 } Chip; ///< Chip information member
/utopia/UTPA2-700.0.x/projects/project/mclaren_android/
H A Dconfig37 # Chip: M7821
/utopia/UTPA2-700.0.x/projects/project/maserati_android/
H A Dconfig37 # Chip: maserati
/utopia/UTPA2-700.0.x/projects/project/kano_android/
H A Dconfig37 # Chip: manhattan
/utopia/UTPA2-700.0.x/projects/project/M7621_android/
H A Dconfig37 # Chip: maxim
/utopia/UTPA2-700.0.x/projects/project/marcus_android/
H A Dconfig37 # Chip: marcus
/utopia/UTPA2-700.0.x/projects/project/maxim_android/
H A Dconfig37 # Chip: maxim

12