Home
last modified time | relevance | path

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

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