Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dkempld.h38 #define KEMPLD_SPEC_GET_MAJOR(x) ((x >> 4) & 0x0f) macro
/openbmc/linux/drivers/mfd/
H A Dkempld-core.c63 pld->info.spec_major = KEMPLD_SPEC_GET_MAJOR(spec); in kempld_get_info_generic()