| /utopia/UTPA2-700.0.x/modules/pwm/hal/mustang/pwm/ |
| H A D | halPWM.c | 116 #define HAL_PWM_WriteByte(addr, val) WRITE_BYTE((_gMIO_MapBase + REG_PWM_BASE) + ((addr)<<… macro 128 #define HAL_SUBBANK0 HAL_PWM_WriteByte(0,0) 129 #define HAL_SUBBANK1 HAL_PWM_WriteByte(0,1) /* PWM sub-bank */ 156 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 604 HAL_PWM_WriteByte(REG_PWM0_DIV, u8DivPWM[0]); in HAL_PWM_Div() 605 HAL_PWM_WriteByte(REG_PWM0_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 608 HAL_PWM_WriteByte(REG_PWM1_DIV, u8DivPWM[0]); in HAL_PWM_Div() 612 HAL_PWM_WriteByte(REG_PWM2_DIV, u8DivPWM[0]); in HAL_PWM_Div() 613 HAL_PWM_WriteByte(REG_PWM2_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 616 HAL_PWM_WriteByte(REG_PWM3_DIV, u8DivPWM[0]); in HAL_PWM_Div() [all …]
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/maldives/pwm/ |
| H A D | halPWM.c | 116 #define HAL_PWM_WriteByte(addr, val) WRITE_BYTE((_gMIO_MapBase + REG_PWM_BASE) + ((addr)<<… macro 128 #define HAL_SUBBANK0 HAL_PWM_WriteByte(0,0) 129 #define HAL_SUBBANK1 HAL_PWM_WriteByte(0,1) /* PWM sub-bank */ 156 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 599 HAL_PWM_WriteByte(REG_PWM0_DIV, u8DivPWM[0]); in HAL_PWM_Div() 600 HAL_PWM_WriteByte(REG_PWM0_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 603 HAL_PWM_WriteByte(REG_PWM1_DIV, u8DivPWM[0]); in HAL_PWM_Div() 607 HAL_PWM_WriteByte(REG_PWM2_DIV, u8DivPWM[0]); in HAL_PWM_Div() 608 HAL_PWM_WriteByte(REG_PWM2_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 611 HAL_PWM_WriteByte(REG_PWM3_DIV, u8DivPWM[0]); in HAL_PWM_Div() [all …]
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/kano/pwm/ |
| H A D | halPWM.c | 113 #define HAL_SUBBANK0 {do{HAL_PWM_WriteByte(REG_PWM_BASE, 0);}while(0);} 114 #define HAL_SUBBANK1 {do{HAL_PWM_WriteByte(REG_PWM_BASE, 1);}while(0);} /* PWM */ 177 MS_BOOL HAL_PWM_WriteByte(MS_U32 u32RegAddr, MS_U8 u8Val) in HAL_PWM_WriteByte() function 228 HAL_PWM_WriteByte(u32RegAddr, u8Val); in HAL_PWM_WriteRegBit() 238 HAL_PWM_WriteByte(u32RegAddr, u8TempValue); in HAL_PWM_WriteByteMask() 260 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 1488 HAL_PWM_WriteByte(REG_HS_RST_CNT0+1, RstCntMask); in HAL_PWM_RstCnt() 1492 HAL_PWM_WriteByte(REG_HS_RST_CNT1, RstCntMask); in HAL_PWM_RstCnt() 1496 HAL_PWM_WriteByte(REG_HS_RST_CNT2+1, RstCntMask); in HAL_PWM_RstCnt() 1500 HAL_PWM_WriteByte(REG_HS_RST_CNT3, RstCntMask); in HAL_PWM_RstCnt() [all …]
|
| H A D | halPWM.h | 161 MS_BOOL HAL_PWM_WriteByte(MS_U32 u32RegAddr, MS_U8 u8Val);
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/k6/pwm/ |
| H A D | halPWM.c | 113 #define HAL_SUBBANK0 {do{HAL_PWM_WriteByte(REG_PWM_BASE, 0);}while(0);} 114 #define HAL_SUBBANK1 {do{HAL_PWM_WriteByte(REG_PWM_BASE, 1);}while(0);} /* PWM */ 177 MS_BOOL HAL_PWM_WriteByte(MS_U32 u32RegAddr, MS_U8 u8Val) in HAL_PWM_WriteByte() function 228 HAL_PWM_WriteByte(u32RegAddr, u8Val); in HAL_PWM_WriteRegBit() 238 HAL_PWM_WriteByte(u32RegAddr, u8TempValue); in HAL_PWM_WriteByteMask() 260 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 1488 HAL_PWM_WriteByte(REG_HS_RST_CNT0+1, RstCntMask); in HAL_PWM_RstCnt() 1492 HAL_PWM_WriteByte(REG_HS_RST_CNT1, RstCntMask); in HAL_PWM_RstCnt() 1496 HAL_PWM_WriteByte(REG_HS_RST_CNT2+1, RstCntMask); in HAL_PWM_RstCnt() 1500 HAL_PWM_WriteByte(REG_HS_RST_CNT3, RstCntMask); in HAL_PWM_RstCnt() [all …]
|
| H A D | halPWM.h | 161 MS_BOOL HAL_PWM_WriteByte(MS_U32 u32RegAddr, MS_U8 u8Val);
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/k6lite/pwm/ |
| H A D | halPWM.c | 113 #define HAL_SUBBANK0 {do{HAL_PWM_WriteByte(REG_PWM_BASE, 0);}while(0);} 114 #define HAL_SUBBANK1 {do{HAL_PWM_WriteByte(REG_PWM_BASE, 1);}while(0);} /* PWM */ 177 MS_BOOL HAL_PWM_WriteByte(MS_U32 u32RegAddr, MS_U8 u8Val) in HAL_PWM_WriteByte() function 228 HAL_PWM_WriteByte(u32RegAddr, u8Val); in HAL_PWM_WriteRegBit() 238 HAL_PWM_WriteByte(u32RegAddr, u8TempValue); in HAL_PWM_WriteByteMask() 260 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 1487 HAL_PWM_WriteByte(REG_HS_RST_CNT0+1, RstCntMask); in HAL_PWM_RstCnt() 1491 HAL_PWM_WriteByte(REG_HS_RST_CNT1, RstCntMask); in HAL_PWM_RstCnt() 1495 HAL_PWM_WriteByte(REG_HS_RST_CNT2+1, RstCntMask); in HAL_PWM_RstCnt() 1499 HAL_PWM_WriteByte(REG_HS_RST_CNT3, RstCntMask); in HAL_PWM_RstCnt() [all …]
|
| H A D | halPWM.h | 161 MS_BOOL HAL_PWM_WriteByte(MS_U32 u32RegAddr, MS_U8 u8Val);
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/curry/pwm/ |
| H A D | halPWM.c | 113 #define HAL_SUBBANK0 {do{HAL_PWM_WriteByte(REG_PWM_BASE, 0);}while(0);} 114 #define HAL_SUBBANK1 {do{HAL_PWM_WriteByte(REG_PWM_BASE, 1);}while(0);} /* PWM */ 177 MS_BOOL HAL_PWM_WriteByte(MS_U32 u32RegAddr, MS_U8 u8Val) in HAL_PWM_WriteByte() function 228 HAL_PWM_WriteByte(u32RegAddr, u8Val); in HAL_PWM_WriteRegBit() 238 HAL_PWM_WriteByte(u32RegAddr, u8TempValue); in HAL_PWM_WriteByteMask() 260 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 1488 HAL_PWM_WriteByte(REG_HS_RST_CNT0+1, RstCntMask); in HAL_PWM_RstCnt() 1492 HAL_PWM_WriteByte(REG_HS_RST_CNT1, RstCntMask); in HAL_PWM_RstCnt() 1496 HAL_PWM_WriteByte(REG_HS_RST_CNT2+1, RstCntMask); in HAL_PWM_RstCnt() 1500 HAL_PWM_WriteByte(REG_HS_RST_CNT3, RstCntMask); in HAL_PWM_RstCnt() [all …]
|
| H A D | halPWM.h | 161 MS_BOOL HAL_PWM_WriteByte(MS_U32 u32RegAddr, MS_U8 u8Val);
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/macan/pwm/ |
| H A D | halPWM.c | 130 #define HAL_PWM_WriteByte(addr, val) WRITE_BYTE((_gMIO_MapBase + REG_PWM_BASE) + ((addr)<<2),… macro 170 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 604 HAL_PWM_WriteByte(REG_PWM0_DIV, u8DivPWM[0]); in HAL_PWM_Div() 605 HAL_PWM_WriteByte(REG_PWM0_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 608 HAL_PWM_WriteByte(REG_PWM1_DIV, u8DivPWM[0]); in HAL_PWM_Div() 613 HAL_PWM_WriteByte(REG_PWM2_DIV, u8DivPWM[0]); in HAL_PWM_Div() 614 HAL_PWM_WriteByte(REG_PWM2_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 617 HAL_PWM_WriteByte(REG_PWM3_DIV, u8DivPWM[0]); in HAL_PWM_Div() 622 HAL_PWM_WriteByte(REG_PWM4_DIV, u8DivPWM[0]); in HAL_PWM_Div() 623 HAL_PWM_WriteByte(REG_PWM4_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div()
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/M7621/pwm/ |
| H A D | halPWM.c | 130 #define HAL_PWM_WriteByte(addr, val) WRITE_BYTE((_gMIO_MapBase + REG_PWM_BASE) + ((addr)<<2),… macro 170 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 640 HAL_PWM_WriteByte(REG_PWM0_DIV, u8DivPWM[0]); in HAL_PWM_Div() 641 HAL_PWM_WriteByte(REG_PWM0_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 644 HAL_PWM_WriteByte(REG_PWM1_DIV, u8DivPWM[0]); in HAL_PWM_Div() 649 HAL_PWM_WriteByte(REG_PWM2_DIV, u8DivPWM[0]); in HAL_PWM_Div() 650 HAL_PWM_WriteByte(REG_PWM2_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 653 HAL_PWM_WriteByte(REG_PWM3_DIV, u8DivPWM[0]); in HAL_PWM_Div() 658 HAL_PWM_WriteByte(REG_PWM4_DIV, u8DivPWM[0]); in HAL_PWM_Div() 659 HAL_PWM_WriteByte(REG_PWM4_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div()
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/maserati/pwm/ |
| H A D | halPWM.c | 130 #define HAL_PWM_WriteByte(addr, val) WRITE_BYTE((_gMIO_MapBase + REG_PWM_BASE) + ((addr)<<2),… macro 170 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 640 HAL_PWM_WriteByte(REG_PWM0_DIV, u8DivPWM[0]); in HAL_PWM_Div() 641 HAL_PWM_WriteByte(REG_PWM0_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 644 HAL_PWM_WriteByte(REG_PWM1_DIV, u8DivPWM[0]); in HAL_PWM_Div() 649 HAL_PWM_WriteByte(REG_PWM2_DIV, u8DivPWM[0]); in HAL_PWM_Div() 650 HAL_PWM_WriteByte(REG_PWM2_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 653 HAL_PWM_WriteByte(REG_PWM3_DIV, u8DivPWM[0]); in HAL_PWM_Div() 658 HAL_PWM_WriteByte(REG_PWM4_DIV, u8DivPWM[0]); in HAL_PWM_Div() 659 HAL_PWM_WriteByte(REG_PWM4_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div()
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/M7821/pwm/ |
| H A D | halPWM.c | 130 #define HAL_PWM_WriteByte(addr, val) WRITE_BYTE((_gMIO_MapBase + REG_PWM_BASE) + ((addr)<<2),… macro 170 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 640 HAL_PWM_WriteByte(REG_PWM0_DIV, u8DivPWM[0]); in HAL_PWM_Div() 641 HAL_PWM_WriteByte(REG_PWM0_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 644 HAL_PWM_WriteByte(REG_PWM1_DIV, u8DivPWM[0]); in HAL_PWM_Div() 649 HAL_PWM_WriteByte(REG_PWM2_DIV, u8DivPWM[0]); in HAL_PWM_Div() 650 HAL_PWM_WriteByte(REG_PWM2_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 653 HAL_PWM_WriteByte(REG_PWM3_DIV, u8DivPWM[0]); in HAL_PWM_Div() 658 HAL_PWM_WriteByte(REG_PWM4_DIV, u8DivPWM[0]); in HAL_PWM_Div() 659 HAL_PWM_WriteByte(REG_PWM4_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div()
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/messi/pwm/ |
| H A D | halPWM.c | 131 #define HAL_PWM_WriteByte(addr, val) WRITE_BYTE((_gMIO_MapBase + REG_PWM_BASE) + ((addr)<<2),… macro 173 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 648 HAL_PWM_WriteByte(REG_PWM0_DIV, u8DivPWM[0]); in HAL_PWM_Div() 649 HAL_PWM_WriteByte(REG_PWM0_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 652 HAL_PWM_WriteByte(REG_PWM1_DIV, u8DivPWM[0]); in HAL_PWM_Div() 657 HAL_PWM_WriteByte(REG_PWM2_DIV, u8DivPWM[0]); in HAL_PWM_Div() 658 HAL_PWM_WriteByte(REG_PWM2_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 661 HAL_PWM_WriteByte(REG_PWM3_DIV, u8DivPWM[0]); in HAL_PWM_Div() 666 HAL_PWM_WriteByte(REG_PWM4_DIV, u8DivPWM[0]); in HAL_PWM_Div() 667 HAL_PWM_WriteByte(REG_PWM4_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div()
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/mooney/pwm/ |
| H A D | halPWM.c | 130 #define HAL_PWM_WriteByte(addr, val) WRITE_BYTE((_gMIO_MapBase + REG_PWM_BASE) + ((addr)<<2),… macro 170 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 640 HAL_PWM_WriteByte(REG_PWM0_DIV, u8DivPWM[0]); in HAL_PWM_Div() 641 HAL_PWM_WriteByte(REG_PWM0_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 644 HAL_PWM_WriteByte(REG_PWM1_DIV, u8DivPWM[0]); in HAL_PWM_Div() 649 HAL_PWM_WriteByte(REG_PWM2_DIV, u8DivPWM[0]); in HAL_PWM_Div() 650 HAL_PWM_WriteByte(REG_PWM2_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 653 HAL_PWM_WriteByte(REG_PWM3_DIV, u8DivPWM[0]); in HAL_PWM_Div() 658 HAL_PWM_WriteByte(REG_PWM4_DIV, u8DivPWM[0]); in HAL_PWM_Div() 659 HAL_PWM_WriteByte(REG_PWM4_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div()
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/mainz/pwm/ |
| H A D | halPWM.c | 131 #define HAL_PWM_WriteByte(addr, val) WRITE_BYTE((_gMIO_MapBase + REG_PWM_BASE) + ((addr)<<2),… macro 173 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 643 HAL_PWM_WriteByte(REG_PWM0_DIV, u8DivPWM[0]); in HAL_PWM_Div() 644 HAL_PWM_WriteByte(REG_PWM0_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 647 HAL_PWM_WriteByte(REG_PWM1_DIV, u8DivPWM[0]); in HAL_PWM_Div() 652 HAL_PWM_WriteByte(REG_PWM2_DIV, u8DivPWM[0]); in HAL_PWM_Div() 653 HAL_PWM_WriteByte(REG_PWM2_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 656 HAL_PWM_WriteByte(REG_PWM3_DIV, u8DivPWM[0]); in HAL_PWM_Div() 661 HAL_PWM_WriteByte(REG_PWM4_DIV, u8DivPWM[0]); in HAL_PWM_Div() 662 HAL_PWM_WriteByte(REG_PWM4_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div()
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/maxim/pwm/ |
| H A D | halPWM.c | 130 #define HAL_PWM_WriteByte(addr, val) WRITE_BYTE((_gMIO_MapBase + REG_PWM_BASE) + ((addr)<<2),… macro 170 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 640 HAL_PWM_WriteByte(REG_PWM0_DIV, u8DivPWM[0]); in HAL_PWM_Div() 641 HAL_PWM_WriteByte(REG_PWM0_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 644 HAL_PWM_WriteByte(REG_PWM1_DIV, u8DivPWM[0]); in HAL_PWM_Div() 649 HAL_PWM_WriteByte(REG_PWM2_DIV, u8DivPWM[0]); in HAL_PWM_Div() 650 HAL_PWM_WriteByte(REG_PWM2_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 653 HAL_PWM_WriteByte(REG_PWM3_DIV, u8DivPWM[0]); in HAL_PWM_Div() 658 HAL_PWM_WriteByte(REG_PWM4_DIV, u8DivPWM[0]); in HAL_PWM_Div() 659 HAL_PWM_WriteByte(REG_PWM4_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div()
|
| /utopia/UTPA2-700.0.x/modules/pwm/hal/manhattan/pwm/ |
| H A D | halPWM.c | 130 #define HAL_PWM_WriteByte(addr, val) WRITE_BYTE((_gMIO_MapBase + REG_PWM_BASE) + ((addr)<<2),… macro 170 HAL_PWM_WriteByte(u32RegAddr, (MS_U8) u32Value) ; in HAL_PWM_WriteNumberByte() 640 HAL_PWM_WriteByte(REG_PWM0_DIV, u8DivPWM[0]); in HAL_PWM_Div() 641 HAL_PWM_WriteByte(REG_PWM0_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 644 HAL_PWM_WriteByte(REG_PWM1_DIV, u8DivPWM[0]); in HAL_PWM_Div() 649 HAL_PWM_WriteByte(REG_PWM2_DIV, u8DivPWM[0]); in HAL_PWM_Div() 650 HAL_PWM_WriteByte(REG_PWM2_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div() 653 HAL_PWM_WriteByte(REG_PWM3_DIV, u8DivPWM[0]); in HAL_PWM_Div() 658 HAL_PWM_WriteByte(REG_PWM4_DIV, u8DivPWM[0]); in HAL_PWM_Div() 659 HAL_PWM_WriteByte(REG_PWM4_DIV_EXT, u8DivPWM[1]); in HAL_PWM_Div()
|