Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Dsdh.c877 uint32_t volatile u32Loop, u32Status; in SDH_Read() local
910 u32Loop = u32SecCount / 255UL; in SDH_Read()
911 while(u32Loop > 0UL) in SDH_Read()
947 u32Loop--; in SDH_Read()
950 u32Loop = u32SecCount % 255UL; in SDH_Read()
951 if(u32Loop != 0UL) in SDH_Read()
957 u32RegTmp = (u32Loop << 16); in SDH_Read()
1020 uint32_t volatile u32Loop, u32Status; in SDH_Write() local
1053u32Loop = u32SecCount / 255UL; /* the maximum block count is 0xFF=255 for register SDCR[BLK_CNT]… in SDH_Write()
1054 while(u32Loop > 0UL) in SDH_Write()
[all …]