Searched refs:ocr (Results 1 – 11 of 11) 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()
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()
621 mmc->ocr = cmd.response[0]; in sd_send_op_cond()632 mmc->high_capacity = ((mmc->ocr & OCR_HCS) == OCR_HCS); in sd_send_op_cond()649 (mmc->ocr & OCR_VOLTAGE_MASK)) | in mmc_send_op_cond_iter()650 (mmc->ocr & OCR_ACCESS_MODE); in mmc_send_op_cond_iter()655 mmc->ocr = cmd.response[0]; in mmc_send_op_cond_iter()673 if (mmc->ocr & OCR_BUSY) in mmc_send_op_cond()688 if (!(mmc->ocr & OCR_BUSY)) { in mmc_complete_op_cond()697 if (mmc->ocr & OCR_BUSY) in mmc_complete_op_cond()715 mmc->ocr = cmd.response[0]; in mmc_complete_op_cond()720 mmc->high_capacity = ((mmc->ocr & OCR_HCS) == OCR_HCS); in mmc_complete_op_cond()[all …]
130 AVFILTER_DEFINE_CLASS(ocr);
61 u32 ocr; /* 0x110 Oscillator Calibration Register */ member
529 double ocr = obj.ocr_howard(); in optimum_cycle_ratio() local531 return ocr; in optimum_cycle_ratio()
614 uint ocr; member
104 printf("OCR register: %08x\n", mmc->ocr); in print_mmcreg()
696 - ocr filter
272 --enable-libtesseract enable Tesseract, needed for ocr filter [no]
14080 @section ocr14104 The filter exports recognized text as the frame metadata @code{lavfi.ocr.text}.14105 The filter exports confidence of recognized words as the frame metadata @code{lavfi.ocr.confidence}.