Searched refs:dispbase (Results 1 – 1 of 1) sorted by relevance
86 u32 dispbase, top, base; in vc4_crtc_get_cob_allocation() local 94 dispbase = HVS_READ(SCALER6_DISPX_COB(channel)); in vc4_crtc_get_cob_allocation() 95 top = VC4_GET_FIELD(dispbase, SCALER6_DISPX_COB_TOP) & ~3; in vc4_crtc_get_cob_allocation() 96 base = VC4_GET_FIELD(dispbase, SCALER6_DISPX_COB_BASE) & ~3; in vc4_crtc_get_cob_allocation() 98 dispbase = HVS_READ(SCALER_DISPBASEX(channel)); in vc4_crtc_get_cob_allocation() 99 top = VC4_GET_FIELD(dispbase, SCALER_DISPBASEX_TOP) & ~3; in vc4_crtc_get_cob_allocation() 100 base = VC4_GET_FIELD(dispbase, SCALER_DISPBASEX_BASE) & ~3; in vc4_crtc_get_cob_allocation()