Searched refs:ocr (Results 1 – 3 of 3) sorted by relevance
657 mmc->ocr = cmd.response[0]; in sd_send_op_cond()668 mmc->high_capacity = ((mmc->ocr & OCR_HCS) == OCR_HCS); in sd_send_op_cond()685 (mmc->ocr & OCR_VOLTAGE_MASK)) | in mmc_send_op_cond_iter()686 (mmc->ocr & OCR_ACCESS_MODE); in mmc_send_op_cond_iter()691 mmc->ocr = cmd.response[0]; in mmc_send_op_cond_iter()712 if (mmc->ocr & OCR_BUSY) in mmc_send_op_cond()731 if (!(mmc->ocr & OCR_BUSY)) { in mmc_complete_op_cond()740 if (mmc->ocr & OCR_BUSY) in mmc_complete_op_cond()758 mmc->ocr = cmd.response[0]; in mmc_complete_op_cond()763 mmc->high_capacity = ((mmc->ocr & OCR_HCS) == OCR_HCS); in mmc_complete_op_cond()[all …]
62 u32 ocr; /* 0x110 Oscillator Calibration Register */ member
677 uint ocr; member
Completed in 50 milliseconds