Searched refs:INVALID_IDX (Results 1 – 4 of 4) sorted by relevance
204 default: return INVALID_IDX(idx); in __offset_MDP()321 default: return INVALID_IDX(idx); in __offset_IGC()362 default: return INVALID_IDX(idx); in __offset_CTL()376 default: return INVALID_IDX(idx); in __offset_LAYER()511 default: return INVALID_IDX(idx); in __offset_LAYER_EXT()553 default: return INVALID_IDX(idx); in __offset_PIPE()942 default: return INVALID_IDX(idx); in __offset_SW_PIX_EXT()1074 default: return INVALID_IDX(idx); in __offset_LM()1113 default: return INVALID_IDX(idx); in __offset_BLEND()1263 default: return INVALID_IDX(idx); in __offset_DSPP()[all …]
60 default: return INVALID_IDX(idx); in __offset_CLK()
315 default: return INVALID_IDX(idx); in __offset_OVLP()349 default: return INVALID_IDX(idx); in __offset_STAGE()393 default: return INVALID_IDX(idx); in __offset_STAGE_CO3()452 default: return INVALID_IDX(idx); in __offset_DMA()
324 #define INVALID_IDX(idx) ({BUG(); 0;}) macro