Home
last modified time | relevance | path

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

/linux/include/uapi/linux/media/raspberrypi/
H A Dpisp_be_config.h39 PISP_BE_BAYER_ENABLE_TDN_INPUT = 0x000010, enumerator
/linux/drivers/media/platform/raspberrypi/pisp_be/
H A Dpisp_be.c389 !(hw_en->bayer_enables & PISP_BE_BAYER_ENABLE_TDN_INPUT) || in pispbe_xlate_addrs()
393 ~(PISP_BE_BAYER_ENABLE_TDN_INPUT | in pispbe_xlate_addrs()
508 (!(bayer_en & PISP_BE_BAYER_ENABLE_TDN_INPUT) && in pispbe_prepare_job()