Home
last modified time | relevance | path

Searched refs:HAL_SYS_Read2Byte (Results 1 – 17 of 17) sorted by relevance

/utopia/UTPA2-700.0.x/modules/sys/hal/mustang/sys/
H A DhalSYS.c153 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
184 printf("Address is 0x%x%x\n", HAL_SYS_Read2Byte(0x100113), HAL_SYS_Read2Byte(0x100112)); in XIU_TimeOutINTHandler()
185 printf("Address is 0x%x%x\n", HAL_SYS_Read2Byte(0x101276), HAL_SYS_Read2Byte(0x101274)); in XIU_TimeOutINTHandler()
195 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()
212 HAL_SYS_Write2Byte(0x11280e, (HAL_SYS_Read2Byte(0x11280e) | (BIT4))); in SYS_Init()
249 wReadRegisterData = HAL_SYS_Read2Byte(0x101e38); in HAL_SYS_RFAGC_Tristate()
259 HAL_SYS_Write2Byte(0x11286c, (HAL_SYS_Read2Byte(0x11286c) | (BIT0))); in HAL_SYS_RFAGC_Tristate()
263 HAL_SYS_Write2Byte(0x11286c, (HAL_SYS_Read2Byte(0x11286c) & ~(BIT0))); in HAL_SYS_RFAGC_Tristate()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/maserati/sys/
H A DhalSYS.c186 static MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr);
216 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
247 ULOGD(TAG_SYS, "Address is 0x%x%x\n",HAL_SYS_Read2Byte(0x100113),HAL_SYS_Read2Byte(0x100112)); in XIU_TimeOutINTHandler()
248 ULOGD(TAG_SYS, "Address is 0x%x%x\n",HAL_SYS_Read2Byte(0x101276),HAL_SYS_Read2Byte(0x101274)); in XIU_TimeOutINTHandler()
258 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()
279 HAL_SYS_Write2Byte(0x11280E, (HAL_SYS_Read2Byte(0x11280E) | (BIT4))); in SYS_Init()
325 wReadRegisterData = HAL_SYS_Read2Byte(0x101E38); in HAL_SYS_RFAGC_Tristate()
335 HAL_SYS_Write2Byte(0x11286C, (HAL_SYS_Read2Byte(0x11286C) & ~(BIT0))); in HAL_SYS_RFAGC_Tristate()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/maldives/sys/
H A DhalSYS.c153 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
184 printf("Address is 0x%x%x\n", HAL_SYS_Read2Byte(0x100113), HAL_SYS_Read2Byte(0x100112)); in XIU_TimeOutINTHandler()
185 printf("Address is 0x%x%x\n", HAL_SYS_Read2Byte(0x101276), HAL_SYS_Read2Byte(0x101274)); in XIU_TimeOutINTHandler()
195 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()
212 HAL_SYS_Write2Byte(0x11280e, (HAL_SYS_Read2Byte(0x11280e) | (BIT4))); in SYS_Init()
249 wReadRegisterData = HAL_SYS_Read2Byte(0x101e38); in HAL_SYS_RFAGC_Tristate()
259 HAL_SYS_Write2Byte(0x11286c, (HAL_SYS_Read2Byte(0x11286c) | (BIT0))); in HAL_SYS_RFAGC_Tristate()
263 HAL_SYS_Write2Byte(0x11286c, (HAL_SYS_Read2Byte(0x11286c) & ~(BIT0))); in HAL_SYS_RFAGC_Tristate()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/manhattan/sys/
H A DhalSYS.c186 static MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr);
216 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
247 ULOGD(TAG_SYS, "Address is 0x%x%x\n",HAL_SYS_Read2Byte(0x100113),HAL_SYS_Read2Byte(0x100112)); in XIU_TimeOutINTHandler()
248 ULOGD(TAG_SYS, "Address is 0x%x%x\n",HAL_SYS_Read2Byte(0x101276),HAL_SYS_Read2Byte(0x101274)); in XIU_TimeOutINTHandler()
258 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()
279 HAL_SYS_Write2Byte(0x11280E, (HAL_SYS_Read2Byte(0x11280E) | (BIT4))); in SYS_Init()
325 wReadRegisterData = HAL_SYS_Read2Byte(0x101E38); in HAL_SYS_RFAGC_Tristate()
335 HAL_SYS_Write2Byte(0x11286C, (HAL_SYS_Read2Byte(0x11286C) & ~(BIT0))); in HAL_SYS_RFAGC_Tristate()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/M7821/sys/
H A DhalSYS.c186 static MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr);
216 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
247 ULOGD(TAG_SYS, "Address is 0x%x%x\n",HAL_SYS_Read2Byte(0x100113),HAL_SYS_Read2Byte(0x100112)); in XIU_TimeOutINTHandler()
248 ULOGD(TAG_SYS, "Address is 0x%x%x\n",HAL_SYS_Read2Byte(0x101276),HAL_SYS_Read2Byte(0x101274)); in XIU_TimeOutINTHandler()
258 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()
279 HAL_SYS_Write2Byte(0x11280E, (HAL_SYS_Read2Byte(0x11280E) | (BIT4))); in SYS_Init()
325 wReadRegisterData = HAL_SYS_Read2Byte(0x101E38); in HAL_SYS_RFAGC_Tristate()
335 HAL_SYS_Write2Byte(0x11286C, (HAL_SYS_Read2Byte(0x11286C) & ~(BIT0))); in HAL_SYS_RFAGC_Tristate()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/macan/sys_closeSRC/
H A DhalSYS.c173 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
204 printf("Address is 0x%x%x\n",HAL_SYS_Read2Byte(0x100113),HAL_SYS_Read2Byte(0x100112)); in XIU_TimeOutINTHandler()
205 printf("Address is 0x%x%x\n",HAL_SYS_Read2Byte(0x101276),HAL_SYS_Read2Byte(0x101274)); in XIU_TimeOutINTHandler()
215 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()
236 HAL_SYS_Write2Byte(0x11280E, (HAL_SYS_Read2Byte(0x11280E) | (BIT4))); in SYS_Init()
282 wReadRegisterData = HAL_SYS_Read2Byte(0x101E38); in HAL_SYS_RFAGC_Tristate()
292 HAL_SYS_Write2Byte(0x11286C, (HAL_SYS_Read2Byte(0x11286C) & ~(BIT0))); in HAL_SYS_RFAGC_Tristate()
296 HAL_SYS_Write2Byte(0x11286C, (HAL_SYS_Read2Byte(0x11286C) | (BIT0))); in HAL_SYS_RFAGC_Tristate()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/maxim/sys/
H A DhalSYS.c186 static MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr);
216 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
247 ULOGD(TAG_SYS, "Address is 0x%x%x\n",HAL_SYS_Read2Byte(0x100113),HAL_SYS_Read2Byte(0x100112)); in XIU_TimeOutINTHandler()
248 ULOGD(TAG_SYS, "Address is 0x%x%x\n",HAL_SYS_Read2Byte(0x101276),HAL_SYS_Read2Byte(0x101274)); in XIU_TimeOutINTHandler()
258 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()
279 HAL_SYS_Write2Byte(0x11280E, (HAL_SYS_Read2Byte(0x11280E) | (BIT4))); in SYS_Init()
325 wReadRegisterData = HAL_SYS_Read2Byte(0x101E38); in HAL_SYS_RFAGC_Tristate()
335 HAL_SYS_Write2Byte(0x11286C, (HAL_SYS_Read2Byte(0x11286C) & ~(BIT0))); in HAL_SYS_RFAGC_Tristate()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/M7621/sys/
H A DhalSYS.c186 static MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr);
216 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
247 ULOGD(TAG_SYS, "Address is 0x%x%x\n",HAL_SYS_Read2Byte(0x100113),HAL_SYS_Read2Byte(0x100112)); in XIU_TimeOutINTHandler()
248 ULOGD(TAG_SYS, "Address is 0x%x%x\n",HAL_SYS_Read2Byte(0x101276),HAL_SYS_Read2Byte(0x101274)); in XIU_TimeOutINTHandler()
258 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()
279 HAL_SYS_Write2Byte(0x11280E, (HAL_SYS_Read2Byte(0x11280E) | (BIT4))); in SYS_Init()
325 wReadRegisterData = HAL_SYS_Read2Byte(0x101E38); in HAL_SYS_RFAGC_Tristate()
335 HAL_SYS_Write2Byte(0x11286C, (HAL_SYS_Read2Byte(0x11286C) & ~(BIT0))); in HAL_SYS_RFAGC_Tristate()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/messi/sys/
H A DhalSYS.c161 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
192 ULOGD(TAG_SYS, "Address is 0x%x%x\n", HAL_SYS_Read2Byte(0x100113), HAL_SYS_Read2Byte(0x100112)); in XIU_TimeOutINTHandler()
193 ULOGD(TAG_SYS, "Address is 0x%x%x\n", HAL_SYS_Read2Byte(0x101276), HAL_SYS_Read2Byte(0x101274)); in XIU_TimeOutINTHandler()
203 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()
222 HAL_SYS_Write2Byte(0x11280e, (HAL_SYS_Read2Byte(0x11280e) | (BIT4))); in SYS_Init()
269 wReadRegisterData = HAL_SYS_Read2Byte(0x101E38); in HAL_SYS_RFAGC_Tristate()
279 HAL_SYS_Write2Byte(0x11286C, (HAL_SYS_Read2Byte(0x11286C) | (BIT0))); in HAL_SYS_RFAGC_Tristate()
283 HAL_SYS_Write2Byte(0x11286C, (HAL_SYS_Read2Byte(0x11286C) & ~(BIT0))); in HAL_SYS_RFAGC_Tristate()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/mooney/sys/
H A DhalSYS.c163 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
194 printf("Address is 0x%x%x\n", HAL_SYS_Read2Byte(0x100113), HAL_SYS_Read2Byte(0x100112)); in XIU_TimeOutINTHandler()
195 printf("Address is 0x%x%x\n", HAL_SYS_Read2Byte(0x101276), HAL_SYS_Read2Byte(0x101274)); in XIU_TimeOutINTHandler()
205 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()
224 HAL_SYS_Write2Byte(0x11280e, (HAL_SYS_Read2Byte(0x11280e) | (BIT4))); in SYS_Init()
271 wReadRegisterData = HAL_SYS_Read2Byte(0x101E38); in HAL_SYS_RFAGC_Tristate()
281 HAL_SYS_Write2Byte(0x11286C, (HAL_SYS_Read2Byte(0x11286C) | (BIT0))); in HAL_SYS_RFAGC_Tristate()
285 HAL_SYS_Write2Byte(0x11286C, (HAL_SYS_Read2Byte(0x11286C) & ~(BIT0))); in HAL_SYS_RFAGC_Tristate()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/mainz/sys/
H A DhalSYS.c161 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
192 ULOGD(TAG_SYS, "Address is 0x%x%x\n", HAL_SYS_Read2Byte(0x100113), HAL_SYS_Read2Byte(0x100112)); in XIU_TimeOutINTHandler()
193 ULOGD(TAG_SYS, "Address is 0x%x%x\n", HAL_SYS_Read2Byte(0x101276), HAL_SYS_Read2Byte(0x101274)); in XIU_TimeOutINTHandler()
203 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()
222 HAL_SYS_Write2Byte(0x11280e, (HAL_SYS_Read2Byte(0x11280e) | (BIT4))); in SYS_Init()
269 wReadRegisterData = HAL_SYS_Read2Byte(0x101E38); in HAL_SYS_RFAGC_Tristate()
279 HAL_SYS_Write2Byte(0x11286C, (HAL_SYS_Read2Byte(0x11286C) | (BIT0))); in HAL_SYS_RFAGC_Tristate()
283 HAL_SYS_Write2Byte(0x11286C, (HAL_SYS_Read2Byte(0x11286C) & ~(BIT0))); in HAL_SYS_RFAGC_Tristate()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/k6/sys/
H A DhalSYS.c174 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
212 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()
299 …u16data = HAL_SYS_Read2Byte(REG_TS_MODE_OFFSET) & (~(REG_TS0_MODE_MASK <<REG_TS0_MODE_SHIFT));// … in HAL_SYS_SetPadMux()
308 …u16data = HAL_SYS_Read2Byte(REG_TS0_3_WIRE_EN_OFFSET) & (~(REG_TS0_VLD_DRV|REG_TS0_SYNC_DRV|REG_TS… in HAL_SYS_SetPadMux()
313 …u16data = HAL_SYS_Read2Byte(REG_TS0_3_WIRE_EN_OFFSET) | (REG_TS0_VLD_DRV|REG_TS0_SYNC_DRV|REG_TS0_… in HAL_SYS_SetPadMux()
320 …u16data = HAL_SYS_Read2Byte(REG_I2CCM_MODE_OFFSET) & (~(REG_FUART_MODE_MASK<<REG_FUART_MODE_SHIFT)… in HAL_SYS_SetPadMux()
323 …u16data = HAL_SYS_Read2Byte(REG_MCU_JTAG_MODE_OFFSET) & (~(REG_MSPI1_MODE1_MASK<<REG_MSPI1_MODE1_S… in HAL_SYS_SetPadMux()
334 … u16data = HAL_SYS_Read2Byte(REG_TS_MODE_OFFSET) & (~(REG_TS1_MODE_MASK <<REG_TS1_MODE_SHIFT)); in HAL_SYS_SetPadMux()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/k7u/sys/
H A DhalSYS.c174 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
212 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()
299 …u16data = HAL_SYS_Read2Byte(REG_TS_MODE_OFFSET) & (~(REG_TS0_MODE_MASK <<REG_TS0_MODE_SHIFT));// … in HAL_SYS_SetPadMux()
308 …u16data = HAL_SYS_Read2Byte(REG_TS0_3_WIRE_EN_OFFSET) & (~(REG_TS0_VLD_DRV|REG_TS0_SYNC_DRV|REG_TS… in HAL_SYS_SetPadMux()
313 …u16data = HAL_SYS_Read2Byte(REG_TS0_3_WIRE_EN_OFFSET) | (REG_TS0_VLD_DRV|REG_TS0_SYNC_DRV|REG_TS0_… in HAL_SYS_SetPadMux()
320 …u16data = HAL_SYS_Read2Byte(REG_I2CCM_MODE_OFFSET) & (~(REG_FUART_MODE_MASK<<REG_FUART_MODE_SHIFT)… in HAL_SYS_SetPadMux()
323 …u16data = HAL_SYS_Read2Byte(REG_MCU_JTAG_MODE_OFFSET) & (~(REG_MSPI1_MODE1_MASK<<REG_MSPI1_MODE1_S… in HAL_SYS_SetPadMux()
334 … u16data = HAL_SYS_Read2Byte(REG_TS_MODE_OFFSET) & (~(REG_TS1_MODE_MASK <<REG_TS1_MODE_SHIFT)); in HAL_SYS_SetPadMux()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/kano/sys/
H A DhalSYS.c174 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
212 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()
299 …u16data = HAL_SYS_Read2Byte(REG_TS_MODE_OFFSET) & (~(REG_TS0_MODE_MASK <<REG_TS0_MODE_SHIFT));// … in HAL_SYS_SetPadMux()
308 …u16data = HAL_SYS_Read2Byte(REG_TS0_3_WIRE_EN_OFFSET) & (~(REG_TS0_VLD_DRV|REG_TS0_SYNC_DRV|REG_TS… in HAL_SYS_SetPadMux()
313 …u16data = HAL_SYS_Read2Byte(REG_TS0_3_WIRE_EN_OFFSET) | (REG_TS0_VLD_DRV|REG_TS0_SYNC_DRV|REG_TS0_… in HAL_SYS_SetPadMux()
320 …u16data = HAL_SYS_Read2Byte(REG_I2CCM_MODE_OFFSET) & (~(REG_FUART_MODE_MASK<<REG_FUART_MODE_SHIFT)… in HAL_SYS_SetPadMux()
323 …u16data = HAL_SYS_Read2Byte(REG_TS_MODE_OFFSET) & (~(REG_MSPI1_MODE1_MASK<<REG_MSPI1_MODE1_SHIFT)); in HAL_SYS_SetPadMux()
334 … u16data = HAL_SYS_Read2Byte(REG_TS_MODE_OFFSET) & (~(REG_TS1_MODE_MASK <<REG_TS1_MODE_SHIFT)); in HAL_SYS_SetPadMux()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/k6lite/sys/
H A DhalSYS.c174 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
212 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()
299 …u16data = HAL_SYS_Read2Byte(REG_TS_MODE_OFFSET) & (~(REG_TS0_MODE_MASK <<REG_TS0_MODE_SHIFT));// … in HAL_SYS_SetPadMux()
308 …u16data = HAL_SYS_Read2Byte(REG_TS0_3_WIRE_EN_OFFSET) & (~(REG_TS0_VLD_DRV|REG_TS0_SYNC_DRV|REG_TS… in HAL_SYS_SetPadMux()
313 …u16data = HAL_SYS_Read2Byte(REG_TS0_3_WIRE_EN_OFFSET) | (REG_TS0_VLD_DRV|REG_TS0_SYNC_DRV|REG_TS0_… in HAL_SYS_SetPadMux()
328 … u16data = HAL_SYS_Read2Byte(REG_TS_MODE_OFFSET) & (~(REG_TS1_MODE_MASK <<REG_TS1_MODE_SHIFT)); in HAL_SYS_SetPadMux()
329 …u16data2 = HAL_SYS_Read2Byte(REG_PWM0_MODE_OFFSET) & (~(REG_TS_OUT_MODE_MASK <<REG_TS_OUT_MODE_SHI… in HAL_SYS_SetPadMux()
350 …u16data = HAL_SYS_Read2Byte(REG_TS0_3_WIRE_EN_OFFSET) & (~(REG_TS1_VLD_DRV|REG_TS1_SYNC_DRV|REG_TS… in HAL_SYS_SetPadMux()
[all …]
/utopia/UTPA2-700.0.x/modules/sys/hal/curry/sys/
H A DhalSYS.c176 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr) in HAL_SYS_Read2Byte() function
216 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()
597 HAL_SYS_Write2Byte(0x100B56, HAL_SYS_Read2Byte(0x100B56) | 0x1); in HAL_SYS_SetTSClockPhase()
602 HAL_SYS_Write2Byte(0x100B58, HAL_SYS_Read2Byte(0x100B58) | 0x1); in HAL_SYS_SetTSClockPhase()
1152 return HAL_SYS_Read2Byte(0x100504); in SysDvfsGetCurrentTemperature()
H A DhalSYS.h160 MS_U16 HAL_SYS_Read2Byte(MS_U32 u32RegAddr);