Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
H A Dprom.h24 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) macro
/linux/drivers/memory/
H A Dof_memory.c365 if (!of_compat_cmp(cp, compat ",", strlen(compat ","))) { \ in of_lpddr2_get_info()