Searched refs:ocr (Results 1 – 5 of 5) sorted by relevance
22 unsigned int ocr = (gpio_mode & GPIO_OCR_MASK) >> 10; in imx_gpio_mode() local44 if( ocr == 3 ) in imx_gpio_mode()56 tmp |= (ocr << (pin*2)); in imx_gpio_mode()66 tmp |= (ocr << ((pin-16)*2)); in imx_gpio_mode()
212 unsigned int ocr = (gpio_mode & GPIO_OCR_MASK) >> GPIO_OCR_SHIFT; in imx_gpio_mode() local257 tmp |= (ocr << (pin * 2)); in imx_gpio_mode()273 tmp |= (ocr << (pin * 2)); in imx_gpio_mode()
62 u32 ocr; /* 0x110 Oscillator Calibration Register */ member
654 mmc->ocr = cmd.response[0]; in sd_send_op_cond()665 mmc->high_capacity = ((mmc->ocr & OCR_HCS) == OCR_HCS); in sd_send_op_cond()682 (mmc->ocr & OCR_VOLTAGE_MASK)) | in mmc_send_op_cond_iter()683 (mmc->ocr & OCR_ACCESS_MODE); in mmc_send_op_cond_iter()688 mmc->ocr = cmd.response[0]; in mmc_send_op_cond_iter()709 if (mmc->ocr & OCR_BUSY) in mmc_send_op_cond()728 if (!(mmc->ocr & OCR_BUSY)) { in mmc_complete_op_cond()737 if (mmc->ocr & OCR_BUSY) in mmc_complete_op_cond()755 mmc->ocr = cmd.response[0]; in mmc_complete_op_cond()760 mmc->high_capacity = ((mmc->ocr & OCR_HCS) == OCR_HCS); in mmc_complete_op_cond()[all …]
681 uint ocr; member
Completed in 13 milliseconds