Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dkempld.h20 #define KEMPLD_VERSION_GET_MAJOR(x) ((x >> 5) & 0x1f) macro
/openbmc/linux/drivers/mfd/
H A Dkempld-core.c54 pld->info.major = KEMPLD_VERSION_GET_MAJOR(version); in kempld_get_info_generic()