Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dkempld.h22 #define KEMPLD_VERSION_GET_TYPE(x) ((x >> 14) & 0x3) macro
/openbmc/linux/drivers/mfd/
H A Dkempld-core.c56 pld->info.type = KEMPLD_VERSION_GET_TYPE(version); in kempld_get_info_generic()