Home
last modified time | relevance | path

Searched refs:cr (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dpwr.c242 …uint32_t cr = PWR->CR &~ (PWR_CR_MRVLDS | PWR_CR_LPLVDS | PWR_CR_FPDS | PWR_CR_PDDS | PWR_CR_LPDS); in pwrSetSleepType() local
253 cr |= PWR_CR_FPDS; in pwrSetSleepType()
257 cr |= PWR_CR_FPDS | PWR_CR_LPDS; in pwrSetSleepType()
261 cr |= PWR_CR_LPLVDS | PWR_CR_LPDS; in pwrSetSleepType()
265 PWR->CR = cr; in pwrSetSleepType()
/device/generic/goldfish/opengl/system/gralloc/
Dgralloc.cpp862 ycbcr->cr = cpu_addr + vOffset; in gralloc_lock_ycbcr()
880 ycbcr->y, ycbcr->cb, ycbcr->cr, ycbcr->ystride, ycbcr->cstride, in gralloc_lock_ycbcr()