Searched refs:GLB_VERSION_MINOR_GET (Results 1 – 4 of 4) sorted by relevance
210 (GLB_VERSION_MINOR_GET(glb_version) >= 5)) || in sb_source_supported()212 (GLB_VERSION_MINOR_GET(glb_version) >= 6)) || in sb_source_supported()214 (GLB_VERSION_MINOR_GET(glb_version) >= 3))) in sb_source_supported()
273 #define GLB_VERSION_MINOR_GET(reg_val) (((reg_val)&GLB_VERSION_MINOR_MASK) >> GLB_VERSION_MINOR_SHI… macro
1298 if (GLB_VERSION_MINOR_GET(csf_version) < 2) in dvs_supported()
1909 const uint32_t glb_minor = GLB_VERSION_MINOR_GET(kbdev->csf.global_iface.version); in csf_wait_ge_condition_supported()