Searched refs:CT_BLOCK (Results 1 – 4 of 4) sorted by relevance
31 #define CT_BLOCK 0x08 macro
88 ct = (ocr[0] & 0x40) ? CT_SD2 | CT_BLOCK : CT_SD2; in LPC17xx_SD_Init()208 if (!(CardType & CT_BLOCK)) sector *= SD_SECTOR_SIZE; in LPC17xx_SD_ReadSector()277 if (!(CardType & CT_BLOCK)) sector *= 512; /* Convert to byte address if needed */ in LPC17xx_SD_WriteSector()
46 #define CT_BLOCK (0x08) macro
662 type = (tril[0] & 0x40) ? CT_SD2 | CT_BLOCK : CT_SD2; in rt_spiSd_init()825 if (!(sdType & CT_BLOCK)) in rt_spiSd_read()915 if (!(sdType & CT_BLOCK)) in rt_spiSd_write()
Completed in 21 milliseconds