Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bus/mhi/host/
H A Dinternal.h19 #define SOC_HW_VERSION_FAM_NUM_BMSK GENMASK(31, 28) macro
H A Dinit.c991 mhi_cntrl->family_number = FIELD_GET(SOC_HW_VERSION_FAM_NUM_BMSK, soc_info); in mhi_register_controller()