Home
last modified time | relevance | path

Searched refs:TAG_PWM (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pwm/drv/pwm/
H A DmdrvPWM.c12 #define TAG_PWM "PWM" macro
40 ULOGD(TAG_PWM, "\n[PWM INFO] pwm open"); in PWMOpen()
87 ULOGD(TAG_PWM, "PWMIoctl - MDrv_CMD_PWM_Oen\n"); in PWMIoctl()
91 ULOGE(TAG_PWM, "UtopiaResourceObtainToInstant fail\n"); in PWMIoctl()
98 ULOGD(TAG_PWM, "PWMIoctl - MDrv_CMD_PWM_Period\n"); in PWMIoctl()
102 ULOGE(TAG_PWM, "UtopiaResourceObtainToInstant fail\n"); in PWMIoctl()
109 ULOGD(TAG_PWM, "PWMIoctl - MDrv_CMD_PWM_DutyCycle\n"); in PWMIoctl()
113 ULOGE(TAG_PWM, "UtopiaResourceObtainToInstant fail\n"); in PWMIoctl()
120 ULOGD(TAG_PWM, "PWMIoctl - MDrv_CMD_PWM_UnitDiv\n"); in PWMIoctl()
124 ULOGE(TAG_PWM, "UtopiaResourceObtainToInstant fail\n"); in PWMIoctl()
[all …]
H A DdrvPWM.c124 #define TAG_PWM "PWM" macro
127 … {MS_DEBUG_MSG(ULOGD(TAG_PWM, "\t==== %s ====\n", __FUNCTION__));}
130 {MS_DEBUG_MSG(ULOGI(TAG_PWM, x, ##args));}
133 {MS_DEBUG_MSG(ULOGE(TAG_PWM, x, ##args));}
401 ULOGE(TAG_PWM, "[Utopia] PWM is not support!!\n"); in MDrv_PWM_GetProperty()
840 ULOGE(TAG_PWM, "[%s,%5d]It is not suspended yet. We shouldn't resume\n",__FUNCTION__,__LINE__); in MDrv_PWM_SetPowerState()
846 ULOGE(TAG_PWM, "[%s,%5d]Do Nothing: %d\n",__FUNCTION__,__LINE__,u16PowerState); in MDrv_PWM_SetPowerState()
/utopia/UTPA2-700.0.x/modules/pwm/hal/messi/pwm/
H A DhalPWM.c146 #define TAG_PWM "PWM" macro
219 ULOGE(TAG_PWM, "[Utopia] The PWM%d is not support\n", (int)index); in _HAL_PWM_VDBen_SW()
290 ULOGD(TAG_PWM, "Init PWM0\n"); in HAL_PWM_Init()
294 ULOGD(TAG_PWM, "Init PWM1\n"); in HAL_PWM_Init()
298 ULOGD(TAG_PWM, "Init PWM2\n"); in HAL_PWM_Init()
302 ULOGD(TAG_PWM, "Init PWM3\n"); in HAL_PWM_Init()
306 ULOGD(TAG_PWM, "Init PWM4\n"); in HAL_PWM_Init()
353 ULOGE(TAG_PWM, "[Utopia] The PWM%d is not support\n", (int)index); in HAL_PWM_Oen()
396 ULOGE(TAG_PWM,"[Utopia] The PWM%d is not support\n", (int)index); in HAL_PWM_GetOen()
417 ULOGE(TAG_PWM, "[Utopia] T8 is not support\n"); in HAL_PWM_UnitDiv()
[all …]
/utopia/UTPA2-700.0.x/modules/pwm/hal/mainz/pwm/
H A DhalPWM.c146 #define TAG_PWM "PWM" macro
219 ULOGE(TAG_PWM, "[Utopia] The PWM%d is not support\n", (int)index); in _HAL_PWM_VDBen_SW()
290 ULOGD(TAG_PWM, "Init PWM0\n"); in HAL_PWM_Init()
294 ULOGD(TAG_PWM, "Init PWM1\n"); in HAL_PWM_Init()
298 ULOGD(TAG_PWM, "Init PWM2\n"); in HAL_PWM_Init()
302 ULOGD(TAG_PWM, "Init PWM3\n"); in HAL_PWM_Init()
306 ULOGD(TAG_PWM, "Init PWM4\n"); in HAL_PWM_Init()
348 ULOGE(TAG_PWM, "[Utopia] The PWM%d is not support\n", (int)index); in HAL_PWM_Oen()
391 ULOGE(TAG_PWM,"[Utopia] The PWM%d is not support\n", (int)index); in HAL_PWM_GetOen()
412 ULOGE(TAG_PWM, "[Utopia] T8 is not support\n"); in HAL_PWM_UnitDiv()
[all …]