| /utopia/UTPA2-700.0.x/modules/flash/drv/flash/serial/ |
| H A D | drvSERFLASH.c | 808 MS_BOOL _MDrv_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in _MDrv_SERFLASH_WriteProtect_Area() argument 811 …GLV_DEBUG, ULOGD(TAG_SERFLASH,"%s(%d, 0x%02X)\n", __FUNCTION__, (int)bEnableAllArea, u8BlockProtec… in _MDrv_SERFLASH_WriteProtect_Area() 812 return HAL_SERFLASH_WriteProtect_Area(bEnableAllArea, u8BlockProtectBits); in _MDrv_SERFLASH_WriteProtect_Area() 2181 MS_BOOL MDrv_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in MDrv_SERFLASH_WriteProtect_Area() argument 2192 pWPAreaParam->bEnableAllArea = bEnableAllArea; in MDrv_SERFLASH_WriteProtect_Area() 2202 …GLV_DEBUG, ULOGD(TAG_SERFLASH,"%s(%d, 0x%02X)\n", __FUNCTION__, (int)bEnableAllArea, u8BlockProtec… in MDrv_SERFLASH_WriteProtect_Area() 2203 return HAL_SERFLASH_WriteProtect_Area(bEnableAllArea, u8BlockProtectBits); in MDrv_SERFLASH_WriteProtect_Area() 2663 MS_BOOL MDrv_FLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 BlockProtectBits) in MDrv_FLASH_WriteProtect_Area() argument 2666 return MDrv_SERFLASH_WriteProtect_Area(bEnableAllArea, BlockProtectBits); in MDrv_FLASH_WriteProtect_Area()
|
| H A D | drvSERFLASH_private.h | 438 MS_BOOL _MDrv_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits);
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | drvSERFLASH.h | 657 MS_BOOL MDrv_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits); 807 MS_BOOL MDrv_FLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 BlockProtectBits);
|
| H A D | drvSERFLASH_v2.h | 237 MS_BOOL bEnableAllArea; member
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/mooney/flash/serial/ |
| H A D | halSERFLASH.c | 2793 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2798 …DEBUG_SER_FLASH(E_SERFLASH_DBGLV_DEBUG, printf("%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u… in HAL_SERFLASH_WriteProtect_Area() 2811 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 2829 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 2977 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 2979 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/M7621/flash/serial/ |
| H A D | halSERFLASH.c | 2830 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2835 …DEBUG_SER_FLASH(E_SERFLASH_DBGLV_DEBUG, printf("%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u… in HAL_SERFLASH_WriteProtect_Area() 2848 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 2866 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 3014 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 3016 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/mainz/flash/serial/ |
| H A D | halSERFLASH.c | 2803 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2808 …SH_DBGLV_DEBUG, ULOGD(TAG_SERFLASH,"%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u8BlockProtec… in HAL_SERFLASH_WriteProtect_Area() 2821 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 2839 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 2987 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 2989 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| H A D | halSERFLASH.h | 338 extern MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits);
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/maserati/flash/serial/ |
| H A D | halSERFLASH.c | 2830 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2835 …DEBUG_SER_FLASH(E_SERFLASH_DBGLV_DEBUG, printf("%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u… in HAL_SERFLASH_WriteProtect_Area() 2848 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 2866 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 3014 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 3016 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| H A D | halSERFLASH.h | 338 extern MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits);
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/M7821/flash/serial/ |
| H A D | halSERFLASH.c | 2830 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2835 …DEBUG_SER_FLASH(E_SERFLASH_DBGLV_DEBUG, printf("%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u… in HAL_SERFLASH_WriteProtect_Area() 2848 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 2866 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 3014 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 3016 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/messi/flash/serial/ |
| H A D | halSERFLASH.c | 2803 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2808 …SH_DBGLV_DEBUG, ULOGD(TAG_SERFLASH,"%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u8BlockProtec… in HAL_SERFLASH_WriteProtect_Area() 2821 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 2839 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 2987 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 2989 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/maxim/flash/serial/ |
| H A D | halSERFLASH.c | 2830 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2835 …DEBUG_SER_FLASH(E_SERFLASH_DBGLV_DEBUG, printf("%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u… in HAL_SERFLASH_WriteProtect_Area() 2848 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 2866 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 3014 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 3016 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| H A D | halSERFLASH.h | 338 extern MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits);
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/macan/flash/serial/ |
| H A D | halSERFLASH.c | 2793 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2798 …DEBUG_SER_FLASH(E_SERFLASH_DBGLV_DEBUG, printf("%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u… in HAL_SERFLASH_WriteProtect_Area() 2811 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 2829 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 2977 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 2979 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| H A D | halSERFLASH.h | 338 extern MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits);
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/manhattan/flash/serial/ |
| H A D | halSERFLASH.c | 2831 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2836 …DEBUG_SER_FLASH(E_SERFLASH_DBGLV_DEBUG, printf("%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u… in HAL_SERFLASH_WriteProtect_Area() 2849 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 2867 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 3015 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 3017 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/kano/flash/serial/ |
| H A D | halSERFLASH.c | 2711 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2715 …DEBUG_SER_FLASH(E_SERFLASH_DBGLV_DEBUG, printf("%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u… in HAL_SERFLASH_WriteProtect_Area() 2727 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 2745 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 2883 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 2885 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/maldives/flash/serial/ |
| H A D | halSERFLASH.c | 2994 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2999 …DEBUG_SER_FLASH(E_SERFLASH_DBGLV_DEBUG, printf("%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u… in HAL_SERFLASH_WriteProtect_Area() 3011 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 3029 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 3176 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 3178 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/k6/flash/serial/ |
| H A D | halSERFLASH.c | 2711 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2715 …DEBUG_SER_FLASH(E_SERFLASH_DBGLV_DEBUG, printf("%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u… in HAL_SERFLASH_WriteProtect_Area() 2727 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 2745 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 2883 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 2885 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/curry/flash/serial/ |
| H A D | halSERFLASH.c | 2725 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2729 …DEBUG_SER_FLASH(E_SERFLASH_DBGLV_DEBUG, printf("%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u… in HAL_SERFLASH_WriteProtect_Area() 2741 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 2759 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 2897 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 2899 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/k6lite/flash/serial/ |
| H A D | halSERFLASH.c | 2730 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 2734 …DEBUG_SER_FLASH(E_SERFLASH_DBGLV_DEBUG, printf("%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u… in HAL_SERFLASH_WriteProtect_Area() 2745 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 2763 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 2901 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 2903 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| /utopia/UTPA2-700.0.x/modules/flash/hal/mustang/flash/serial/ |
| H A D | halSERFLASH.c | 3035 MS_BOOL HAL_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits) in HAL_SERFLASH_WriteProtect_Area() argument 3040 …DEBUG_SER_FLASH(E_SERFLASH_DBGLV_DEBUG, printf("%s(%d, 0x%02X)\n", __FUNCTION__, bEnableAllArea, u… in HAL_SERFLASH_WriteProtect_Area() 3052 MsOS_DelayTask(bEnableAllArea ? 5 : 20); // when disable WP, delay more time in HAL_SERFLASH_WriteProtect_Area() 3070 if (TRUE == bEnableAllArea) in HAL_SERFLASH_WriteProtect_Area() 3217 if (bEnableAllArea)// _REVIEW_ in HAL_SERFLASH_WriteProtect_Area() 3219 _HAL_SERFLASH_ActiveFlash_Set_HW_WP(bEnableAllArea); in HAL_SERFLASH_WriteProtect_Area()
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | drvSERFLASH_v2.h | 237 MS_BOOL bEnableAllArea; member
|
| H A D | drvSERFLASH.h | 585 MS_BOOL MDrv_SERFLASH_WriteProtect_Area(MS_BOOL bEnableAllArea, MS_U8 u8BlockProtectBits);
|