Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Dsdh.c31 #define SDH_BLOCK_SIZE 512UL macro
678 …if((u32Status = SDH_SDCmdAndRsp(sdh, 16UL, SDH_BLOCK_SIZE, 0UL)) != Successful) /* set block leng… in SDH_SelectCardType()
682 sdh->BLEN = SDH_BLOCK_SIZE - 1UL; /* set the block size */ in SDH_SelectCardType()
878 uint32_t u32BlkSize = SDH_BLOCK_SIZE; in SDH_Read()
1041 sdh->BLEN = SDH_BLOCK_SIZE - 1UL; /* set the block size */ in SDH_Write()
1049 sdh->CMDARG = u32StartSec * SDH_BLOCK_SIZE; /* set start address for SD CMD */ in SDH_Write()