Searched refs:ocr (Results 1 – 5 of 5) sorted by relevance
23 unsigned int ocr = (gpio_mode & GPIO_OCR_MASK) >> 10; in imx_gpio_mode() local45 if( ocr == 3 ) in imx_gpio_mode()57 tmp |= (ocr << (pin*2)); in imx_gpio_mode()67 tmp |= (ocr << ((pin-16)*2)); in imx_gpio_mode()
211 unsigned int ocr = (gpio_mode & GPIO_OCR_MASK) >> GPIO_OCR_SHIFT; in imx_gpio_mode() local256 tmp |= (ocr << (pin * 2)); in imx_gpio_mode()272 tmp |= (ocr << (pin * 2)); in imx_gpio_mode()
575 mmc->ocr = cmd.response[0]; in sd_send_op_cond()577 mmc->high_capacity = ((mmc->ocr & OCR_HCS) == OCR_HCS); in sd_send_op_cond()595 (mmc->ocr & OCR_VOLTAGE_MASK)) | in mmc_send_op_cond_iter()596 (mmc->ocr & OCR_ACCESS_MODE); in mmc_send_op_cond_iter()601 mmc->ocr = cmd.response[0]; in mmc_send_op_cond_iter()620 if (mmc->ocr & OCR_BUSY) in mmc_send_op_cond()635 if (!(mmc->ocr & OCR_BUSY)) { in mmc_complete_op_cond()644 if (mmc->ocr & OCR_BUSY) in mmc_complete_op_cond()662 mmc->ocr = cmd.response[0]; in mmc_complete_op_cond()667 mmc->high_capacity = ((mmc->ocr & OCR_HCS) == OCR_HCS); in mmc_complete_op_cond()
62 u32 ocr; /* 0x110 Oscillator Calibration Register */ member
573 uint ocr; member