Lines Matching refs:HAL_MIU_Write2Byte
677 MS_BOOL HAL_MIU_Write2Byte(MS_U32 u32RegAddr, MS_U16 u16Val) in HAL_MIU_Write2Byte() function
707 HAL_MIU_Write2Byte(u32RegAddr, u32Val & 0x0000FFFF); in HAL_MIU_Write4Byte()
708 HAL_MIU_Write2Byte(u32RegAddr+2, u32Val >> 16); in HAL_MIU_Write4Byte()
741 HAL_MIU_Write2Byte(u32RegOffset, val); in HAL_MIU_Write2BytesBit()
824 HAL_MIU_Write2Byte(u32RegAddrIDenable, u16idenable); in HAL_MIU_SetGroupID()
854 HAL_MIU_Write2Byte(u32RegAddrIDenable, u16idenable); in HAL_MIU_ResetGroupID()
1360 HAL_MIU_Write2Byte(u32RegAddrMSB, u16Data1); in HAL_MIU_Protect()
1364 HAL_MIU_Write2Byte(u32RegAddrStar , u16Data); in HAL_MIU_Protect()
1368 HAL_MIU_Write2Byte(u32RegAddrStar + 2, u16Data); in HAL_MIU_Protect()
1561 HAL_MIU_Write2Byte(uRegBase+MIU_DDFSPAN,u16DDFSpan); in HAL_MIU_SetSsc()
1567 …HAL_MIU_Write2Byte(uRegBase+MIU_DDFSTEP,(HAL_MIU_Read2Byte(uRegBase+MIU_DDFSTEP) & (~0x03FF))|uDDF… in HAL_MIU_SetSsc()
2098 HAL_MIU_Write2Byte(u32RegAddr, 0x0050); in HAL_MIU_SetLoadingRequest()
2099 HAL_MIU_Write2Byte(u32RegAddr, 0x0051); in HAL_MIU_SetLoadingRequest()