Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mfd/
Dkempld.h19 #define KEMPLD_VERSION_GET_MINOR(x) (x & 0x1f) macro
/Linux-v5.10/drivers/mfd/
Dkempld-core.c53 pld->info.minor = KEMPLD_VERSION_GET_MINOR(version); in kempld_get_info_generic()